# Restore Delete Button in Mobile List Views and Fix Edit Action Bar — Tasks - [x] Read `MobileListView` source and confirm `onItemDelete`/`onItemDuplicate` were unused. - [x] Update `MobileListView` to render delete/duplicate action buttons when callbacks are provided. - [x] Stop propagation on action buttons so row click does not fire. - [x] Update `ToolWorkshopMobileView` to pass `onItemDelete` to both list view usages. - [x] Verify `ConfigProfilesMobileView` still passes `onItemDelete`. - [x] Add `.mobile-list-item-action` and variant CSS to `utilities.css`. - [x] Identify that `MobileEditView` sticky action bar was hidden behind the 64px mobile nav. - [x] Update `.mobile-edit-actions` to `bottom: 64px` and `z-index: 110`. - [x] Run `npm run typecheck`, `npm run lint`, and `npm test -- --run` in `apps/web`. - [x] Update project maps for changed files.