Add a shadcn-inspired tasks list recipe (src/recipes/tasks.cljc) that composes card, table, badge, button, form, and icon components into a full task management page with toolbar, data table, and pagination. Add :size :sm prop to the badge component for compact inline labels used in the tasks table. Small badges have tighter padding, smaller font, and full pill border-radius. Wire the tasks page into all three dev targets (hiccup, replicant, squint) with navigation and routing. Add small badge demos to the components overview in all targets.
1 line
150 B
Clojure
1 line
150 B
Clojure
Resolved: kept both the `"sm size"` test from the incoming side and the `badge-icon-test` from HEAD, closing parentheses correctly for each `deftest`. |