Skip to content

Commit

Permalink
New components (colors not touched) (#35)
Browse files Browse the repository at this point in the history
* feat: created homepage

* refactor: moved buttons to card footer

* feat: added more cards

* feat: setup masonry layout for cards

* fix: fixed masonry layout (for now)

* fix: Run prettier format

* fix: fixed temp info in cards
fix: added temp link to homepage in root

* fix: fixed formatting

* refactor: Changed all text to use Text component

* feat: Pity widget (uncompleted)
chore: added more temp data to reminder
feat: started work on Achievement widget

* fix: fixed formatting, commented unused code

* feat: added progress component (shadcn)
fix: fixed colors in progress component
feat: Achievement widget (almost complete)

* fix: Run Prettier formatter

* fix: Text component now doesnt have margin by default, has margin property instead

* fix: Run formatter

* fix: fixed achievement widget
fix: fixed progress component colors to work with new color system

* feat: added a bunch of components for future development

* fix: added dependencies

* fix: removed homepage stuff to make merging easier

* fix: removed dragdrop pkg, since it doesnt have ts support

* feat: modified dragdrop component

(ts is angry at it, because types are not declared)

---------

Co-authored-by: Alexander König <[email protected]>
  • Loading branch information
XenosG and maalni authored Jan 21, 2024
1 parent 7210d25 commit 6f5bd7a
Show file tree
Hide file tree
Showing 78 changed files with 1,893 additions and 68 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,16 @@
"@mdi/js": "^7.4.47",
"bits-ui": "^0.12.0",
"clsx": "^2.1.0",
"formsnap": "^0.4.2",
"i18next": "^23.7.12",
"lucide-svelte": "^0.303.0",
"svelte-i18next": "^2.2.2",
"svelte-persisted-store": "^0.8.0",
"sveltekit-superforms": "^1.13.4",
"tailwind-merge": "^2.2.0",
"tailwind-variants": "^0.1.19",
"tw-colors": "^3.3.1"
"tw-colors": "^3.3.1",
"zod": "^3.22.4"
},
"engines": {
"npm": "please-use-pnpm",
Expand Down
Loading

1 comment on commit 6f5bd7a

@MasterLegend2772
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.