Commit Graph
11 Commits
Author SHA1 Message Date
matthieu 22a1178bd7 CORS: solutions Windows sans python (Live Server VS Code recommande, py -m http.server, npx serve, IDE JetBrains) 2026-06-23 11:05:15 +02:00
matthieu ba66dfd5b5 Explication CORS enrichie: difference file:// (lecture disque, pas de serveur) vs http://localhost:8000 (mini-serveur, vraie origine), localhost/port 2026-06-23 11:01:50 +02:00
matthieu 4be75bfb86 Correction services CORS: ouvrir via http (python http.server) au lieu de file://, chemin fetch css/vehicules.json, tbody corps_flotte manquant 2026-06-23 10:59:03 +02:00
matthieu 5ad4bded37 Ameliorations services: une seule fonction d'affichage, singulier/pluriel au chargement, classe virgule; rappel suite (exos 8-11) 2026-06-23 09:25:02 +02:00
matthieu 8230a3b80b Correction services localStorage: affichage non rafraichi au chargement, piege texte/nombre (parseInt), point-virgule manquant 2026-06-22 16:23:00 +02:00
matthieu 54fe8935a2 Correction services: classes HTML (espace vs virgule), menage JS (code mort/duplique), coherence message alerte 2026-06-22 15:41:36 +02:00
matthieuandClaude Opus 4.8 3586e8fcad Explication form: role du form, name, action (OU) et method GET/POST (exemple suggestions/POST)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 14:34:12 +02:00
matthieuandClaude Opus 4.8 6c01a550d0 Solutions services (filet de securite, a consulter en dernier recours) pour le rattrapage JS
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 09:42:34 +02:00
matthieuandClaude Opus 4.8 ceceb1865f Rattrapage JS services (mode indices, sans solution): conditions, tableaux/boucles, filter, localStorage, classList, setInterval, fetch, composant navbar
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 09:24:49 +02:00
matthieuandClaude Opus 4.8 5314db52a0 Guide services: relecture form, redimensionnement borne textarea (min/max), icone bouton Envoyer
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-18 11:44:33 +02:00
matthieu 532a57cd01 retour de Matthieu 2026-06-17 13:31:21 +02:00