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: Add Option To Sort Bookmarks #18

Merged
merged 1 commit into from
Dec 8, 2024
Merged

Conversation

vkhitrin
Copy link
Owner

@vkhitrin vkhitrin commented Dec 7, 2024

Add Sort menu which allows users to sort bookmarks based on criteria.
The default sort will be set to "Newest First".

Currently, 4 sort options are available:

  • Newest First - Sort by newest bookmarks.
  • Oldest First - Sort by oldest bookmarks.
  • A-Z (Bookmark Title) - Sort alphabetically by bookmark title
    (ascending).
  • Z-A (Bookmark Title) - Sort alphabetically by bookmark title
    (descending).

Add `Sort` menu which allows users to sort bookmarks based on criteria.
The default sort will be set to "Newest First".

Currently, 4 sort options are available:
- `Newest First` - Sort by newest bookmarks.
- `Oldest First` - Sort by oldest bookmarks.
- `A-Z (Bookmark Title)` - Sort alphabetically by bookmark title
  (ascending).
- `Z-A (Bookmark Title)` - Sort alphabetically by bookmark title
  (descending).
@vkhitrin vkhitrin force-pushed the feature/sort_bookmarks branch from 2234738 to 1c3a817 Compare December 7, 2024 23:57
@vkhitrin vkhitrin merged commit 88df760 into main Dec 8, 2024
2 checks passed
@vkhitrin vkhitrin deleted the feature/sort_bookmarks branch December 8, 2024 00:02
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.

1 participant