feat: Add ability to star collection (#3327)
* Migrations, models, commands * ui * Move starred hint to location state * lint * tsc * refactor * Add collection empty state in expanded sidebar * Add empty placeholder within starred collections * Drag and drop improves, Relative refactor * fix: Starring untitled draft leaves empty space * fix: Creating draft in starred collection shouldnt open main * fix: Dupe drop cursor * Final fixes * fix: Canonical redirect replaces starred location state * fix: Don't show reorder cursor at the top of collection with no permission to edit when dragging
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
"New collection": "New collection",
|
||||
"Create a collection": "Create a collection",
|
||||
"Edit collection": "Edit collection",
|
||||
"Star": "Star",
|
||||
"Unstar": "Unstar",
|
||||
"Delete IndexedDB cache": "Delete IndexedDB cache",
|
||||
"IndexedDB cache deleted": "IndexedDB cache deleted",
|
||||
"Development": "Development",
|
||||
"Open document": "Open document",
|
||||
"New document": "New document",
|
||||
"Star": "Star",
|
||||
"Unstar": "Unstar",
|
||||
"Download": "Download",
|
||||
"Download document": "Download document",
|
||||
"Duplicate": "Duplicate",
|
||||
@@ -138,6 +138,7 @@
|
||||
"Documents": "Documents",
|
||||
"Logo": "Logo",
|
||||
"Document archived": "Document archived",
|
||||
"Empty": "Empty",
|
||||
"Move document": "Move document",
|
||||
"Collections": "Collections",
|
||||
"You can't reorder documents in an alphabetically sorted collection": "You can't reorder documents in an alphabetically sorted collection",
|
||||
|
||||
Reference in New Issue
Block a user