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

Better input ordering #2175

Merged
merged 15 commits into from
Mar 20, 2024
Merged

Better input ordering #2175

merged 15 commits into from
Mar 20, 2024

Commits on Mar 12, 2024

  1. Order inputs on selection instead of sorting later

    Alex Coats committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    082fca5 View commit details
    Browse the repository at this point in the history
  2. update comments

    Alex Coats committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    62c4467 View commit details
    Browse the repository at this point in the history
  3. Merge branch '2.0' into feat/input-order

    DaughterOfMars authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8f48a49 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Use a custom collection type for order

    Alex Coats committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0472c8f View commit details
    Browse the repository at this point in the history
  2. optimize iters

    Alex Coats committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e7d0dac View commit details
    Browse the repository at this point in the history
  3. use others in iter

    Alex Coats committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3e96e37 View commit details
    Browse the repository at this point in the history
  4. Merge branch '2.0' into feat/input-order

    Alex Coats committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1feddf3 View commit details
    Browse the repository at this point in the history
  5. reverse params

    Alex Coats committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    589b35e View commit details
    Browse the repository at this point in the history
  6. remove address clones

    Alex Coats committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5c87649 View commit details
    Browse the repository at this point in the history
  7. back it up

    Alex Coats committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e70e9d7 View commit details
    Browse the repository at this point in the history
  8. cleanup and don't sort all the time

    Alex Coats committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4d6179d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. comments

    Alex Coats committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2827ddb View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.0' into feat/input-order

    DaughterOfMars authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c835f1c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. remove IntoIter impl

    Alex Coats committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    08f5330 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge branch '2.0' into feat/input-order

    DaughterOfMars authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    968f72f View commit details
    Browse the repository at this point in the history