Update version de Dash dans CLAUDE.md

This commit is contained in:
Colin Maudry
2026-07-13 11:58:03 +02:00
parent f2810640ba
commit 10c1e45d71
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ Avant d'ajouter des fichier dans git (`git add` ou `git commit -a`), exécute `p
### UI stack ### UI stack
- **Dash 3.4** + **Dash Bootstrap Components** for layout - **Dash 4.4** + **Dash Bootstrap Components** for layout
- **Plotly Express** for charts - **Plotly Express** for charts
- **Dash Leaflet** + **Dash Extensions** for interactive maps with clustering - **Dash Leaflet** + **Dash Extensions** for interactive maps with clustering
- Custom CSS in `src/assets/css/` - Custom CSS in `src/assets/css/`
+1 -1
View File
@@ -96,7 +96,7 @@ def _help_button_legend():
"Supprimer tous les filtres et tris.", "Supprimer tous les filtres et tris.",
), ),
( (
dbc.Button("Mode d'emploi", color="secondary", outline=True, size="sm"), dbc.Button("Mode d'emploi", color="secondary", outline=True, size="sm"),
"Ouvrir cette aide.", "Ouvrir cette aide.",
), ),
] ]
-2
View File
@@ -22,5 +22,3 @@ def test_page_module_registers_and_builds_client_instructions():
assert "https://colibre.fr/_mcp" in text assert "https://colibre.fr/_mcp" in text
for client_name in ("Claude", "Gemini", "Mistral", "ChatGPT"): for client_name in ("Claude", "Gemini", "Mistral", "ChatGPT"):
assert client_name in text assert client_name in text
# caveat ChatGPT (OAuth / itération future)
assert "OAuth" in text