Web: expose month-navigation mode as a named dropdown
New 'Monatswechsel' setting (synced flag already existed as month_view_paged): - Continuous scroll (week): current behaviour — wheel scrolls by a week, buttons/swipe jump 4 weeks. - Page by page (month): wheel navigation is disabled; buttons and horizontal swipe jump a whole calendar month. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// the entry HTML / version files). New releases take effect on the next
|
||||
// reload, no manual SW unregister required.
|
||||
|
||||
const CACHE_VERSION = 'calendarr-v29';
|
||||
const CACHE_VERSION = 'calendarr-v30';
|
||||
const OFFLINE_SHELL = ['/', '/index.html'];
|
||||
|
||||
self.addEventListener('install', event => {
|
||||
|
||||
Reference in New Issue
Block a user