mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-07-27 20:37:45 +00:00
fix: GitHub Actions push permission + submodule + dashboard Taux tab
- add permissions: contents: write + persist-credentials to workflow - git rm --cached Market-Signal-Finder (submodule sans .gitmodules) - consolide OIS+STIR en onglet Taux (3 sous-onglets: Courbe/Probabilités/Réunions) - header summary: 1 ligne, fix bug Hold/Hold, taux actuel dans légende chart - cache stale: seuil 48h → 7j pour dev local - stale-while-revalidate: affiche cache immédiatement, refetch en arrière-plan (10s) - redesign tooltip chart Courbe (Actuel/Sem. préc./Δsem. en bps) - YAxis affiche taux complets (3.63% vs .63 tronqué) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ export default function Dashboard() {
|
||||
const [globalMacroSlide, setGlobalMacroSlide] = useState<"mon"|"infl"|"cro"|"empl">("mon");
|
||||
const [globalCardTab, setGlobalCardTab] = useState<"overview"|"mispricing"|"focus">("overview");
|
||||
const [globalSignauxSlide, setGlobalSignauxSlide] = useState<"ois"|"cot"|"sent">("ois");
|
||||
const [globalOisChartTab, setGlobalOisChartTab] = useState<"curve"|"implied"|"scenarios">("scenarios");
|
||||
const [globalOisChartTab, setGlobalOisChartTab] = useState<"curve"|"probas"|"meetings">("curve");
|
||||
const [macroSyncEnabled, setMacroSyncEnabled] = useState(false);
|
||||
|
||||
// ── Sentiment multi-paires Myfxbook → {CCY: {longPct, shortPct, pair}} ──────
|
||||
|
||||
Reference in New Issue
Block a user