style: simplify panel to minimalist layout

This commit is contained in:
2026-04-01 23:12:35 +03:00
parent 0d035f3278
commit f6262fa721
4 changed files with 170 additions and 206 deletions

View File

@@ -25,6 +25,6 @@ describe('App login gate', () => {
await user.click(screen.getByRole('button', { name: /open panel/i }));
expect(screen.getByRole('navigation', { name: /primary/i })).toBeInTheDocument();
expect(screen.getByText(/operator panel/i)).toBeInTheDocument();
expect(screen.getByText(/control panel/i)).toBeInTheDocument();
});
});