Sean Morley
83d06fc0a4
Remove AUTHORS and MANIFEST.in files; add ReverseGeocodeViewSet and localization updates
2024-10-30 15:11:00 -04: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
6f8864a13d
Refactor Docker Compose configuration and add email backend documentation
2024-10-26 19:43:27 -04:00
Sean Morley
792d9bcda2
Change over to Voyager map styles
2024-10-17 15:14:15 -04:00
Sean Morley
3ee9625fe8
Refactor AdventureCard component and add CardCarousel
...
- Refactor AdventureCard component to remove unused variable and add meta tags for shared collections page
- Add CardCarousel component to display a carousel of adventure images in AdventureCard
2024-10-13 23:23:32 -04:00
Sean Morley
70c78635fc
Refactor code to remove unused variable and add meta tags for shared collections page
2024-10-07 23:39:05 -04:00
Sean Morley
1e61032692
Add link field to collection and fix the visited counter in collection page
2024-10-07 23:16:27 -04:00
Sean Morley
b9cae8a687
Fix adventure grouping in collections
2024-10-01 09:32:02 -04:00
Sean Morley
0b808401d9
Daylight Saving Time fix
2024-09-16 20:02:17 -04:00
Sean Morley
5df1c4cba9
Hide link adventure when the user is not the owner
2024-09-10 20:50:16 -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
aada13ca40
Fix special adventure types
2024-08-20 12:39:15 -04:00
Sean Morley
03e0530e90
Add support for end date to adventure
2024-08-18 12:30:12 -04:00
Sean Morley
cfe14b3708
Merge pull request #239 from seanmorley15/new_images
...
New images
2024-08-17 22:43:40 -04:00
Sean Morley
f0efdaa933
new adventure modal
2024-08-17 22:40:27 -04:00
Sean Morley
2b16712496
chore: Update time zone handling in code
2024-08-17 08:30:24 -04:00
Sean Morley
70a2fc45fd
Type conversion to string for UUID
2024-08-13 12:03:18 -04:00
Sean Morley
f40714ac2c
Fix map filtering bug
2024-08-09 09:31:39 -04:00
Sean Morley
879b182e56
chore: Update CollectionCard component to display correct toast message when archiving/unarchiving a collection
2024-08-07 17:36:25 -04:00
Sean Morley
1858790308
Archive Collections
2024-08-07 13:01:12 -04:00
Sean Morley
143f84e910
SEO Optimization
2024-08-06 08:50:15 -04:00
Sean Morley
18ef919a11
checklists ui
2024-08-05 21:36:38 -04:00
Sean Morley
d5f93c5d9d
checklists ui beta
2024-08-05 18:48:11 -04:00
Sean Morley
d9e554ad42
feat: Add flag URL to Country type and update CountryCard component
2024-08-05 14:17:41 -04:00
Sean Morley
32f5c1a806
chore: Increase page size to 25 for adventures and collections views
2024-08-04 22:19:09 -04:00
Sean Morley
10466f5913
feat: Add public/private badge to CollectionCard and fix delete button in NoteCard
2024-08-04 21:30:11 -04:00
Sean Morley
8dd44e23a6
chore: Update adventure statistics display in collection page
2024-08-04 13:40:07 -04:00
Sean Morley
4bbb9f10f6
notes
2024-08-04 13:33:49 -04:00
Sean Morley
0c3664acf3
feat: Add links functionality to NoteModal component
2024-08-04 12:45:37 -04:00
Sean Morley
89bf310340
chore: Add delete functionality to NoteCard component
2024-08-04 12:37:04 -04:00
Sean Morley
7c2b0e927d
notes beta
2024-08-04 09:56:58 -04:00
Sean Morley
3f900bc41a
notes beta
2024-08-03 22:03:27 -04:00
Sean Morley
4f1ad09470
notes beta
2024-08-03 21:09:49 -04:00
Sean Morley
b8994a531f
feat: Improve UI layout and functionality for adventure search
2024-08-03 20:23:42 -04:00
Sean Morley
17498121a3
refactor: Update date input fields with min and max values
2024-07-31 11:01:41 -04:00
Sean Morley
103500b5e1
refactor: Add user prop to TransportationCard component for conditional rendering of actions
2024-07-29 19:19:24 -04:00
Sean Morley
589eb094d5
refactor: Update +page.svelte to improve rendering performance and fix conditional rendering issue
2024-07-28 12:45:00 -04:00
Sean Morley
54ef1677e8
add transportation
2024-07-28 09:44:25 -04:00
Sean Morley
6155d531ab
add transportation
2024-07-28 09:10:59 -04:00
Sean Morley
61c3d23efa
refactor: Update transportation form with hidden input for is_public field
2024-07-27 22:23:23 -04:00
Sean Morley
2e2932a030
edit transportation
2024-07-27 22:18:52 -04:00
Sean Morley
581e5548d5
refactor: Update validation error message in Transportation model clean method
2024-07-27 21:18:15 -04:00
Sean Morley
7c9afd8931
transportation
2024-07-27 19:22:01 -04:00
Sean Morley
66a2e30711
lodging beta
2024-07-27 18:42:52 -04:00
Sean Morley
87a804dbc2
lodging beta
2024-07-27 15:41:26 -04:00
Sean Morley
0ea9f1d73e
refactor: Update date formatting in CollectionCard and CollectionPage components
2024-07-27 14:44:15 -04:00
Sean Morley
dbe2f01b8d
refactor: Update adventure and collection page headers and date formatting
2024-07-27 14:40:33 -04:00
Sean Morley
59a3a2d72a
chore: Update date formatting in AdventureCard and CollectionCard components
2024-07-27 14:38:43 -04:00