Daisy UI #14

Merged
BenjaminPalko merged 28 commits from daisy-ui into master 2024-12-19 21:20:21 -05:00
BenjaminPalko commented 2024-12-19 15:23:11 -05:00 (Migrated from github.com)

Migrated to DaisyUI and did some directory structuring and a bit of work on improving storybook

Migrated to DaisyUI and did some directory structuring and a bit of work on improving storybook
DanMihailescu (Migrated from github.com) reviewed 2024-12-19 15:23:11 -05:00
piopi (Migrated from github.com) approved these changes 2024-12-19 21:10:02 -05:00
@ -3,3 +3,3 @@
"singleQuote": true,
"trailingComma": "none",
"trailingComma": "es5",
"printWidth": 100,
piopi (Migrated from github.com) commented 2024-12-19 21:02:26 -05:00

🙈

🙈
@ -8,3 +7,3 @@
user: import("lucia").User | null;
user: import('lucia').User | null;
session: import('lucia').Session | null;
}
piopi (Migrated from github.com) commented 2024-12-19 21:03:51 -05:00

Will need to remove this when we switch to Clerk, maybe add a Todo to not forget it ?

Will need to remove this when we switch to Clerk, maybe add a Todo to not forget it ?
@ -0,0 +5,4 @@
<header class="navbar justify-between bg-base-200 px-4">
<h2 class="prose prose-xl">Hestia</h2>
<h1 class="prose prose-2xl">{title}</h1>
<p class="prose prose-lg">Welcome!</p>
piopi (Migrated from github.com) commented 2024-12-19 21:05:07 -05:00

Make me think that we should probably start using the library i18n, it will help with translation and not hard coding text in the code

Make me think that we should probably start using the library i18n, it will help with translation and not hard coding text in the code
BenjaminPalko (Migrated from github.com) reviewed 2024-12-19 21:19:00 -05:00
@ -0,0 +5,4 @@
<header class="navbar justify-between bg-base-200 px-4">
<h2 class="prose prose-xl">Hestia</h2>
<h1 class="prose prose-2xl">{title}</h1>
<p class="prose prose-lg">Welcome!</p>
BenjaminPalko (Migrated from github.com) commented 2024-12-19 21:19:00 -05:00

Yes, it was part of the sveltekit start project but I went with a simpler setup since it was a lot at once. #19

Yes, it was part of the sveltekit start project but I went with a simpler setup since it was a lot at once. #19
BenjaminPalko (Migrated from github.com) reviewed 2024-12-19 21:19:37 -05:00
Sign in to join this conversation.
No description provided.