style: rebuild ui shell with stable minimalist layout

This commit is contained in:
2026-04-01 23:23:03 +03:00
parent 23d36ddf3d
commit 15f8748be1
5 changed files with 573 additions and 599 deletions

View File

@@ -29,7 +29,7 @@ describe('App login gate', () => {
await loginIntoPanel(user);
expect(screen.getByRole('navigation', { name: /primary/i })).toBeInTheDocument();
expect(screen.getByText(/control panel/i)).toBeInTheDocument();
expect(screen.getByRole('heading', { name: /3proxy ui/i })).toBeInTheDocument();
});
it('opens add-user flow in a modal and closes it on escape', async () => {