Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New components (colors not touched) #35

Merged
merged 27 commits into from
Jan 21, 2024
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
06fd360
feat: created homepage
XenosG Jan 6, 2024
770c1bd
refactor: moved buttons to card footer
XenosG Jan 6, 2024
1fcc092
feat: added more cards
XenosG Jan 7, 2024
0bd5f8b
fix: merge branch 'main' into homepage
XenosG Jan 7, 2024
64fd031
feat: setup masonry layout for cards
XenosG Jan 8, 2024
af8575b
fix: Merge branch 'main' into homepage
XenosG Jan 8, 2024
63098bd
fix: fixed masonry layout (for now)
XenosG Jan 8, 2024
f097271
Merge remote-tracking branch 'origin/main' into homepage
maalni Jan 16, 2024
d739f11
fix: Run prettier format
maalni Jan 16, 2024
49247d8
fix: fixed temp info in cards
XenosG Jan 17, 2024
5ab00c6
Merge branch 'main' into homepage
XenosG Jan 19, 2024
dcde963
fix: fixed formatting
XenosG Jan 19, 2024
8d292e9
refactor: Changed all text to use Text component
XenosG Jan 19, 2024
c18d547
feat: Pity widget (uncompleted)
XenosG Jan 20, 2024
ee0a3f7
fix: fixed formatting, commented unused code
XenosG Jan 20, 2024
4f883f4
feat: added progress component (shadcn)
XenosG Jan 20, 2024
c9a316e
fix: Run Prettier formatter
XenosG Jan 20, 2024
2ebe36a
fix: Text component now doesnt have margin by default, has margin pro…
XenosG Jan 20, 2024
e5d2218
Merge branch 'main' into homepage
XenosG Jan 20, 2024
7116474
fix: Run formatter
XenosG Jan 20, 2024
139d630
fix: fixed achievement widget
XenosG Jan 20, 2024
5bc49be
Merge branch 'main' into homepage
XenosG Jan 20, 2024
182816b
feat: added a bunch of components for future development
XenosG Jan 20, 2024
5bf7167
fix: added dependencies
XenosG Jan 20, 2024
b1cfcee
fix: removed homepage stuff to make merging easier
XenosG Jan 20, 2024
9230715
fix: removed dragdrop pkg, since it doesnt have ts support
XenosG Jan 20, 2024
7a1d3f1
feat: modified dragdrop component
XenosG Jan 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Loading