feat: update package copy and admin control room

This commit is contained in:
Codex Agent
2026-01-15 19:54:04 +01:00
parent ad829ae509
commit 7e32d8f706
42 changed files with 1310 additions and 2017 deletions

View File

@@ -23,9 +23,9 @@ describe('tabHistory', () => {
});
it('reuses stored event route when slug matches', () => {
setTabHistory('uploads', adminPath('/mobile/events/summer/photos'));
setTabHistory('uploads', adminPath('/mobile/events/summer/control-room'));
const target = resolveTabTarget('uploads', 'summer');
expect(target).toBe(adminPath('/mobile/events/summer/photos'));
expect(target).toBe(adminPath('/mobile/events/summer/control-room'));
});
it('falls back to active slug when stored slug differs', () => {