dawarich/app/controllers
Claude 0c538de698
Refactor: Improve trip sharing UX with Turbo and better controls
Major improvements:
1. Use Turbo for sharing updates - no page reload, modal stays open
2. Add Stimulus copy button controller - clean implementation with 'Copied!' feedback
3. Allow updating notes/photos toggles without disabling sharing
4. Add 'Update Sharing' button to save changes while keeping sharing enabled
5. Use 'true'/'false' strings consistently instead of '1'/'0'
6. Update all request specs to use 'true'/'false' values

Technical changes:
- Wrap form in turbo_frame_tag for seamless updates
- Controller responds with turbo_stream to replace form content
- Create copy_button_controller.js for proper copy feedback
- Checkboxes now editable when sharing is enabled
- Separate 'Update Sharing' and 'Disable Sharing' actions
2025-11-07 13:01:44 +00:00
..
api/v1 Remember enabled map layers for users 2025-10-20 20:11:28 +02:00
auth Update application_controller to store client header in session 2025-09-21 14:12:18 +02:00
concerns Fix UTM parameter assignment and update version to 0.34.2 2025-10-31 19:29:20 +01:00
family Small fixes 2025-10-22 20:39:02 +02:00
settings Update stuff, fix stuff 2025-09-29 22:27:07 +02:00
shared Refactor: Apply Rails best practices to trip sharing implementation 2025-11-07 12:05:34 +00:00
users Move UTM parameter tracking logic into a concern 2025-10-30 19:59:31 +01:00
api_controller.rb Return dawarich headers on all API responses 2025-08-11 00:21:58 +02:00
application_controller.rb Make sure family invitations are handled after sign-in 2025-10-22 21:36:51 +02:00
exports_controller.rb Extract stats sharing logic to its own controller 2025-09-12 21:08:45 +02:00
families_controller.rb Extract update location sharing logic to a service object 2025-10-05 19:40:42 +02:00
home_controller.rb Introduce points counter cache to optimize performance 2025-08-21 22:32:29 +02:00
imports_controller.rb Extract stats sharing logic to its own controller 2025-09-12 21:08:45 +02:00
map_controller.rb Merge branch 'dev', remote-tracking branch 'origin' into feature/full-screen-map 2025-10-14 13:47:58 +02:00
metrics_controller.rb Use constants for metrics username and password. 2025-07-26 15:27:22 +02:00
notifications_controller.rb Add country_name to points and fix some bugs. 2025-07-28 18:53:19 +02:00
places_controller.rb Add places page 2024-08-25 20:19:02 +02:00
points_controller.rb Introduce points counter cache to optimize performance 2025-08-21 22:32:29 +02:00
settings_controller.rb Fixes for visits suggestions. 2025-07-02 23:50:32 +02:00
stats_controller.rb Add some refactorings 2025-09-13 16:41:28 +02:00
trips_controller.rb Refactor: Improve trip sharing UX with Turbo and better controls 2025-11-07 13:01:44 +00:00
visits_controller.rb Extract stats sharing logic to its own controller 2025-09-12 21:08:45 +02:00