Skip to content

Commit

Permalink
feat: improve dropdown design (#271)
Browse files Browse the repository at this point in the history
* feat: improve dropdown design

* feat: increase icon size and round off weapon icons

* fix: dont prevent scroll while dropdown is open

* fix: some inconsistencies

* fix: add primogem icon and switch standard banner icon

* feat: add drawer and show it to mobile users

* fix: remove console.log

* fix: apply dark mode to body tag

* chore: regenerate lockfile and remove mode-watcher

* revert: use old weapon icons

* fix: dropdown closing when item is selected

* chore: use different filter icons use tailwind classes

* chore: remove unused files

* chore: regenerate lockfile
  • Loading branch information
maalni authored Jul 20, 2024
1 parent 2c7cb25 commit 348e12a
Show file tree
Hide file tree
Showing 50 changed files with 1,841 additions and 2,153 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"svelte-i18next": "^2.2.2",
"svelte-legos": "^0.2.3",
"svelte-persisted-store": "^0.11.0",
"svelte-sonner": "^0.3.27",
"svelte-ux": "^0.73.3",
"sveltekit-superforms": "^2.16.0",
"tailwind-merge": "^2.4.0",
"tailwind-variants": "^0.2.1",
"tw-colors": "^3.3.1",
"vaul-svelte": "^0.3.2",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
87 changes: 46 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed src/lib/assets/Icon_Gold_Star.png
Binary file not shown.
Binary file removed src/lib/assets/Icon_Purple_Star.png
Binary file not shown.
Binary file removed src/lib/assets/Icon_Weapon_Bow.png
Binary file not shown.
Binary file removed src/lib/assets/Icon_Weapon_Catalyst.png
Binary file not shown.
Binary file removed src/lib/assets/Icon_Weapon_Claymore.png
Binary file not shown.
Binary file removed src/lib/assets/Icon_Weapon_Polearm.png
Binary file not shown.
Binary file removed src/lib/assets/Icon_Weapon_Sword.png
Binary file not shown.
Loading

0 comments on commit 348e12a

Please sign in to comment.