mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
feat: fixed the collections page sorting logic and add URL persistence (#5375)
* "feat(collections): fix sorting logic and add URL persistence"
* fix(navigation): use replaceState for project filters to prevent history pollution
* Revert "fix(navigation): use replaceState for project filters to prevent history pollution"
This reverts commit 3924855faf.
* fix: lint + devin
---------
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer>
This commit is contained in:
co-authored by
Calum H.
parent
5a51a755eb
commit
01b8ee6909
@@ -578,6 +578,18 @@
|
||||
"dashboard.collections.button.create-new": {
|
||||
"message": "Create new"
|
||||
},
|
||||
"dashboard.collections.empty.get-started-hint": {
|
||||
"message": "Create your first collection to get started!"
|
||||
},
|
||||
"dashboard.collections.empty.no-collections": {
|
||||
"message": "You don't have any collections yet"
|
||||
},
|
||||
"dashboard.collections.empty.no-match": {
|
||||
"message": "No collections match your search"
|
||||
},
|
||||
"dashboard.collections.empty.no-match-hint": {
|
||||
"message": "Try adjusting your filters or search terms."
|
||||
},
|
||||
"dashboard.collections.label.projects-count": {
|
||||
"message": "{count, plural, one {{count} project} other {{count} projects}}"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user