dawarich/app/views/trips
Claude 53ec557ec9
Refactor: Nest sharing parameters under trip key
- Follow Rails conventions by nesting sharing params under resource key
- Update form fields: sharing[enabled] → trip[sharing][enabled]
- Update controller to access params[:trip][:sharing]
- Update all request specs to use nested parameters
- Parameters now properly structured as trip[sharing][expiration], etc.
2025-11-07 12:50:39 +00:00
..
_countries.html.erb Show visited countries in a modal window on the Trip page 2025-10-07 21:49:58 +02:00
_distance.html.erb Fix request to a user in partial 2025-07-26 12:37:46 +02:00
_form.html.erb Properly provide default distance unit in user settings 2025-10-20 19:42:24 +02:00
_path.html.erb Properly provide default distance unit in user settings 2025-10-20 19:42:24 +02:00
_sharing.html.erb Refactor: Nest sharing parameters under trip key 2025-11-07 12:50:39 +00:00
_trip.html.erb Properly provide default distance unit in user settings 2025-10-20 19:42:24 +02:00
edit.html.erb Fix margins on some pages 2024-11-28 15:54:36 +01:00
index.html.erb Move trip to partial 2024-11-28 16:11:04 +01:00
new.html.erb Fix margins on some pages 2024-11-28 15:54:36 +01:00
show.html.erb UI: Move sharing controls to DaisyUI modal 2025-11-07 12:30:22 +00:00