sojorn/sojorn_app/lib/widgets
Patrick Britton 8844a95f3f feat: Central ComposerBar widget + fix GIF proxy 401 + broaden GIF filter
- Move /image-proxy to public (unauthenticated) route so CachedNetworkImage
  can fetch proxied GIFs without Bearer token (fixes 401 errors)
- Expand image proxy SSRF allowlist to include i.imgur.com + media.giphy.com
- Broaden GIF filter in gif_picker: accept i.redd.it, preview.redd.it,
  i.imgur.com URLs (not just .gif extension) so Reddit posts actually show
- Change GIF search hint to 'Search GIFs…' (no subreddit mention)
- Add i.imgur.com + media.giphy.com to client-side needsProxy() list
- Create lib/widgets/composer/composer_bar.dart — single ComposerBar widget
  with ComposerConfig presets (publicPost/comment/threadReply/chat/privatePost)
  that handles text, GIF picker, image picker, upload, and send button uniformly
- Apply ComposerBar to: group feed posts, group feed comments sheet,
  group thread reply bar, quips comment sheet, group chat bar
- Remove all duplicate TextField+send-button+media-button implementations

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 09:45:58 -06:00
..
beacon feat: Add overlay_json field for Quip text/sticker decorations 2026-02-17 20:06:53 -06:00
composer feat: Central ComposerBar widget + fix GIF proxy 401 + broaden GIF filter 2026-02-18 09:45:58 -06:00
feed fix: Resolve Flutter compile errors across 15 files 2026-02-17 17:43:30 -06:00
gif feat: Central ComposerBar widget + fix GIF proxy 401 + broaden GIF filter 2026-02-18 09:45:58 -06:00
media security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
modals security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
neighborhood feat: Add overlay_json field for Quip text/sticker decorations 2026-02-17 20:06:53 -06:00
post fix: Resolve Flutter compile errors across 15 files 2026-02-17 17:43:30 -06:00
profile fix: Resolve Flutter compile errors across 15 files 2026-02-17 17:43:30 -06:00
reactions feat: Reaction system for Quips feed + fix groups 500 + reduce jank 2026-02-18 08:11:08 -06:00
safety security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
secure_chat security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
altcha_widget.dart feat: replace Turnstile with ALTCHA across Flutter app, Go backend, and website 2026-02-17 03:18:50 -06:00
app_scaffold.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
chain_quote_widget.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
feed_filter_button.dart feat: Add feed filtering UI with FeedFilterButton and integrate into personal feed 2026-02-17 10:33:32 -06:00
first_use_hint.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
follow_button.dart fix: Remove duplicate follow methods and fix FollowButton to use provider 2026-02-17 10:42:08 -06:00
group_card.dart fix: Resolve all compilation errors - GroupCategory conflicts, ref access, privacy types, and icon/color properties 2026-02-17 11:24:48 -06:00
group_creation_modal.dart feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
harmony_explainer_modal.dart feat: Phase 5 - Harmony State explainer modal with progression chart, tappable from profile 2026-02-17 03:38:10 -06:00
offline_indicator.dart feat: Add error handling utilities, NetworkService, RetryHelper, and OfflineIndicator 2026-02-17 10:22:07 -06:00
onboarding_modal.dart feat: Follow system - database migration, backend handlers, FollowButton widget, API methods 2026-02-17 10:16:44 -06:00
radial_menu_overlay.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
safety_redirect_sheet.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
skeleton_loader.dart feat: Phase 6 - Skeleton loaders for Groups/feed, seed groups SQL migration 2026-02-17 03:41:39 -06:00
sojorn_button.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
sojorn_input.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
sojorn_post_card.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
sojorn_rich_text.dart feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
sojorn_snackbar.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
sojorn_text_area.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
suggested_users_section.dart feat: Add SuggestedUsersSection widget with horizontal scrolling cards 2026-02-17 10:19:56 -06:00
traditional_quips_sheet.dart feat: Central ComposerBar widget + fix GIF proxy 401 + broaden GIF filter 2026-02-18 09:45:58 -06:00
video_comments_sheet.dart feat: Reaction system for Quips feed + fix groups 500 + reduce jank 2026-02-18 08:11:08 -06:00
video_player_with_comments.dart feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00