Add NudgeController with 1-hour throttling per declaration, NudgePopover component on declarations index and dashboard, shadcn-vue popover primitives, and per-declaration nudge tracking. Owners/managers can nudge assigned workers with one click. Includes 10 feature tests covering authorization, throttling, and cache invalidation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
244 B
TypeScript
5 lines
244 B
TypeScript
export { default as Popover } from "./Popover.vue"
|
|
export { default as PopoverAnchor } from "./PopoverAnchor.vue"
|
|
export { default as PopoverContent } from "./PopoverContent.vue"
|
|
export { default as PopoverTrigger } from "./PopoverTrigger.vue"
|