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 prop pickedOrder for new selected initial order #126

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Jul 12, 2022

  1. Allow new selected order

    When selecting a new item for the list, the only option was to have the
    item pushed to the top. This adds support for two other sorts:
    - `end` pushes the item to end of the `content` array
    - `function` if user defined a function they may control where to push
      the new item
    - `start` becomes the default value, keeping the current behavior
    xipasduarte committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a0b492a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    ee01fe9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    8918d43 View commit details
    Browse the repository at this point in the history