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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub-style filter for columns (fix #37) #58

Merged
merged 32 commits into from
Mar 25, 2023
Merged

Add GitHub-style filter for columns (fix #37) #58

merged 32 commits into from
Mar 25, 2023

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    5428fa0 View commit details
    Browse the repository at this point in the history
  2. Add GitHub-style filter for columns

    There are 2 types of filter: `number` and `date`.
    Tyey both support the following operators: `>`, `<`, `>=`, `<=`, `=`.
    
    The format of date should be `yyyy-mm-dd`, like `2022-01-01`.
    
    number: `stars`, `forks`, `ahead`, `behind`.
    date: `pushed`
    
    eg: `stars:>0 pushed:>2022-01-01`
    Ethkuil committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    1089205 View commit details
    Browse the repository at this point in the history
  3. Adjust position of filter box

    Ethkuil committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    62e94c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2318d5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1967f20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3fc24a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c51abe2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a8616d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    120a681 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

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

Commits on Mar 5, 2023

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

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    c511135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b2f980 View commit details
    Browse the repository at this point in the history
  3. Fix small formatting issue

    payne911 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    985843b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26cff66 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Add some more aliases

    payne911 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    96c7c83 View commit details
    Browse the repository at this point in the history
  2. Tooltip for the search field

    payne911 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f7363da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c296c9b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

Commits on Mar 17, 2023

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

Commits on Mar 22, 2023

  1. style

    payne911 committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    86d555a View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    229d0ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    909e35a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9217b48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad2ea73 View commit details
    Browse the repository at this point in the history
  6. Fix filter update

    Ethkuil committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    2d25117 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Adding a comment

    payne911 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    52e3d8c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    bb44d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    610fabd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd064ba View commit details
    Browse the repository at this point in the history
  4. Extract the date regex

    payne911 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ede116b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

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