sojorn/sojorn_app/lib
Patrick Britton 72046c08df feat: Migrate board entries and encrypted chat to ComposerBar widget
- Replace custom TextField+send-button in board_entry_detail_screen with ComposerBar
- Replace custom compose UI in create_board_post_sheet with ComposerBar (text+image+send)
- Enable GIF picker in encrypted group chat (allowGifs: true in ComposerConfig)
- Enable GIF picker in encrypted group feed posts (allowGifs: true)
- Add GIF URL detection in group_chat_tab: detect GIF URLs stored as body text from sendGroupMessage fallback
- Add
2026-02-18 10:37:18 -06:00
..
config feat: Central ComposerBar widget + fix GIF proxy 401 + broaden GIF filter 2026-02-18 09:45:58 -06:00
models feat: Add overlay_json field for Quip text/sticker decorations 2026-02-17 20:06:53 -06:00
providers feat: Reaction system for Quips feed + fix groups 500 + reduce jank 2026-02-18 08:11:08 -06:00
routes security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
screens feat: Migrate board entries and encrypted chat to ComposerBar widget 2026-02-18 10:37:18 -06:00
services feat: Reaction system for Quips feed + fix groups 500 + reduce jank 2026-02-18 08:11:08 -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: Migrate board entries and encrypted chat to ComposerBar widget 2026-02-18 10:37:18 -06:00
main.dart feat: Initialize NetworkService in main.dart and add OfflineIndicator to HomeShell 2026-02-17 10:35:37 -06:00