a12d6a8169
- Wire MobileListView onItemDelete/onItemDuplicate callbacks to render action buttons in each list row. - Pass onItemDelete in ToolWorkshopMobileView list view. - Add CSS for mobile-list-item-action buttons. - Fix MobileEditView sticky bottom action bar that was hidden behind the 64px mobile navigation bar; raise to bottom: 64px and z-index 110. Quality gates: npm run typecheck, npm run lint, npm test -- --run (87 passed) Refs: openspec/changes/mobile-list-delete-button
871 B
871 B
Restore Delete Button in Mobile List Views and Fix Edit Action Bar — Tasks
- Read
MobileListViewsource and confirmonItemDelete/onItemDuplicatewere unused. - Update
MobileListViewto render delete/duplicate action buttons when callbacks are provided. - Stop propagation on action buttons so row click does not fire.
- Update
ToolWorkshopMobileViewto passonItemDeleteto both list view usages. - Verify
ConfigProfilesMobileViewstill passesonItemDelete. - Add
.mobile-list-item-actionand variant CSS toutilities.css. - Identify that
MobileEditViewsticky action bar was hidden behind the 64px mobile nav. - Update
.mobile-edit-actionstobottom: 64pxandz-index: 110. - Run
npm run typecheck,npm run lint, andnpm test -- --runinapps/web. - Update project maps for changed files.