-
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Begin implementing sortbox * Finish sorting options for extensions * Add support for themes * Update src/components/Grid.tsx Co-authored-by: Isaac <[email protected]> * 🚧 Add SortMode type, make `sortCardItems` generic, add back in `this.requestQueue.length...` bit * 🔥 Remove empty file * Fix grid header not being sticky * ♻️ Remove "spicetify marketplace" text in grid header, add "sort by" label, and move sort box to left * Change order of sort by dropdown options * Add jsdocs for "hideInstalled" param * ✨ Add sort functionality to apps tab * ✨ Add sort support for Installed tab * ✨ Add sort functionality to Snippets tab * Add note about hiding sort options for snippets * ✨ 🌐 Add i18n support for sort dropdown --------- Co-authored-by: Isaac <[email protected]>
- Loading branch information
1 parent
b97c715
commit 7201e23
Showing
8 changed files
with
159 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters