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: redesign Active Reminders page with expandable details #104

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

chimpdev
Copy link
Member

This pull request includes several changes to the ActiveReminders component and updates to localization files. The main changes improve the user interface and add new translations for reminder titles.

UI Improvements in ActiveReminders Component:

  • Added new imports for IoChevronDown, IoPaperPlane, AnimateHeight, and useState to enhance the UI and manage state. (client/app/(account)/account/components/Content/Tabs/ActiveReminders/index.jsx)
  • Introduced a new state variable activeReminder to track the currently active reminder. (client/app/(account)/account/components/Content/Tabs/ActiveReminders/index.jsx)
  • Updated the reminders list to sort by creation date and added click functionality to toggle the active reminder. (client/app/(account)/account/components/Content/Tabs/ActiveReminders/index.jsx)
  • Enhanced the reminder display with collapsible details using AnimateHeight, and improved styling for better user experience. (client/app/(account)/account/components/Content/Tabs/ActiveReminders/index.jsx)

Localization Updates:

  • Added new translation keys for reminder item titles in Azerbaijani, English, and Turkish localization files. (client/locales/az.json, client/locales/en.json, client/locales/tr.json) [1] [2] [3]

@chimpdev chimpdev added Frontend: Feature Requests or discussions related to new features in the Next.js frontend. Frontend: UI/UX Issues concerning user interface or user experience improvements in the frontend. labels Oct 24, 2024
@chimpdev chimpdev self-assigned this Oct 24, 2024
@chimpdev chimpdev added the Internalization Issues related to internationalization or localization of the application. label Oct 24, 2024
@chimpdev chimpdev merged commit c226257 into main Oct 24, 2024
3 checks passed
@chimpdev chimpdev deleted the patch branch October 24, 2024 22:00
@github-actions github-actions bot mentioned this pull request Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend: Feature Requests or discussions related to new features in the Next.js frontend. Frontend: UI/UX Issues concerning user interface or user experience improvements in the frontend. Internalization Issues related to internationalization or localization of the application.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant