Sean Morley
e89f2a947e
feat: enhance image navigation in adventure view with improved controls and indicators
2025-05-31 16:20:24 -04:00
Sean Morley
9e304f81fe
Fix date display logic to handle undefined visit dates in DateRangeCollapse and adventure page
2025-05-24 18:56:59 -04:00
Sean Morley
d3d74f9f35
Add localization support for adventure and settings pages; enhance UI elements
...
- Updated Chinese translations in zh.json for various UI components including coordinates, sun times, and authentication settings.
- Refactored adventure page to utilize localization for visit counts, descriptions, and other text elements.
- Improved settings page by integrating localization for profile, security, email management, and integration sections.
- Enhanced visual consistency by updating card backgrounds and adding localized text for buttons and labels.
2025-05-23 17:22:28 -04:00
Sean Morley
0d5792a99a
Refactor adventure page layout and enhance UI components
...
- Updated the layout of the adventure page to improve visual hierarchy and user experience.
- Reorganized the structure of the hero section, including image navigation and quick info cards.
- Enhanced the display of adventure details, including user info, visit history, and sun times.
- Improved the handling of attachments and external links with better styling and accessibility.
- Added functionality for copying coordinates and links to the clipboard.
- Refined the map section to provide clearer location information and improved marker display.
- Cleaned up unused imports and optimized the code for better readability.
2025-05-23 11:23:24 -04:00
Sean Morley
abc2d86dcf
Enhance visit date display with timezone support and improved formatting
2025-05-10 21:40:18 -04:00
Sean Morley
a5e44d29e6
Merge pull request #594 from lkiesow/mobile-map-full-width
...
Full width map on mobile
2025-05-09 21:33:29 -04:00
Sean Morley
4ce7ed7045
Improve layout by wrapping map link text in a paragraph element
2025-05-09 21:31:37 -04:00
Sean Morley
f3f75368df
Merge pull request #593 from lkiesow/google-maps
...
Open in Apple Maps or Google Maps
2025-05-09 21:19:58 -04:00
Sean Morley
311e2847cb
Enhance visit display: Improve layout and formatting of visit dates and notes
2025-05-09 15:19:17 -04:00
Lars Kiesow
bbad7b890c
Add support for OpenStreetMap
...
This patch adds an option to open an item in OpenStreetMap as well as in
Google Maps and Apple Maps.
2025-05-07 21:11:42 +02:00
Lars Kiesow
f31db982ce
Full width map on mobile
...
This patch lets the map in the adventure details use the full screen
width on mobile instead of having one sixth of the screen empty.
2025-04-27 17:49:31 +02:00
Lars Kiesow
f6097a2d60
Open in Apple Maps or Google Maps
...
This patch provides the additional option to open a location in Google
maps as an alternative to Apple Maps.
2025-04-27 17:42:51 +02:00
Sean Morley
16a7772003
feat: Add additional adventure type and endpoint for sunrise/sunset information
2025-03-22 12:25:53 -04:00
Sean Morley
1dc8e10758
feat: Add "all day" localization strings for multiple languages and enhance transportation date handling
2025-03-18 17:40:32 -04:00
Sean Morley
9fd2a142cb
feat: Update Visit model to use DateTimeField for start and end dates, and enhance AdventureModal with datetime-local inputs
2025-03-18 14:04:31 -04:00
Sean Morley
7fbcf170d0
feat: Add file type validation and sanitize markdown input in adventure components
2025-03-15 12:29:12 -04:00
Sean Morley
50a732b4d7
refactor: Optimize GPX file processing with concurrent fetching and improved error handling
2025-03-13 17:26:42 -04:00
Sean Morley
d5311bb71e
feat: Add "Open in Maps" button for adventures with location coordinates
2025-02-22 20:36:25 -05:00
Sean Morley
b5d6788c11
feat: Add location_name to ReverseGeocode type and implement location fetching in stats view
2025-02-15 19:44:11 -05:00
Sean Morley
7d71c84fd2
feat: Remove email field from user details response and enhance frontend user display
2025-02-01 15:10:25 -05:00
Sean Morley
0eb4bc706a
feat: enhance adventure handling with user ID support in serializers and attachment view; refactor saveEdit function and clean up Avatar component
2025-01-22 08:36:02 -05:00
Sean Morley
3f30819d25
feat: add GPX file support in AdventureModal and improve map marker handling
2025-01-21 19:40:56 -05:00
Sean Morley
6e28e5234e
feat: enhance attachment handling with new localization strings and GPX upload tips
2025-01-21 19:33:48 -05:00
Sean Morley
f9cf92041d
feat: enhance CategoryModal with loading state and remove unused activities route
2025-01-21 19:01:45 -05:00
Sean Morley
64d2bdebce
feat: add GPX file handling and GeoJSON integration in adventure page; update dependencies and AttachmentCard component
2025-01-20 20:03:00 -05:00
Sean Morley
30c58ca118
feat: refactor AttachmentCard component to handle delete action locally and simplify adventure page logic
2025-01-20 09:01:11 -05:00
Sean Morley
94c3e3d363
feat: implement attachment management with upload, delete, and permission checks; update serializers and models
2025-01-19 22:22:03 -05:00
Sean Morley
f4450b6a38
fix: include Referer header in API requests
2025-01-17 16:58:08 -05:00
Sean Morley
c6fa603a93
feat: add primary image functionality to AdventureImage model and update related components
2025-01-02 23:25:58 -05:00
Sean Morley
d6eb4edddd
Refactor map component styles and update transportation location formatting
2024-12-19 21:44:31 -05:00
Sean Morley
dd08a6fe24
Add Markdown editor component and integrate it into AdventureModal
2024-12-17 18:58:38 -05:00
Sean Morley
9bc20be70e
Initial migration to new session based auth system with AllAuth
2024-11-29 14:41:13 -05:00
Sean Morley
ce0b82acb7
Fix custom default category
2024-11-26 15:10:17 -05:00
Sean Morley
8e5a20ec62
Refactor adventure category handling: update type definitions, enhance category management in UI components, and implement user-specific category deletion logic in the backend
2024-11-23 13:42:41 -05:00
Sean Morley
736ede2417
Enhance adventure management: add error handling for category fetch, implement unique email constraint in user model, and update adventure save logic to ensure category assignment
2024-11-22 17:03:02 -05:00
Sean Morley
86d213bb8b
Refactor user ID handling to use UUIDs; update related components and serializers for consistency
2024-11-17 16:34:46 -05:00
Sean Morley
129c76078e
Fetch and display categories in CategoryFilterDropdown; update adventure details to include category information
2024-11-16 23:32:23 -05:00
Sean Morley
bde33260fa
Show tabs in description box
2024-11-09 22:25:47 -05:00
Sean Morley
8068fe93f7
more localization
2024-10-28 15:10:14 -04:00
Sean Morley
91c0ec8c07
localization v2
2024-10-28 13:56:57 -04:00
Sean Morley
e22e175ae5
Merge pull request #347 from seanmorley15/ghcw-session-58ae
...
Add dates to map
2024-10-21 15:55:05 -04:00
Sean Morley
53cfd276f2
Refactor adventure and map pages to display visit dates
2024-10-21 15:52:57 -04:00
Sean Morley
792d9bcda2
Change over to Voyager map styles
2024-10-17 15:14:15 -04:00
Sean Morley
413aa69ac5
Hide end_date when start and end dates are the same
2024-10-07 19:25:49 -04:00
Sean Morley
f354cd1ffe
Refactor release workflow to use "released" event type
2024-10-04 21:33:02 -04:00
Sean Morley
1eadac90f1
Refactor input and button layout in ActivityComplete component
2024-09-30 18:16:08 -04:00
Sean Morley
78f56a3a5f
Fix max url length, adds line breaks to display, truncates long urls. Remove old seed command.
2024-09-17 10:34:31 -04:00
Sean Morley
4c858ab8b5
Fix adding to collection to change value of is_public first try
2024-09-10 09:30:09 -04:00
Sean Morley
ba89f90e53
Shared with collaborative editing
2024-09-09 13:31:00 -04:00
Sean Morley
8fa5801e00
Add detailed image view to the detail view
2024-08-19 12:05:29 -04:00