[ACS-10165] create all libraries component (#4826)

* [ACS-10165] create all libraries component

* [ACS-10165] move translations, apply cr comments

* [ACS-10165] fix column tracking

* [ACS-10165] remove flag

* [ACS-10165] create base component for library pages

* [ACS-10165] fix build issue

* [ACS-10165] code review fixes
This commit is contained in:
Grzegorz Jaśkowski
2025-10-24 09:57:05 +02:00
committed by GitHub
parent 7e6b43653e
commit 3386af55dd
33 changed files with 981 additions and 443 deletions
@@ -175,6 +175,13 @@
"description": "APP.BROWSE.LIBRARIES.MENU.FAVORITE_LIBRARIES.SIDENAV_LINK.TOOLTIP",
"route": "favorite/libraries"
},
{
"id": "app.navbar.libraries.all",
"order": 350,
"title": "APP.BROWSE.LIBRARIES.MENU.ALL_LIBRARIES.SIDENAV_LINK.LABEL",
"description": "APP.BROWSE.LIBRARIES.MENU.ALL_LIBRARIES.SIDENAV_LINK.TOOLTIP",
"route": "all/libraries"
},
{
"id": "app.navbar.recentFiles",
"order": 400,
@@ -504,8 +511,7 @@
"component": "app.toolbar.toggleInfoDrawer",
"rules": {
"visible": [
"app.selection.library",
"isLibraryManager"
"app.selection.library"
]
}
},
@@ -1583,8 +1589,7 @@
"component": "app.components.tabs.library.metadata",
"rules": {
"visible": [
"app.selection.library",
"isLibraryManager"
"app.selection.library"
]
}
}