[web] Add breadcrumb to navigate through the folders

This commit is contained in:
Alain Nussbaumer
2024-04-23 17:34:49 +02:00
parent 263a197da4
commit 25e005ff32
4 changed files with 63 additions and 61 deletions

View File

@@ -12,6 +12,7 @@ import {
mdiCellphone,
mdiCheck,
mdiChevronDown,
mdiChevronLeft,
mdiChevronUp,
mdiContentSave,
mdiDelete,
@@ -57,7 +58,6 @@ import {
mdiSpeaker,
mdiSpotify,
mdiStop,
mdiSubdirectoryArrowLeft,
mdiVolumeHigh,
mdiVolumeOff,
mdiWeb
@@ -77,6 +77,7 @@ export const icons = {
mdiCellphone,
mdiCheck,
mdiChevronDown,
mdiChevronLeft,
mdiChevronUp,
mdiContentSave,
mdiDelete,
@@ -122,7 +123,6 @@ export const icons = {
mdiSpeaker,
mdiSpotify,
mdiStop,
mdiSubdirectoryArrowLeft,
mdiVolumeHigh,
mdiVolumeOff,
mdiWeb