mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
feat(core): add collection and tag filters to all pages (#5567)
close TOV-69 Added the `filterMode` parameter to the `/all` route. Abstracted the `PageList` and associated components into more universal ones. Added the `useTagMetas` hook to get and update the workspace tags. https://github.com/toeverything/AFFiNE/assets/102217452/7595944d-a056-40c2-8d89-d8df9e901a4b
This commit is contained in:
@@ -554,9 +554,10 @@
|
||||
"com.affine.collection.menu.edit": "Edit Collection",
|
||||
"com.affine.collection.menu.rename": "Rename",
|
||||
"com.affine.collectionBar.backToAll": "Back to all",
|
||||
"com.affine.docs.header": "Docs",
|
||||
"com.affine.collections.header": "Collections",
|
||||
"com.affine.collections.empty.message": "No collections",
|
||||
"com.affine.collections.empty.new-collection-button": "New collection",
|
||||
"com.affine.collections.empty.new-collection-button": "New Collection",
|
||||
"com.affine.confirmModal.button.cancel": "Cancel",
|
||||
"com.affine.currentYear": "Current Year",
|
||||
"com.affine.deleteLeaveWorkspace.description": "Delete workspace from this device and optionally delete all data.",
|
||||
@@ -601,6 +602,8 @@
|
||||
"com.affine.editCollectionName.name.placeholder": "Collection Name",
|
||||
"com.affine.editorModeSwitch.tooltip": "Switch",
|
||||
"com.affine.emptyDesc": "There's no page here yet",
|
||||
"com.affine.emptyDesc.collection": "There's no collection here yet",
|
||||
"com.affine.emptyDesc.tag": "There's no tag here yet",
|
||||
"com.affine.enableAffineCloudModal.button.cancel": "Cancel",
|
||||
"com.affine.expired.page.subtitle": "Please request a new reset password link.",
|
||||
"com.affine.expired.page.title": "This link has expired...",
|
||||
@@ -714,6 +717,12 @@
|
||||
"com.affine.page.toolbar.selected": "<0>{{count}}</0> selected",
|
||||
"com.affine.page.toolbar.selected_one": "<0>{{count}}</0> page selected",
|
||||
"com.affine.page.toolbar.selected_others": "<0>{{count}}</0> page(s) selected",
|
||||
"com.affine.collection.toolbar.selected": "<0>{{count}}</0> selected",
|
||||
"com.affine.collection.toolbar.selected_one": "<0>{{count}}</0> collection selected",
|
||||
"com.affine.collection.toolbar.selected_others": "<0>{{count}}</0> collection(s) selected",
|
||||
"com.affine.tag.toolbar.selected": "<0>{{count}}</0> selected",
|
||||
"com.affine.tag.toolbar.selected_one": "<0>{{count}}</0> tag selected",
|
||||
"com.affine.tag.toolbar.selected_others": "<0>{{count}}</0> tag(s) selected",
|
||||
"com.affine.pageMode": "Page Mode",
|
||||
"com.affine.pageMode.all": "all",
|
||||
"com.affine.pageMode.edgeless": "Edgeless",
|
||||
|
||||
Reference in New Issue
Block a user