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

Add Sorting Option on Home Screen #1

Open
xectrone opened this issue Jul 25, 2024 · 0 comments
Open

Add Sorting Option on Home Screen #1

xectrone opened this issue Jul 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@xectrone
Copy link
Owner

Description:
Currently, the home screen of QuickMark displays notes in descending order of the date modified, making it difficult for users to find their notes based on other preferences. Adding a sorting option will enhance the usability of the app by allowing users to sort their notes in various ways.

Proposed Solution:
Introduce a sorting feature on the home screen that allows users to sort their notes by:

  • Name (alphabetically)
  • Date created (newest to oldest, oldest to newest)
  • Date modified (newest to oldest, oldest to newest)

Implementation Details:

  1. UI Changes:

    • Add a sort button (icon) to the home screen toolbar.
    • When the sort button is clicked, display a dropdown or dialog with sorting options.
  2. Functionality:

    • Implement sorting logic for each option.
    • Ensure that the sorting is applied instantly and the notes list is updated accordingly.
  3. Persistence:

    • Save the user's sorting preference and apply it by default each time the app is opened.
@xectrone xectrone added the enhancement New feature or request label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant