Update version de Dash dans CLAUDE.md
This commit is contained in:
@@ -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/`
|
||||||
|
|||||||
@@ -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.",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user