Skip to content
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

feat(Timeline): For #3119 Enhance date filtering and navigation functionalities #3244

Closed
wants to merge 3 commits into from

Conversation

Yamico
Copy link

@Yamico Yamico commented Apr 16, 2024

  • Implemented date filtering functionality in the Timeline component.
  • Added buttons to navigate to previous and next months and days.
  • Added localization for toast messages in both English and Chinese.
  • Modified UI to show navigation buttons only when a specific day is selected.
  • Enhanced UI to visually differentiate the selected date.

demo-gif:
demo

- Implemented date filtering functionality in the Timeline component.
- Added buttons to navigate to previous and next months and days.
- Added localization for toast messages in both English and Chinese.
- Modified UI to show navigation buttons only when a specific day is selected.
- Enhanced UI to visually differentiate the selected date.
@Yamico Yamico requested a review from boojack as a code owner April 16, 2024 03:47
@Yamico Yamico changed the title feat(Timeline): #Enhance date filtering and navigation functionalities feat(Timeline): #3119Enhance date filtering and navigation functionalities Apr 16, 2024
@Yamico Yamico changed the title feat(Timeline): #3119Enhance date filtering and navigation functionalities feat(Timeline): For #3119 Enhance date filtering and navigation functionalities Apr 16, 2024
@@ -354,7 +354,8 @@
"succeed-update-customized-profile": "Profile successfully customized.",
"succeed-update-additional-script": "Additional script updated successfully.",
"update-succeed": "Update succeeded",
"maximum-upload-size-is": "Maximum allowed upload size is {{size}} MiB"
"maximum-upload-size-is": "Maximum allowed upload size is {{size}} MiB",
"no-more-memos": "No more memmos"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: should be Memos

@boojack
Copy link
Collaborator

boojack commented May 11, 2024

Updated with 1d99dad

@boojack boojack closed this May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants