mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-25 18:55:19 +02:00
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:
parent
be3eb610a0
commit
82e4b66395
36 changed files with 893 additions and 1074 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue