chore: brought RuDS up to bDS2 alignment, as that is the new baseline we want to hit
This commit is contained in:
@@ -35,9 +35,9 @@ surface UserNavigation {
|
||||
|
||||
-- ─── 1. Sidebar -> Editor flows ──────────────────────────────
|
||||
|
||||
-- All UI coordination flows through a shared reactive store (Zustand in TS,
|
||||
-- Iced subscriptions in Rust). There are no direct calls between sidebar
|
||||
-- and editor. Both read from and write to the store; changes propagate
|
||||
-- All UI coordination flows through shared application state.
|
||||
-- There are no direct calls between sidebar and editor.
|
||||
-- Both read from and write to the same state model; changes propagate
|
||||
-- reactively.
|
||||
|
||||
rule SidebarEntityClick {
|
||||
|
||||
Reference in New Issue
Block a user