# Mobile Edit-as-Default with Sticky Bottom Actions — Tasks - [x] Update `MobileEditView` to accept an optional `onDelete` callback and render Save/Delete in a sticky bottom action bar. - [x] Move the Save button out of the `MobileEditView` header; keep Cancel + title in the header. - [x] Update `ConfigProfilesMobileView` so list item clicks open edit view. - [x] Update `ConfigProfilesMobileView` to pass `onDelete` to `MobileEditView` when editing existing profiles. - [x] Update `ConfigProfilesMobileView` cancel/save navigation to return to list on create and stay on edit on save. - [x] Update `ToolWorkshopMobileView` so list item clicks open edit view. - [x] Update `ToolWorkshopMobileView` to pass `onDelete` to `MobileEditView` when editing existing tool types. - [x] Update `ToolWorkshopMobileView` cancel/save navigation to return to list on create and stay on edit on save. - [x] Add CSS for `.mobile-edit-actions` sticky bottom bar and `.mobile-edit-delete` button. - [x] Increase `.mobile-edit-form` bottom padding so content is not hidden behind the sticky bar. - [x] Run `npm run typecheck`, `npm run lint`, and `npm test -- --run` in `apps/web`. - [x] Update project maps for changed files.