fix(portal): disable non-functional stub buttons in customer portal #142

Merged
the-dogfather-cto[bot] merged 2 commits from fix/disable-stub-portal-buttons into main 2026-03-28 08:24:32 +00:00

2 Commits

Author SHA1 Message Date
groombook-cto[bot] a331bfd41c Merge branch 'main' into fix/disable-stub-portal-buttons 2026-03-28 03:55:22 +00:00
The Dogfather f6aad4c5e9 fix(portal): disable non-functional stub buttons in customer portal
Reschedule, Cancel, Add Notes, Edit Pet, Archive Pet, and Add New Pet
buttons in the customer portal were UI stubs with no click handlers.
Clicking them did nothing, confusing users. Mark all as disabled with
"coming soon" tooltips and muted styling until the underlying features
(portal reschedule endpoint, pet CRUD portal endpoints) are implemented.

Fixes GRO-166, GRO-167

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-28 03:47:54 +00:00