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

[Feature] Enable sorting by tags #2658

Merged
merged 5 commits into from
Sep 22, 2024

Commits on Sep 13, 2024

  1. Adding sortByTags function to storeHelper

    Sorts tags in the following order (descending):
    (no tags)
    (no tags)
    A B
    A C
    B
    B D
    
    Signed-off-by: Sebastian <[email protected]>
    SebieF committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d7fef57 View commit details
    Browse the repository at this point in the history
  2. Adding sortOrder tags to sortorder dropdown menu

    Signed-off-by: Sebastian <[email protected]>
    SebieF committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    85d237d View commit details
    Browse the repository at this point in the history
  3. Adding unit test for descending sorting of tags

    Signed-off-by: Sebastian <[email protected]>
    SebieF committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    77e8bb9 View commit details
    Browse the repository at this point in the history
  4. Fixing type annotation for tags setter

    It expects a string array rather than a string
    
    Signed-off-by: Sebastian <[email protected]>
    SebieF committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6d129a4 View commit details
    Browse the repository at this point in the history
  5. Fixing NPM lint errors

    Signed-off-by: Sebastian <[email protected]>
    SebieF committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    93f1f60 View commit details
    Browse the repository at this point in the history