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": "Отклонить",
|
||||
@@ -1081,7 +1082,8 @@
|
||||
},
|
||||
"common": {
|
||||
"show_less": "Скрыть детали",
|
||||
"show_more": "Показать больше"
|
||||
"show_more": "Показать больше",
|
||||
"refresh": "Обновить"
|
||||
},
|
||||
"currencies": {
|
||||
"AED": "Дирхам ОАЭ",
|
||||
|
||||
Reference in New Issue
Block a user