feat(ui): standardize edit button pattern #12
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/generic-edit-button"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR standardizes the edit button UI and applies the requested directory-card layout.\n\nChanges:\n- Adds a reusable
k-edit-buttonwith a pencil icon and consistent focus/hover states.\n- Applies the button to client, contractor, and job edit entry points.\n- Places directory-card avatar, name/address, and Edit action in one top row.\n- Adds unit coverage for the shared edit button.\n- Documents thek-shared-component selector convention.\n\nValidation:\n-npm run lint\n-npx ng test --watch=false --no-progress(9 tests passing)