Skip to content

Commit

Permalink
feat: improve settings dialog (#792)
Browse files Browse the repository at this point in the history
* Improve spacing

* Partially revert spacing change

* Partially revert spacing

* Implement raw DnD Skeleton

* Add styling

* Add styles

* Add disable logic

* Lint

* Clean up code

* Improve CSS, add DnD indicator

* Remove TabRow (no longer used) and fix biome complaints

* Add description

---------

Co-authored-by: Isaac <padspambox@gmail.com>
  • Loading branch information
zhngharry and theRealPadster authored Jul 7, 2024
1 parent 73d96da commit b625280
Show file tree
Hide file tree
Showing 20 changed files with 333 additions and 109 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"javascript": {
"formatter": {
"trailingComma": "none",
"trailingCommas": "none",
"arrowParentheses": "always"
}
},
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build:local": "spicetify-creator --out=dist --minify",
"build:prod": "pnpm build:local && pnpm copy:docs",
"copy:docs": "copyfiles README.md dist/",
"lint": "biome check --apply *",
"lint": "biome check --write ./src",
"lint:ci": "biome check *",
"type-check": "tsc --noEmit",
"watch": "spicetify-creator --watch",
Expand Down Expand Up @@ -41,6 +41,7 @@
"i18next": "^23.11.3",
"i18next-browser-languagedetector": "^8.0.0",
"prismjs": "^1.29.0",
"react-beautiful-dnd": "^13.1.1",
"react-dropdown": "^1.11.0",
"react-i18next": "^14.1.0",
"react-simple-code-editor": "^0.13.1",
Expand Down
135 changes: 135 additions & 0 deletions pnpm-lock.yaml

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

Loading

0 comments on commit b625280

Please sign in to comment.