diff --git a/apps/front/src/app.css b/apps/front/src/app.css index 670e9fb..e47e594 100644 --- a/apps/front/src/app.css +++ b/apps/front/src/app.css @@ -10,19 +10,19 @@ @apply text-base text-black; } .h1 { - @apply text-4xl font-semibold; + @apply text-3xl xl:text-4xl font-semibold; } .h2 { - @apply text-3xl font-semibold; + @apply text-2xl xl:text-3xl font-semibold; } .h3 { - @apply text-2xl font-medium; + @apply text-xl xl:text-2xl font-medium; } .h4 { - @apply text-xl font-medium; + @apply text-lg xl:text-xl font-medium; } .h5 { @@ -45,7 +45,7 @@ @layer components { .btn { @apply cursor-pointer flex items-center justify-center gap-2; - @apply rounded-primary px-6 h-12 text-white; + @apply rounded-primary px-6 h-12 text-white whitespace-nowrap; @apply focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2; } diff --git a/apps/front/src/routes/admin/+page.svelte b/apps/front/src/routes/admin/+page.svelte index 82956f4..cb2c2f9 100644 --- a/apps/front/src/routes/admin/+page.svelte +++ b/apps/front/src/routes/admin/+page.svelte @@ -35,13 +35,13 @@
-
+

Users & Access Management

- + Add user
@@ -63,7 +63,11 @@ {#each users as user} - {user.name} + + + {user.name} + + {user.username} {#if user.role.toLowerCase() === "administrator"} diff --git a/apps/front/src/routes/admin/1/add/+page.svelte b/apps/front/src/routes/admin/1/add/+page.svelte new file mode 100644 index 0000000..76c60be --- /dev/null +++ b/apps/front/src/routes/admin/1/add/+page.svelte @@ -0,0 +1,70 @@ +
+

+ Add new user +

+ +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + +
+
+
+ Cancel + +
+
+
+ + +
diff --git a/apps/front/src/routes/schedule/+page.svelte b/apps/front/src/routes/schedule/+page.svelte index 5466eca..3def920 100644 --- a/apps/front/src/routes/schedule/+page.svelte +++ b/apps/front/src/routes/schedule/+page.svelte @@ -25,8 +25,8 @@ - - South entrance weekends + + South entrance weekends 17:00