Sean Morley
04c3402e14
fix: Remove duplicate file extension validation for md and pdf formats
2025-03-23 16:40:55 -04:00
Sean Morley
b4c5e22662
fix: Correct file extension validation for gpx, md, and pdf formats
2025-03-23 16:40:08 -04:00
Sean Morley
794df82ec6
feat: Enhance AdventureModal date handling for all-day events and improve localization in collections page
2025-03-21 16:30:03 -04:00
Sean Morley
f79b06f6b3
feat: Add troubleshooting guide for unresponsive login and registration, enhance collection modal alerts, and improve localization for itinerary features
2025-03-20 22:28:23 -04:00
Sean Morley
f554bb8777
feat: Enhance date handling in AdventureModal and related components for improved localization and all-day event support
2025-03-18 21:07:34 -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
b82e4b6f0d
feat: Add country name to Region serializer and update RegionCard component
2025-03-17 14:23:10 -04:00
Sean Morley
4e543fad55
feat: Enhance City and Lodging components with region and country names, and improve password disable functionality
2025-03-17 10:38:41 -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
3c9aec4bfb
refactor: Simplify location name assignment logic in LocationDropdown component
2025-02-23 17:15:37 -05:00
Sean Morley
b1068d27b0
refactor: Update API endpoint paths from "_allauth" to "auth" for consistency
2025-02-23 17:04:20 -05:00
Sean Morley
d80805a181
feat: Add current timezone and airport description fields to localization files
2025-02-22 17:00:40 -05:00
Sean Morley
ea36b104b6
feat: Add Transportation and Lodging models to AdventureViewSet; update Avatar and TransportationModal components for improved user experience
2025-02-22 10:37:22 -05:00
Sean Morley
232e01bf8f
fix: Correct button closing tags in Navbar component for proper rendering
2025-02-20 14:53:05 -05:00
Sean Morley
b4496508dd
Korean i18n ( #503 )
...
* Update email.md
Removing the single quotes allow SMTP to work -- it did not work otherwise. Also, [Google recommends TLS over SSL](https://support.google.com/a/answer/2520500?sjid=7564827219172741277-NA )
* Update immich_integration.md
Added the /api to the example URL for the Immich server.
* Add Korean language support to Navbar and layout
* chore: Korean translation (#502 )
* correct ko translation at Navbar.svelte
* correct ko.json
correct ko.json::adventures
auto commit
auto commit
auto commit
auto commit
auto commit
adventures
collection
dashboard
home
immich
immich
map
navbar
auto commit
notes
profile
recommendations
settings
share
transportations
auto commit
worldtravel
polishing
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
---------
Co-authored-by: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com>
Co-authored-by: motox986 <49492476+motox986@users.noreply.github.com>
Co-authored-by: Seongjun Ji <metalg0su@gmail.com>
2025-02-17 10:32:18 -05:00
Sean Morley
670e499d8f
feat: Localize text in calendar and adventure pages, and update CountryCard component
2025-02-16 13:57:46 -05:00
Sean Morley
16fc9bc70e
feat: Fetch categories and check for Immich integration on modal mount
2025-02-16 13:45:08 -05:00
Sean Morley
d31b95289d
feat: Add reservation number and price fields to lodging information across multiple languages
2025-02-16 09:35:07 -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
60b5bbb3c8
feat: Enhance Navbar with new icons and improved button layout
2025-02-09 15:42:46 -05:00
Sean Morley
68924d7ecc
feat: Refactor hotel terminology to lodging and update related components
2025-02-08 16:10:01 -05:00
Sean Morley
d1f50dfa17
feat: Add hotel management functionality with serializer and UI integration
2025-02-05 19:38:04 -05:00
Sean Morley
9c3a52ae85
feat: Refactor user detail view and enhance localization strings for multiple languages
2025-02-03 19:56:25 -05:00
Sean Morley
ed1e24252c
feat: Enhance HotelModal with geocoding, custom location handling, and improved hotel initialization
2025-02-03 19:18:46 -05:00
Sean Morley
df60184f23
feat: Implement Hotel model with CRUD operations and integrate into views and serializers
2025-02-03 12:28:42 -05:00
Sean Morley
659c56f02d
feat: Add Hotel model and integrate into admin panel; update related components
2025-02-02 10:36:47 -05:00
Sean Morley
bdb17a3177
Merge pull request #478 from Thiesjoo/immich-improvements
...
Immich image selection improvements
2025-02-01 15:28:15 -05:00
Thies
cc6a98d23b
Convert indentation to tabs, as my vscode did not want to cooperate
2025-01-30 13:07:08 +01:00
Thies
94fca45af0
immich: Show dates of images next to the results
2025-01-30 13:06:17 +01:00
Thies
c7d34f6c48
immich: Add a loading indicator
2025-01-30 13:06:17 +01:00
Thies
08bfeac837
immich: Automatically select the date of the last visit for the photos
2025-01-30 13:06:10 +01:00
Thies
aaacacbd60
immich: Now able to show images by date!
2025-01-30 12:57:38 +01:00
Thies
bc08362a4c
navbar: Allow the typing of slash in input/textarea fields
2025-01-30 12:16:19 +01:00
Sean Morley
85b55660f9
feat: Update user profile handling and enhance public user details response
2025-01-29 22:50:53 -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
1b3cf6ab39
feat: add keyboard shortcut to focus search input in Navbar and clean up dashboard animations
2025-01-21 19:17:51 -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
1f3abf7f32
feat: replace placeholder image with gradient background and text for no image available state in CardCarousel component
2025-01-19 22:33:35 -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
433599dc20
feat: implement protected media serving and permission checks for adventure images
2025-01-18 17:03:03 -05:00
Sean Morley
f10e171a8e
fix: update RegionCard component to handle undefined visited state and refactor global search API to return structured results
2025-01-18 12:57:56 -05:00
Sean Morley
d60945d5b7
feat: implement global search functionality for adventures, collections, users, and locations
2025-01-18 12:28:14 -05:00
Sean Morley
e9084db832
fix: remove default adventure type and streamline image upload form
2025-01-17 17:33:16 -05:00
Sean Morley
0cee4c386d
fix: update deleteAdventure function to use DELETE method for API call
2025-01-17 17:15:18 -05:00
Sean Morley
0f828dd0bf
fix: update conditionals in AdventureModal and CategoryDropdown for improved logic
2025-01-13 10:51:33 -05:00