sojorn/sojorn_app/lib
Patrick Britton 5b5e89e383 feat: Add overlay_json field for Quip text/sticker decorations
- Go: Add overlay_json to Post model, CreatePost handler, and all post queries
- Flutter: Rename QuipTextOverlay → QuipOverlayItem with type enum (text/sticker)
- QuipOverlayItem: add id field, content replaces text, backward-compat alias
- quip_video_item: parse overlay_json and render non-interactive overlays in feed
- quip_upload_provider: accept overlayJson param and pass to publishPost
- api_service: add overlayJson param to publish
2026-02-17 20:06:53 -06:00
..
config security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
models feat: Add overlay_json field for Quip text/sticker decorations 2026-02-17 20:06:53 -06:00
providers feat: Add overlay_json field for Quip text/sticker decorations 2026-02-17 20:06:53 -06:00
routes security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
screens feat: Add overlay_json field for Quip text/sticker decorations 2026-02-17 20:06:53 -06:00
services feat: Add overlay_json field for Quip text/sticker decorations 2026-02-17 20:06:53 -06:00
theme security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
utils feat: Add error handling utilities, NetworkService, RetryHelper, and OfflineIndicator 2026-02-17 10:22:07 -06:00
widgets feat: Add overlay_json field for Quip text/sticker decorations 2026-02-17 20:06:53 -06:00
main.dart feat: Initialize NetworkService in main.dart and add OfflineIndicator to HomeShell 2026-02-17 10:35:37 -06:00