feat(sidebar): distinct share icon for groupVisible, hide scrollbars

- groupVisible calendars get a share icon instead of the people icon;
  people icon is reserved for actual group calendars
- sidebar scrollbar hidden (scrollbar-width: none + webkit)
- modal-body scrollbar hidden — fixes Impressum scroll indicator

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-06-15 21:36:36 +02:00
parent eb9440c2b2
commit be3d4057b3
3 changed files with 7 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
// Increment APP_VERSION with every code change
export const APP_VERSION = 'v59';
export const APP_VERSION = 'v60';