da82399d07
- Add EmptyListWrapper to various tables (Admins, Companies, Customers, Feedback, Notification History, Tenders) to provide a consistent empty state message when no data is available. - Update phone number and status display logic in the Profile page to handle null values gracefully. - Introduce worktree setup configuration in worktrees.json for easier project setup.
6 lines
48 B
JSON
6 lines
48 B
JSON
{
|
|
"setup-worktree": [
|
|
"npm install"
|
|
]
|
|
}
|