feat(ui): unify status summaries, tooltips, and resource headings

Add shared status-summary and icon-tooltip components and wire them into
application, service, and database headings, breadcrumbs, and previews.
Badge production and PR domain links, prefer helper popups below the
trigger, keep full wire targets for button loading, and cover the UI
with feature tests.
This commit is contained in:
Andras Bacsai
2026-08-06 18:15:58 +02:00
parent 6b41899d5b
commit 262ad8981a
35 changed files with 749 additions and 265 deletions
@@ -13,5 +13,6 @@ it('keeps editable standalone database storage actions in the table action colum
->toContain('@if ($showBackupAction)')
->toContain('title="New Scheduled Backup"')
->toContain('<livewire:project.database.create-scheduled-backup :database="$resource"')
->toContain('Backup');
->toContain('aria-label="Configure backup"')
->toContain('<x-reicon name="database" class="size-4" />');
});