docs(design): T-195 decliner sidebar-nav sur Midnight Obsidian + Cyberpunk Neon#176
Merged
antonyblain merged 1 commit intodevelopfrom Apr 20, 2026
Conversation
…rpunk Neon
T-194 arbitrage Commanditaire 2026-04-20 : proposition-1-sidebar-nav retenue.
Cette PR :
1. Archive la proposition retenue (Aegis Light) dans
docs/p4-conception/design-proposals-v4-parametres-dashboard/
proposition-1-sidebar-nav/ (parametres.html + tableau-de-bord.html,
1212+1250 lignes, styles inline auto-suffisants).
2. Decline la structure retenue sur les 2 autres themes :
- proposition-1-sidebar-nav-midnight-obsidian/ (data-theme="dark")
- proposition-1-sidebar-nav-cyberpunk-neon/ (data-theme="matrix")
3. Les 3 variantes partagent strictement la meme structure HTML + classes
CSS. Seuls changent :
- L'attribut data-theme sur <html>
- Le bloc de tokens CSS inline :root { ... }
4. Tokens alignes sur src/assets/styles/tokens.css (source de verite prod) :
- Aegis Light : bg #f5f7fa / accent #2e6da4 / radius 12 / Inter
- Midnight Obsidian : bg #0d0d0f / accent #2563eb / accent-text #60a5fa (AA 7.7:1) / radius 12 / Inter
- Cyberpunk Neon : bg #0a0a14 / accent magenta #ff2d78 / accent-text cyan #00d4ff (14.2:1) / radius 8 anguleux / mono
5. README.md : trace choix T-194, structure retenue, mapping tokens, prochaine
etape T-203 (hors perimetre v1).
Vu la nature docs-only (aucune modif src/), pas d'impact CI tests/build.
Format:check OK (prettier --check src/ hors perimetre).
Ref: T-194 PR #162 (BACKLOG) — T-195 declinaison
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
T-194 choix Commanditaire 2026-04-20 : proposition-1-sidebar-nav retenue. Cette PR archive la proposition Aegis Light + decline la structure sur les 2 autres themes (dark + matrix) via bloc tokens inline aligne sur src/assets/styles/tokens.css. 7 fichiers : README trace choix + 3 dossiers x 2 HTML. Aucune modif src/ donc pas d'impact CI tests/build.