Gabriel Kaszewski
fa097771d4
arch: push wire types out of ClientApp, extract event_service, cleanup dead code
- ClientApp stores domain types, RepaintCommand carries DisplayHint + Vec<(String,Value)>
- adapters no longer convert Wire→Domain (eliminated duplication in esp32 + desktop)
- event_service in application layer handles LayoutChanged/WebhookDataReceived/ThemeChanged
- bootstrap event_handler reduced to 10-line dispatcher
- polling_service reuses event_service::apply_and_broadcast (deduplicated broadcast pattern)
- AppState.config_service() replaces 11 inline ConfigService::new() calls
- delete unused poll_interval_secs parameter chain
- delete unused StoragePort/ClientConfig (zero implementations)
2026-06-19 18:30:14 +02:00
..
2026-06-19 18:30:14 +02:00
2026-06-19 11:26:49 +02:00
2026-06-19 18:30:14 +02:00
2026-06-19 18:30:14 +02:00
2026-06-19 18:30:14 +02:00
2026-06-19 18:30:14 +02:00
2026-06-19 18:30:14 +02:00
2026-06-19 18:30:14 +02:00
2026-06-19 18:12:50 +02:00
2026-06-19 18:12:50 +02:00