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 a sort option popup to branch list view #2146

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Mar 25, 2024

  1. add BranchSortPopup

    UUGTech committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f763407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d3d664 View commit details
    Browse the repository at this point in the history
  3. small fix

    UUGTech committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2d0ca22 View commit details
    Browse the repository at this point in the history
  4. fix clippy

    UUGTech committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c893ff7 View commit details
    Browse the repository at this point in the history
  5. fix unless use of vec!

    UUGTech committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7ce8e27 View commit details
    Browse the repository at this point in the history
  6. rebase

    UUGTech committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5c02b3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dec6128 View commit details
    Browse the repository at this point in the history
  8. remove unused keybindings

    UUGTech committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a39bc4c View commit details
    Browse the repository at this point in the history
  9. fix to use capital X

    UUGTech committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d329b95 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. add BranchSortPopup

    UUGTech authored and extrawurst committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c56227f View commit details
    Browse the repository at this point in the history
  2. fix height of branch sort popup

    UUGTech authored and extrawurst committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d2a4c8f View commit details
    Browse the repository at this point in the history
  3. small fix

    UUGTech authored and extrawurst committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0271e5b View commit details
    Browse the repository at this point in the history
  4. fix clippy

    UUGTech authored and extrawurst committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bed46c8 View commit details
    Browse the repository at this point in the history
  5. fix unless use of vec!

    UUGTech authored and extrawurst committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4443faf View commit details
    Browse the repository at this point in the history
  6. rebase

    UUGTech authored and extrawurst committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ae31456 View commit details
    Browse the repository at this point in the history
  7. change sort key with navigation keys

    UUGTech authored and extrawurst committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5a6a679 View commit details
    Browse the repository at this point in the history
  8. remove unused keybindings

    UUGTech authored and extrawurst committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2806894 View commit details
    Browse the repository at this point in the history
  9. fix to use capital X

    UUGTech authored and extrawurst committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0c1c973 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 14, 2024

  1. avoid unwrap()

    UUGTech committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0848790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c87ee79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df47f5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3826d4b View commit details
    Browse the repository at this point in the history
  5. fix clippy

    UUGTech committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    73d6171 View commit details
    Browse the repository at this point in the history
  6. change the key to sort

    UUGTech committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9e249e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    192adeb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge branch 'master'

    UUGTech committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7d174fe View commit details
    Browse the repository at this point in the history
  2. fix branch_sort popup style

    UUGTech committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    75fb648 View commit details
    Browse the repository at this point in the history
  3. keep selected index in sort

    UUGTech committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    38bfc84 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    UUGTech committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    cad4c63 View commit details
    Browse the repository at this point in the history
  5. bold style

    UUGTech committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    630828e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. update popup selection style

    UUGTech committed May 1, 2024
    Configuration menu
    Copy the full SHA
    71f626e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5e97de View commit details
    Browse the repository at this point in the history