#180: Dark mode - Light/Dark/System setting with token-based dark palette #181

Merged
stwaidele merged 4 commits from feat/180-dark-mode into main 2026-07-29 07:56:30 +02:00
Showing only changes of commit 77df813f16 - Show all commits

View File

@ -28,8 +28,8 @@ test('user settings show the jump nav and clicking scrolls + activates', async (
await expect(nav).toBeVisible();
const links = nav.locator('.settings-nav__link');
// Profile, password, sessions, watches, API tokens, feed tokens, data export.
// 8 seit #170 (neue Bedienungs-Sektion).
await expect(links).toHaveCount(8);
// 8 seit #170 (Bedienung), 9 seit #180 (Erscheinungsbild).
await expect(links).toHaveCount(9);
// Jump to the last section: it scrolls into view and becomes active.
const last = links.last();