generated from xkeshav/astro-template
-
Notifications
You must be signed in to change notification settings - Fork 4
feature/RZA-250080 Life Journey Timeline #125
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
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
[Deploy]: fix minor bugs and added about us pages
…ess and hover effects
…t spacing dynamically
… event rendering, and enhance button group layout
…mes, implement shooting star animation, and adjust layout properties for better visual appeal
Collaborator
Author
Collaborator
Author
xkeshav
requested changes
Jul 18, 2025
Collaborator
xkeshav
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Back merge Develop
Collaborator
|
resolve conflict |
…rove DOM structure for better visibility
Collaborator
|
conflicts ned to be resolved |
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 the core functionality and user interface for the Journey Timeline application — a dynamic web app designed to help users document and visualize key moments from their life journey in an engaging timeline format. The application allows users to add, edit, and delete events interactively using a visually appealing interface. Each timeline event includes a date and description making it easy to personalize memories. Labels are placed alternately on both sides of a vertical timeline to enhance readability and aesthetics.
Events are spaced appropriately to avoid visual overlap, and the timeline height dynamically adjusts based on the number of events. Labels expand on click to reveal full event details, and spacing increases accordingly to maintain layout integrity. A confirmation modal ensures safe deletion of events. All event data is stored locally using localStorage, preserving the timeline even after page reloads.
The UI features a playful, kid-friendly design theme with smooth animations, responsive layout, and support for both light and dark modes. Additionally, users can generate a print-ready version of their timeline.
🔧 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)

