Add dark mode support, app styling, and editable field improvements

- Add global dark theme styles and partial app-wide dark mode support
- Support dark mode for @mentions, scenarios, and simulations
- Add save and discard buttons to editable fields
- Improve hover effect for @mentions dropdown in dark mode
This commit is contained in:
akhisud3195 2025-02-20 22:58:01 +05:30
parent be3eb610a0
commit 82e4b66395
36 changed files with 893 additions and 1074 deletions

View file

@ -12,6 +12,7 @@ import { ActionButton, Pane } from "../workflow/pane";
import { apiV1 } from "rowboat-shared";
import { EllipsisVerticalIcon, MessageSquarePlusIcon, PlayIcon } from "lucide-react";
import { getScenario } from "../../../actions/simulation_actions";
import clsx from "clsx";
function SimulateLabel() {
return <span>Simulate<sup className="pl-1">beta</sup></span>;