[MNT-25615] Add repository view (#5114)

* [MNT-25615] Add repository view

* [MNT-25615] CR fixes
This commit is contained in:
Michal Kinas
2026-03-27 16:15:01 +01:00
committed by GitHub
parent 6857b1e433
commit 6fb8af3a20
10 changed files with 128 additions and 7 deletions
@@ -190,22 +190,29 @@
"route": "recent-files"
},
{
"id": "app.navbar.favorites",
"id": "app.navbar.repositoryView",
"order": 500,
"title": "APP.BROWSE.REPOSITORY_VIEW.SIDENAV_LINK.LABEL",
"description": "APP.BROWSE.REPOSITORY_VIEW.SIDENAV_LINK.TOOLTIP",
"route": "repository"
},
{
"id": "app.navbar.favorites",
"order": 600,
"title": "APP.BROWSE.FAVORITES.SIDENAV_LINK.LABEL",
"description": "APP.BROWSE.FAVORITES.SIDENAV_LINK.TOOLTIP",
"route": "favorites"
},
{
"id": "app.navbar.shared",
"order": 600,
"order": 700,
"title": "APP.BROWSE.SHARED.SIDENAV_LINK.LABEL",
"description": "APP.BROWSE.SHARED.SIDENAV_LINK.TOOLTIP",
"route": "shared"
},
{
"id": "app.navbar.trashcan",
"order": 700,
"order": 800,
"title": "APP.BROWSE.TRASHCAN.SIDENAV_LINK.LABEL",
"description": "APP.BROWSE.TRASHCAN.SIDENAV_LINK.TOOLTIP",
"route": "trashcan"
+7
View File
@@ -114,6 +114,13 @@
"TITLE": "Permissions"
}
},
"REPOSITORY_VIEW": {
"TITLE": "Repository",
"SIDENAV_LINK": {
"LABEL": "Repository",
"TOOLTIP": "View the repository"
}
},
"LIBRARIES": {
"TITLE": "File Libraries",
"DESCRIPTION": "Access File Libraries",