Daisy UI #14
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: pantheon/hestia#14
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "daisy-ui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrated to DaisyUI and did some directory structuring and a bit of work on improving storybook
@ -3,3 +3,3 @@"singleQuote": true,"trailingComma": "none","trailingComma": "es5","printWidth": 100,🙈
@ -8,3 +7,3 @@user: import("lucia").User | null;user: import('lucia').User | null;session: import('lucia').Session | null;}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>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
@ -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>Yes, it was part of the sveltekit start project but I went with a simpler setup since it was a lot at once. #19