Update admin PWA events, branding, and packages

This commit is contained in:
Codex Agent
2026-01-19 11:35:38 +01:00
parent 8141518cfa
commit edd17f17e3
43 changed files with 6846 additions and 6323 deletions

View File

@@ -157,7 +157,6 @@ describe('MobileShell', () => {
});
it('shows the event switcher when multiple events are available', async () => {
eventContext.hasMultipleEvents = true;
eventContext.events = [
{ slug: 'event-1', name: 'Test Event', event_date: '2024-01-01', status: 'active', settings: {} },
{ slug: 'event-2', name: 'Second Event', event_date: '2024-02-01', status: 'active', settings: {} },
@@ -177,7 +176,6 @@ describe('MobileShell', () => {
});
it('hides the event switcher on the events list page', async () => {
eventContext.hasMultipleEvents = true;
eventContext.events = [
{ slug: 'event-1', name: 'Test Event', event_date: '2024-01-01', status: 'active', settings: {} },
{ slug: 'event-2', name: 'Second Event', event_date: '2024-02-01', status: 'active', settings: {} },