1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00
Commit graph

43 commits

Author SHA1 Message Date
Sean Morley
b0e8000cf8 Refactor UI components for improved localization and styling
- Updated various headings and text elements to utilize localization functions for better internationalization support.
- Simplified gradient styles in headings to enhance readability.
- Adjusted adventure and travel statistics sections to reflect localized titles and descriptions.
- Enhanced filter options and buttons with localized text for clarity.
- Modified Tailwind CSS configuration to include a new color 'dim' for future styling needs.
2025-06-14 18:55:59 -04:00
Sean Morley
151c76dbd1 Enhance user profile and world travel pages with improved UI and functionality
- Updated user profile page to include achievement calculations and enhanced styling for user information and statistics.
- Added icons for better visual representation of user stats and achievements.
- Improved layout for displaying adventures and collections with conditional rendering for empty states.
- Refactored world travel page to include search and filter functionality for cities, with a sidebar for progress and stats.
- Implemented completion percentage and progress bars for visited cities.
- Enhanced map integration with markers for visited and not visited cities, including toggle options for map labels.
2025-06-14 11:10:59 -04:00
Sean Morley
14eb4ca802 feat(collections): enhance collections page with sorting, filtering, and pagination features
- Updated the collections loading logic to include sorting and pagination parameters from the URL.
- Refactored the collections page to manage owned, shared, and archived collections with a tabbed interface.
- Added sorting functionality to allow users to sort collections by different attributes.
- Implemented a sidebar for filtering and sorting options.
- Improved the UI for better user experience, including a floating action button for creating new collections.
- Added a not found page for collections that do not exist, enhancing error handling.
2025-06-13 12:11:42 -04:00
Sean Morley
4404064263 Adjust heading margin for improved layout on adventures page 2025-05-23 23:15:39 -04: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
d44cb06e31 Refactor AdventureCard usage and integrate event calendar components 2024-12-04 12:38:01 -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
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
b32c780266 Fix issues determined from testing series 2024-11-07 19:48:44 -05:00
Sean Morley
25ed72afbc Add is_visited filtering to AdventureViewSet and update frontend components 2024-10-31 09:59:56 -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
78ab387055 Refactor Docusaurus configuration and frontend components
- Update the title and logo in Docusaurus configuration
- Add Discord and Support links to the navbar
- Update the label and href for the GitHub link in the footer
- Remove redundant code and comments in ImageInfoModal component
- Update the text and link in ImageInfoModal component
- Update the conditional statement in +page.svelte file
- Comment out the unused code in settings page
2024-10-25 14:20:51 -04:00
Sean Morley
5ff4f66fdb Filter in sidebar of adventures list page! 2024-10-01 21:15:27 -04:00
Sean Morley
6cb31aa125 New AdventureModal Accordian 2024-09-30 18:03:10 -04:00
Sean Morley
add2e2bafa Wikipedia description fetch 2024-08-17 22:48:57 -04:00
Sean Morley
f0efdaa933 new adventure modal 2024-08-17 22:40:27 -04:00
Sean Morley
70a2fc45fd Type conversion to string for UUID 2024-08-13 12:03:18 -04:00
Sean Morley
143f84e910 SEO Optimization 2024-08-06 08:50:15 -04:00
Sean Morley
77c11fefea better filters 2024-08-05 09:59:34 -04:00
Sean Morley
44cad30528 better filters 2024-08-05 09:33:21 -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
f44a6a2dfd chore: Update Navbar component with search form 2024-07-20 08:39:32 -04:00
Sean Morley
c6633a17cb created_at and updated_at fields 2024-07-19 09:05:47 -04:00
Sean Morley
4abaaa5fb3 new sidebar 2024-07-18 22:12:47 -04:00
Sean Morley
2ca24b9f15 adventure card improvements 2024-07-18 18:37:46 -04:00
Sean Morley
704eb6f6de chore: Add created_at field to Adventure and Collection models 2024-07-18 15:48:14 -04:00
Sean Morley
e650a81109 search 2024-07-18 14:55:23 -04:00
Sean Morley
7431d45124 search api 2024-07-17 17:36:05 -04:00
Sean Morley
e533dda328 collections v2 2024-07-15 12:09:20 -04:00
Sean Morley
533453b764 collections v1 2024-07-15 09:36:07 -04:00
Sean Morley
586ea89785 client sorting 2024-07-13 10:48:51 -04:00
Sean Morley
f5fc2f5add client sorting 2024-07-13 10:42:42 -04:00
Sean Morley
82db6f1789 sorting server side 2024-07-13 10:28:45 -04:00
Sean Morley
1929227104 pagination! fixed for private 2024-07-12 09:11:00 -04:00
Sean Morley
fc9ba3ad96 pagination! fixed for private 2024-07-11 20:09:55 -04:00
Sean Morley
a3784ae164 pagination! 2024-07-11 19:27:03 -04:00
Sean Morley
6713d9ef5d better labeling 2024-07-11 15:42:36 -04:00
Sean Morley
23af6b2203 better labeling 2024-07-11 15:38:06 -04:00
Sean Morley
f220911d7a new adventure list 2024-07-11 15:37:04 -04:00
Sean Morley
2afe6a7cf1 more filtering options 2024-07-11 09:33:52 -04:00