Commit Graph
6 Commits
Author SHA1 Message Date
arnef fa42ab1d74 Restyle UI in tiptoi brand style (dark, orange accent, book-corner shape)
CI / Build Android APK (push) Successful in 5m32s
CI / Type-Check (push) Successful in 10s
- Dark theme with tiptoi orange (#f2841e) as primary accent and
  Ravensburger blue (#3b9eea) as secondary color.
- Introduce the distinctive tiptoi book-cover corner shape
  (three corners rounded, one squared) as --radius-book /
  --radius-book-input, applied narrowly to buttons (squared
  bottom-left) and text inputs (mirrored, squared bottom-right) plus
  the icon-only copy/delete buttons.
- Cards, list items, pen-bar and the dev menu keep plain rounded
  corners; book cover thumbnails/images also stay plainly rounded so
  the special shape isn't overused.
- Add a subtle .btn--outline variant for the large 'QR-Code scannen'
  button so the accent color doesn't dominate the whole surface.
2026-08-12 14:05:40 +02:00
arnef 6c9df23659 Add dev live-reload tooling
DevPlugin (native + TS) lets the running app switch its webview to a
Vite dev server via DEV_URL, toggled from a hidden DevMenu (5 taps on
the app title).
2026-08-12 11:54:39 +02:00
arnef 0188d5210e Add Capacitor Android project and native Tiptoi plugin
Checked-in android/ Capacitor project plus the native TiptoiPlugin
(Kotlin): SAF directory picker for the pen, listing/copying/deleting
.gme files on the pen, and downloading GME/cover files into
app-private storage.
2026-08-12 11:54:39 +02:00
arnef 30170436fa Add scan and library UI pages
ScanPage (barcode/text search) and DownloadsPage (library + pen sync
status/progress) wired up via bottom-nav tabs in App.tsx.
2026-08-12 11:54:39 +02:00
arnef 49786ac54f Add Ravensburger search/download API client
Scrapes the Ravensburger site for .gme download links (barcode or
free-text query), decodes HTML entities, and orchestrates
download/library/sync operations against the native Tiptoi plugin.
2026-08-12 11:54:39 +02:00
arnef 4c8e0d010b Add SolidJS + Vite PWA client scaffold
Base Vite/SolidJS project setup for the client app: build config,
static assets, and global styles.
2026-08-12 11:54:39 +02:00