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 group history page #10430

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

Add group history page #10430

wants to merge 30 commits into from

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    3b45416 View commit details
    Browse the repository at this point in the history
  2. Return relevant groups in response

    This also includes all groups the user can normally view, for use in a
    group selector
    cl8n committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1dd4c09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eef9c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94f2c2d View commit details
    Browse the repository at this point in the history
  5. Add group history page

    cl8n committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    16270f9 View commit details
    Browse the repository at this point in the history
  6. Fix test name

    lol
    cl8n committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    80eb4e3 View commit details
    Browse the repository at this point in the history
  7. Remove duplicate get_params type

    cl8n committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9588b1d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge master

    cl8n committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3801d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf2121e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    731d16a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    634f4dc View commit details
    Browse the repository at this point in the history
  5. Readonly lint

    cl8n committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0160922 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cea8e5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fix for on labels

    cl8n committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0738dba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6896cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9ba277 View commit details
    Browse the repository at this point in the history
  4. Merge master

    cl8n committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e97b94c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Don't build FA var names

    cl8n committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a9b3697 View commit details
    Browse the repository at this point in the history
  2. flex-end instead of end

    cl8n committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fe42af5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    285fcd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80a3881 View commit details
    Browse the repository at this point in the history
  5. No kebab

    cl8n committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    220dfcb View commit details
    Browse the repository at this point in the history
  6. Set grid span on element

    cl8n committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5c29f57 View commit details
    Browse the repository at this point in the history
  7. Fixed with icons

    cl8n committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a7de9a8 View commit details
    Browse the repository at this point in the history
  8. Refactor current param updating & button behavior

    Each way to update the current params (new search or "show more") now
    keeps its own state so that they can each abort the ongoing request and
    still function as expected. The disabled state of the buttons now
    reflect this
    
    Additionally the current params are updated immediately on starting a
    search, instead of when the request completes
    cl8n committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5c9e70f View commit details
    Browse the repository at this point in the history
  9. Fix state when navigating back

    cl8n committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    aa51786 View commit details
    Browse the repository at this point in the history
  10. Merge master

    cl8n committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d9797d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Unneeded for/id for label/input

    cl8n committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7ec8a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    398ce31 View commit details
    Browse the repository at this point in the history
  3. Better name

    cl8n committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    87573fe View commit details
    Browse the repository at this point in the history