Sean Morley
|
60b5bbb3c8
|
feat: Enhance Navbar with new icons and improved button layout
|
2025-02-09 15:42:46 -05:00 |
|
Sean Morley
|
cf4691beaf
|
Merge branch 'development' of github.com:seanmorley15/AdventureLog into development
|
2025-02-08 16:10:03 -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
|
57db1e088f
|
Merge branch 'development' into main
|
2025-02-08 10:14:11 -05:00 |
|
Thomas
|
cbcf2a70d7
|
improved locals for dutch
|
2025-02-08 08:04:01 +01:00 |
|
Thomas
|
d4f9abd158
|
Improved dutch language
|
2025-02-08 07:58:25 +01:00 |
|
Nikolai Eidsheim
|
a899579a02
|
Started work on norwegian translations
|
2025-02-06 21:33:17 +00:00 |
|
Sean Morley
|
d1f50dfa17
|
feat: Add hotel management functionality with serializer and UI integration
|
2025-02-05 19:38:04 -05:00 |
|
Sean Morley
|
8ea8043beb
|
feat: Update stats API endpoint to include username for personalized user statistics
|
2025-02-03 19:57:22 -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 |
|
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
|
c1807826d0
|
feat: Add server-side redirection to admin page based on public URL fetch
|
2025-01-31 16:43:09 -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
|
b68e2dedaa
|
feat: Add new background image entry for adventurelog showcase
|
2025-01-27 20:19:33 -05:00 |
|
Sean Morley
|
680a2378d9
|
Merge pull request #458 from larsl-net/basic-pwa
Basic PWA support
|
2025-01-26 20:20:47 -05:00 |
|
Sean Morley
|
f5dc0ceb0a
|
feat: Refactor session cookie domain handling to use psl for improved domain parsing
|
2025-01-26 20:18:50 -05:00 |
|
Sean Morley
|
d326d38329
|
feat: Update session cookie domain handling using publicsuffix2 and psl libraries
|
2025-01-26 20:06:47 -05:00 |
|
Sean Morley
|
6a5bfbda2d
|
feat: Enhance adventure marker popup with image carousel and visit details
|
2025-01-23 17:51:56 -05:00 |
|
Sean Morley
|
37fca9ba1d
|
Merge branch 'development' of github.com:seanmorley15/AdventureLog into development
|
2025-01-23 17:49:03 -05:00 |
|
Sean Morley
|
abaee8c9c4
|
feat: Add attachments array to recommendation object and update options with collection start date
|
2025-01-23 17:48:55 -05:00 |
|
Sean Morley
|
6b090096d6
|
Merge pull request #465 from larsl-net/collection-map-icons
Display adventure category icon also on collection maps
|
2025-01-23 17:46:05 -05:00 |
|
Lars Lehmann
|
8fee537d8b
|
feat: Open collection calendar on start date
|
2025-01-23 21:56:19 +01:00 |
|
Lars Lehmann
|
69967b759f
|
fix: Error loading calender when transport has no date
|
2025-01-23 21:29:49 +01:00 |
|
Lars Lehmann
|
f04a6e30a7
|
Remove package-lock.json
|
2025-01-23 20:14:10 +01:00 |
|
Lars Lehmann
|
9e66c67c62
|
fix: Display adventure category icon also on collection maps
|
2025-01-23 20:07:16 +01:00 |
|
Sean Morley
|
12a6429812
|
Merge branch 'development' of github.com:seanmorley15/AdventureLog into development
|
2025-01-22 08:36:03 -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
|
1447a948c2
|
Merge pull request #461 from seanmorley15/dependabot/npm_and_yarn/frontend/npm_and_yarn-f25c717a0f
build(deps-dev): bump vite from 5.3.6 to 5.4.12 in /frontend in the npm_and_yarn group across 1 directory
|
2025-01-21 22:51:01 -05:00 |
|
dependabot[bot]
|
10230e926c
|
build(deps-dev): bump vite
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `vite` from 5.3.6 to 5.4.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-22 03:28:49 +00: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
|
25edec460b
|
feat: enhance search page with reactive data updates and simplify component usage
|
2025-01-19 23:09:28 -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 |
|
Lars Lehmann
|
a88e59869e
|
Fix service worker
|
2025-01-19 22:43:31 +01:00 |
|
Lars Lehmann
|
3ccd078508
|
Add Service Worker
|
2025-01-19 11:51:04 +01:00 |
|