feat(shared): show in classic view if an item is shared

This commit is contained in:
Edouard Vanbelle
2026-04-16 10:10:09 +02:00
parent c8e67f77ea
commit ceff552736
6 changed files with 94 additions and 21 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
// OxiCloud Service Worker
const CACHE_NAME = 'oxicloud-cache-v17';
// FIXME: generate cache name according build ?
const CACHE_NAME = 'oxicloud-cache-v19';
// Only cache static assets — NOT HTML files.
// HTML files are served network-first so browsers always get the latest