feat(workstate): UI live-state des conversations/délégations (Lot A frontend)
Ajoute le port et l'adaptateur workState (+ mock) côté frontend, le type domaine associé, et la feature `workstate` (panneau ProjectWorkStatePanel + hook useProjectWorkState) consommant le read-model live exposé par le backend. Intègre le panneau dans ProjectsView. Tests verts (workstate + projects). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
6
frontend/src/features/workstate/index.ts
Normal file
6
frontend/src/features/workstate/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
/** Work-state feature: read-only live/busy read-model for a project. */
|
||||
|
||||
export { ProjectWorkStatePanel } from "./ProjectWorkStatePanel";
|
||||
export type { ProjectWorkStatePanelProps } from "./ProjectWorkStatePanel";
|
||||
export { useProjectWorkState } from "./useProjectWorkState";
|
||||
export type { ProjectWorkStateViewModel } from "./useProjectWorkState";
|
||||
Reference in New Issue
Block a user