1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 07:19:36 +02:00
AdventureLog/backend/server/adventures
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
..
management Fix scheduler 2024-08-21 10:06:09 -04:00
migrations Add geocoding functionality and enhance Adventure model with location fields 2025-05-22 20:05:13 -04:00
utils feat: add Attachment model and implement file permission checks for media access 2025-01-18 20:06:12 -05:00
views Refactor code structure for improved readability and maintainability 2025-05-23 12:15:44 -04:00
__init__.py migration to new backend 2024-07-08 11:44:39 -04:00
admin.py Add bulk geocoding command and trigger geocoding action in admin 2025-05-22 20:29:05 -04:00
apps.py Add Liechtenstein 2024-08-21 18:56:51 -04:00
geocoding.py Enhance geocoding functionality with host resolution and improved error handling; update AdventureModal for loading state management; refine LocationDropdown toast display logic; adjust world travel page for better documentation link visibility. 2025-05-23 10:46:37 -04:00
managers.py feat: implement global search functionality for adventures, collections, users, and locations 2025-01-18 12:28:14 -05:00
middleware.py Remove debug print statements from DisableCSRFForMobileLoginSignup middleware 2025-05-12 10:42:50 -04:00
models.py Enhance Adventure model and serializers with visited status logic and toast notifications for marking visits 2025-05-22 21:13:31 -04:00
permissions.py feat: implement pagination, add activity types and stats views; update category management and localization 2025-01-17 16:50:01 -05:00
serializers.py Add localization support for adventure and settings pages; enhance UI elements 2025-05-23 17:22:28 -04:00
tests.py migration to new backend 2024-07-08 11:44:39 -04:00
urls.py feat: Refactor hotel terminology to lodging and update related components 2025-02-08 16:10:01 -05:00