diff --git a/apps/front/src/app.css b/apps/front/src/app.css index 7b34a5c..77e8302 100644 --- a/apps/front/src/app.css +++ b/apps/front/src/app.css @@ -10,34 +10,35 @@ @apply text-base text-black; } .h1 { - @apply text-4xl font-semibold mb-4; + @apply text-4xl font-semibold; } .h2 { - @apply text-3xl font-semibold mb-3; + @apply text-3xl font-semibold; } .h3 { - @apply text-2xl font-medium mb-2; + @apply text-2xl font-medium; } .h4 { - @apply text-xl font-medium mb-2; + @apply text-xl font-medium; } .h5 { - @apply text-lg font-medium mb-2; + @apply text-lg font-medium; } .h6 { - @apply text-base font-medium mb-2; + @apply text-base font-medium; } .p { - @apply text-base mb-4; + @apply text-base; } .text-primary{@apply text-purple-600;} .bg-primary{@apply bg-purple-900;} + .border-primary{@apply border-purple-600;} .rounded-primary{@apply rounded-lg;} } diff --git a/apps/front/src/routes/admin/+page.svelte b/apps/front/src/routes/admin/+page.svelte index df8b4b3..97a98ff 100644 --- a/apps/front/src/routes/admin/+page.svelte +++ b/apps/front/src/routes/admin/+page.svelte @@ -1,3 +1,90 @@ -

- To be discussed... -

+ + + +
+
+

+ Users & Access Management +

+ +
+ +
+
+ +
+
+
+ + + + + + + + + + + + {#each users as user} + + + + + + + + {/each} + +
NameUsernameRoleComment + Edit +
{user.name}{user.username} + {#if user.role.toLowerCase() === "administrator"} + + {user.role} + + {:else} + {user.role} + {/if} + + Edit, {user.name} +
+
+
+
+
+ diff --git a/apps/front/src/routes/schedule/+page.svelte b/apps/front/src/routes/schedule/+page.svelte index b78e6a9..5466eca 100644 --- a/apps/front/src/routes/schedule/+page.svelte +++ b/apps/front/src/routes/schedule/+page.svelte @@ -2,7 +2,7 @@ -
+

Schedule

@@ -23,9 +23,9 @@ - + - + South entrance weekends @@ -44,7 +44,7 @@ - + South entrance weekends @@ -63,7 +63,7 @@ - + South entrance weekends @@ -82,7 +82,7 @@ - + South entrance weekends