fix: pre-landing and adversarial review fixes

- landing.css: hardcode --lp-btn to #60a5fa (lesson 104 — no var(--color-*) in landing.css)
- ScriptBuilderInput: suggestion chips now correctly disabled during generation
- ChatSidebar: wrapper onClick no longer fires onSelect while in confirming state
- SessionHistoryPage: fix loadMoreAiSessions race condition with generation counter;
  flow session tab auto-activates when URL params target flow session filters

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-03-30 04:38:33 +00:00
parent 930a21b2b6
commit 56b3f877c1
4 changed files with 20 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
--lp-accent: #60a5fa;
--lp-accent-soft: rgba(96, 165, 250, 0.10);
--lp-accent-text: #93bbfc;
--lp-btn: var(--color-accent, #f97316);
--lp-btn: #60a5fa;
--lp-success: #34d399;
--lp-danger: #f87171;
--lp-warning: #fbbf24;