generated from xkeshav/astro-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Feature/rza 250080 #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Feature/rza 250080 #124
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bugfix/RZA-250099: Refactored the about us page
Bugfix/rzb-250106: Map popup issue fixed with popoverAPI
bugfix/RZB-250106: fix issue #106
…ess and hover effects
Collaborator
Author
|
Current branch: feature/RZA-250080 |
Owner
|
wrong base branch so closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📘 Description
This pull request implements core functionality and UI for the Journey Timeline application, where users can record key moments from their life journey.
🔧 Functionality:
Implemented the ability to add life events with date, description, and optional image.
Added edit and delete functionality for each timeline event.
Enabled localStorage persistence, so events remain saved across sessions.
Improved spacing logic between timeline dots based on hover state.
Introduced keyboard navigation: pressing the up/down arrow keys scrolls through events.
🎯 Features:
Add, edit, and delete events.
Expand event labels on hover to show full content.
Collapse labels to show only date when not hovered.
Toggle between compact (100px) and expanded (300px) spacing between events.
Smooth scroll behavior and responsive design.
LocalStorage support for all user-added data.
Dynamic height adjustment of the timeline container.
PDF/print-ready styling for clean exports.
🎨 UI/UX:
Refined the visual appearance of timeline events using a plant/garden-inspired theme.
Adjusted label size and alignment for a cleaner mobile view.
Made the vertical timeline stem clearly visible.
Introduced blurred background objects for depth and polish.
Enhanced hover transitions and animations for a smoother experience.
Related Issue: Fixes #1 (Add/Edit/Delete event system), #2 (Hover spacing logic), #3 (Timeline design polish)

