From 2bea5d0b13b9d281eed3089346088d9ad8863fd7 Mon Sep 17 00:00:00 2001 From: Tatjana Kaschperko Lindt Date: Tue, 28 Apr 2026 13:57:49 +0200 Subject: [PATCH 1/4] fix(files): remove FA folder icon size workaround The -6px size adjustment on folder-icon and folder-open-icon was added to compensate for Font Awesome folder icons rendering smaller than their MDI equivalents. No longer needed with upstream MDI icons. Signed-off-by: Tatjana Kaschperko Lindt --- apps/files/src/components/FilesListVirtual.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/files/src/components/FilesListVirtual.vue b/apps/files/src/components/FilesListVirtual.vue index 73fc12bb790b0..d9c803fc2b231 100644 --- a/apps/files/src/components/FilesListVirtual.vue +++ b/apps/files/src/components/FilesListVirtual.vue @@ -584,12 +584,8 @@ export default defineComponent({ width: var(--icon-preview-size); height: var(--icon-preview-size); } - // Slightly decrease the size of the folder icon - &.folder-icon, - &.folder-open-icon svg { - width: calc(var(--icon-preview-size) - 6px); - height: calc(var(--icon-preview-size) - 6px); - } + + } &-preview { From 4b8b793576d5ad8893b8697e41e19cdf9fc9f40c Mon Sep 17 00:00:00 2001 From: Kai Henseler Date: Thu, 18 Jun 2026 10:48:02 +0200 Subject: [PATCH 2/4] IONOS WIP: add simplenavigation submodule Signed-off-by: Kai Henseler --- .gitmodules | 3 +++ apps-custom/simplenavigation | 1 + 2 files changed, 4 insertions(+) create mode 160000 apps-custom/simplenavigation diff --git a/.gitmodules b/.gitmodules index 30a656017f580..d74df95ae2c55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "apps-external/notify_push"] path = apps-external/notify_push url = git@github.com:nextcloud/notify_push.git +[submodule "apps-custom/simplenavigation"] + path = apps-custom/simplenavigation + url = git@github.com:IONOS-Productivity/nc-simplenavigation.git diff --git a/apps-custom/simplenavigation b/apps-custom/simplenavigation new file mode 160000 index 0000000000000..b9eefb593a69e --- /dev/null +++ b/apps-custom/simplenavigation @@ -0,0 +1 @@ +Subproject commit b9eefb593a69e032123f3c754b652168f95304c3 From 7eb9334bf8801010d9fa1de8afcd7b78365d87a2 Mon Sep 17 00:00:00 2001 From: Kai Henseler Date: Thu, 18 Jun 2026 10:48:34 +0200 Subject: [PATCH 3/4] IONOS WIP: prepare to allow testing of simplenavigation Signed-off-by: Kai Henseler --- IONOS | 2 +- themes/nc-ionos-theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IONOS b/IONOS index 44d8755df7865..47ef0e17e8396 160000 --- a/IONOS +++ b/IONOS @@ -1 +1 @@ -Subproject commit 44d8755df7865d76dd176dcee671f3f2cb782edc +Subproject commit 47ef0e17e83965e353db62b5e945c7799ba54ddd diff --git a/themes/nc-ionos-theme b/themes/nc-ionos-theme index 1ffc0e52e15dc..4cfb4be5e08c1 160000 --- a/themes/nc-ionos-theme +++ b/themes/nc-ionos-theme @@ -1 +1 @@ -Subproject commit 1ffc0e52e15dc218c992883e6c1f8d9265854008 +Subproject commit 4cfb4be5e08c16db64eb355637cdc461c0f4bc95 From 5f9535a4ce5f7e1e8bed54063d3d6a4b54653a86 Mon Sep 17 00:00:00 2001 From: Kai Henseler Date: Thu, 18 Jun 2026 11:03:26 +0200 Subject: [PATCH 4/4] IONOS(ci): build simplenavigation app Signed-off-by: Kai Henseler --- .github/workflows/hidrive-next-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/hidrive-next-build.yml b/.github/workflows/hidrive-next-build.yml index 4dd44d1e1af73..88332afecf5d2 100644 --- a/.github/workflows/hidrive-next-build.yml +++ b/.github/workflows/hidrive-next-build.yml @@ -206,6 +206,12 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: true run: make -f IONOS/Makefile build_dep_simplesettings_app + - name: Install dependencies & build simplenavigation app + env: + CYPRESS_INSTALL_BINARY: 0 + PUPPETEER_SKIP_DOWNLOAD: true + run: make -f IONOS/Makefile build_dep_simplenavigation_app + - name: Install dependencies & build viewer app env: CYPRESS_INSTALL_BINARY: 0