Version 2026.5.37 — Refonte vue horizontale (sidebar complète)

- Topbar supprimée, user-badge + titre déplacés en sidebar
- Bouton Aujourd'hui pleine largeur, stats empilées
- Banderole pompier masquée en vue horizontale
This commit is contained in:
2026-04-25 18:00:00 +02:00
parent cd54764dd5
commit 0fbc1997bb
3 changed files with 501 additions and 27 deletions
+2 -15
View File
@@ -1,19 +1,8 @@
{
"manifest_version": 3,
"name": "Planification",
"version": "2026.5.36",
"version": "2026.5.37",
"description": "Vue claire et rapide du planning des techniciens EasyVista. Regroupe interventions et réservations par tech, affiche horaires, contact, lieu, catégorie et statut en un coup d'œil.",
"browser_specific_settings": {
"gecko": {
"id": "planification@vd.ch",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"activeTab",
"scripting",
@@ -29,9 +18,7 @@
"default_title": "Ouvrir la Planification"
},
"background": {
"scripts": [
"background.js"
]
"service_worker": "background.js"
},
"icons": {
"16": "icons/icon16.png",