fix(frontend): simplify collections view and restore invite access
Unify collections and shared items under a single Collections tab while keeping Archive separate, and fix card layering so menus render correctly. Restore invite discoverability by adding navbar access to /invites and add missing i18n keys to prevent raw key labels in collections/invites UI.
This commit is contained in:
@@ -1038,6 +1038,7 @@
|
||||
"invites": {
|
||||
"accept": "接受",
|
||||
"accept_failed": "未能接受邀请",
|
||||
"fetch_failed": "无法获取邀请",
|
||||
"accepted": "邀请接受",
|
||||
"by": "经过",
|
||||
"decline": "衰退",
|
||||
@@ -1066,7 +1067,8 @@
|
||||
},
|
||||
"common": {
|
||||
"show_less": "隐藏详细信息",
|
||||
"show_more": "显示更多"
|
||||
"show_more": "显示更多",
|
||||
"refresh": "刷新"
|
||||
},
|
||||
"itinerary": {
|
||||
"item_remove_error": "从行程中删除项目时出错",
|
||||
|
||||
Reference in New Issue
Block a user