sojorn/go-backend/internal/services
Patrick Britton 93a2c45a92 feat: Reaction system for Quips feed + fix groups 500 + reduce jank
- Replace heart/like in Quips sidebar with full reaction system:
  tap = quick ❤️, long-press = full ReactionPicker dialog
- Add reactionPackageProvider (CDN → local assets → emoji fallback)
- Switch ReactionPicker to ConsumerStatefulWidget using provider
- Add CachedNetworkImage support in ReactionPicker + _ReactionIcon
- Fix CreateGroup handler: use 'privacy' column, drop non-existent
  'is_private'/'banner_url' columns (were causing 500 on group creation)
- Cache overlayJson parsing in QuipVideoItem initState/didUpdateWidget
  to eliminate double jsonDecode per build frame (was causing 174ms jank)
- Add post_hides table + HidePost handler + feed filtering
- Add showNavActions param to TraditionalQuipsSheet for clean Quips header

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 08:11:08 -06:00
..
altcha_service.go security: remove development bypass tokens from production code 2026-02-17 00:52:29 -06:00
appeal_service.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
asset_service.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
azure_openai_service.go Add Azure OpenAI integration - new service, admin UI, and backend support 2026-02-16 09:25:42 -06:00
content_filter.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
email_service.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
feed_algorithm_service.go feat: Reaction system for Quips feed + fix groups 500 + reduce jank 2026-02-18 08:11:08 -06:00
feed_service.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
group_service.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
link_preview_service.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
local_ai_service.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
moderation_service.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
moderation_service_test.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
notification_service.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
official_accounts_service.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
openrouter_service.go Add image downloading and base64 conversion for OpenRouter vision models 2026-02-16 09:13:55 -06:00
overpass_service.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
push_service.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
sendpulse_service.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
username_validation_service.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
video_processor.go feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00