v2.2.0: 3-Stufen-Sichtbarkeit, UX-Verbesserungen, Auto-Erkennung
- 3 Sichtbarkeitsstufen für Vorlagen: Persönlich / Abteilung / Alle
- Persönliche Vorlagen werden in _benutzer/{email}/ synchronisiert
- Sichtbarkeit direkt in der Liste per Dropdown änderbar
- Warnung beim Verringern der Sichtbarkeit (Server-Löschung)
- Auto-Erkennung von Abteilung + E-Mail via _config/abteilungen.json
- Toast-Benachrichtigungen statt unsichtbare Status-Badges
- Lade-Spinner bei Sync-Operationen
- Sync-Dots mit Symbolen (nicht nur Farbe) für Barrierefreiheit
- Custom Delete-Modal statt browser confirm()
- Collapsible-Sections visuell als klickbar erkennbar
- Token-Feld mit Show/Hide-Toggle
- Inline-Validierung für Template-Namen
- Checkbox-Klickflächen vergrößert + Label-Klick
- Offline-Erkennung mit Banner
- Font-Dropdown Viewport-Fix
- Popup: Prefix-Dropdown verständlicher
- Signaturen: erste Identität automatisch ausgewählt
- README komplett neu geschrieben
This commit is contained in:
@@ -27,3 +27,13 @@
|
||||
.mdi-link::before { content: "\F0337"; }
|
||||
.mdi-format-clear::before { content: "\F0265"; }
|
||||
.mdi-image::before { content: "\F02E9"; }
|
||||
.mdi-cloud-upload::before { content: "\F0167"; }
|
||||
.mdi-cloud-download::before { content: "\F0162"; }
|
||||
.mdi-cloud-check::before { content: "\F0157"; }
|
||||
.mdi-cloud-alert::before { content: "\F09DF"; }
|
||||
.mdi-sync::before { content: "\F04E6"; }
|
||||
.mdi-cog::before { content: "\F0493"; }
|
||||
.mdi-eye::before { content: "\F0208"; }
|
||||
.mdi-eye-off::before { content: "\F0209"; }
|
||||
.mdi-account-group::before { content: "\F0849"; }
|
||||
.mdi-account::before { content: "\F0004"; }
|
||||
|
||||
Reference in New Issue
Block a user