Skip to content

Commit b625280

Browse files
feat: improve settings dialog (#792)
* 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>
1 parent 73d96da commit b625280

20 files changed

Lines changed: 333 additions & 109 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"javascript": {
3030
"formatter": {
31-
"trailingComma": "none",
31+
"trailingCommas": "none",
3232
"arrowParentheses": "always"
3333
}
3434
},

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:local": "spicetify-creator --out=dist --minify",
1313
"build:prod": "pnpm build:local && pnpm copy:docs",
1414
"copy:docs": "copyfiles README.md dist/",
15-
"lint": "biome check --apply *",
15+
"lint": "biome check --write ./src",
1616
"lint:ci": "biome check *",
1717
"type-check": "tsc --noEmit",
1818
"watch": "spicetify-creator --watch",
@@ -41,6 +41,7 @@
4141
"i18next": "^23.11.3",
4242
"i18next-browser-languagedetector": "^8.0.0",
4343
"prismjs": "^1.29.0",
44+
"react-beautiful-dnd": "^13.1.1",
4445
"react-dropdown": "^1.11.0",
4546
"react-i18next": "^14.1.0",
4647
"react-simple-code-editor": "^0.13.1",

pnpm-lock.yaml

Lines changed: 135 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)