refactor: enhance UI components with improved styling and layout
- Updated CollectionCard, CountryCard, LodgingCard, NoteCard, RegionCard, TransportationCard, UserCard, and ShareModal components for better visual consistency and responsiveness. - Introduced hover effects and transitions for a more interactive experience. - Improved accessibility by ensuring proper alt text for images and using semantic HTML elements. - Refactored date formatting logic into a utility function for reuse across components. - Added new translations for profile viewing and joined date in the localization files.
This commit is contained in:
@@ -271,7 +271,9 @@
|
||||
"timed": "Getimed",
|
||||
"distance": "Afstand",
|
||||
"all_linked_items": "Alle gekoppelde items",
|
||||
"itinerary": "Routebeschrijving"
|
||||
"itinerary": "Routebeschrijving",
|
||||
"joined": "Samengevoegd",
|
||||
"view_profile": "Bekijk profiel"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Ontdek, plan en verken met gemak",
|
||||
|
||||
Reference in New Issue
Block a user