Commit Graph

9 Commits

Author SHA1 Message Date
043900f34f bump version to 2026.03.11
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:42:42 +01:00
e6a51c7999 add Abgeordnete tab with federal/state representative sections, bump to 2026.03.10.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:58:18 +01:00
cd2d51ecbe replace dev section with dev mode toggle, seed/delete mock data on toggle, bump to 2026.03.10.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:50:04 +01:00
8240fdd916 bump version to 2026.03.10
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:31:04 +01:00
053707d96a normalize project structure: src/client + src/server + src/shared
- restructure from src/ + server/ to src/client/ + src/server/ + src/shared/
- switch backend runtime from Node (tsx) to Bun
- merge server/package.json into root, remove @hono/node-server + tsx
- convert server @/ imports to relative paths
- standardize biome config (lineWidth 80, quoteStyle double)
- add CLAUDE.md, .env.example at root
- update vite.config, tsconfig, deploy.sh for new structure

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 22:55:52 +01:00
fa47c4fd07 remove konsta ui, use plain tailwind + shadcn components, add safe-area css
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:45:41 +01:00
765543920c add zustand stores for ephemeral ui state (search queries survive tab switches)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 14:13:52 +01:00
c780066253 restructure routes under app/, add konsta layout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 13:23:21 +01:00
4e3aa682ac abgeordnetenwatch PWA + backend
feature-based React PWA with Hono backend:
- feed from abgeordnetenwatch.de API (polls by topic + politician)
- follow topics, search and follow politicians
- geo-based politician discovery via Nominatim
- push notifications for new polls via web-push
- service worker with offline caching
- deploy to Uberspace 8 (systemd, PostgreSQL, web backend proxy)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 08:14:22 +01:00