fix(detail-pages): replace generic header flash with honest loading state (MAPPS-278) #300
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
psa-systems/mokosh-apps!300
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/MAPPS-278-detail-header-flash"
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?
Company and Contact detail pages fell back to a static entity-type label ("Company" / "Contact") while their
use_resourcewas still in flight, so the user briefly saw what looked like a record header before the real name swapped in. Project, Ticket, and Asset detail pages already differentiated the loading case explicitly with "Loading..."; mirror that for Company and Contact. The match arms now distinguish three states: in-flight ("Loading..."), resolved-empty ("X not found"), and resolved-with-data (the record name).#MAPPS-278
Company and Contact detail pages fell back to a static entity-type label ("Company" / "Contact") while their `use_resource` was still in flight, so the user briefly saw what looked like a record header before the real name swapped in. Project, Ticket, and Asset detail pages already differentiated the loading case explicitly with "Loading..."; mirror that for Company and Contact. The match arms now distinguish three states: in-flight ("Loading..."), resolved-empty ("X not found"), and resolved-with-data (the record name). #MAPPS-278