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

Sortable header for component list in web UI #5642

Merged
merged 16 commits into from
Nov 2, 2023

Commits on Nov 2, 2023

  1. feat(web/ui): make separate TableHeader component

    Signed-off-by: hainenber <[email protected]>
    hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f4ab435 View commit details
    Browse the repository at this point in the history
  2. refactor(web/ui): expose component's hoook setter

    Signed-off-by: hainenber <[email protected]>
    hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a556124 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d0407b View commit details
    Browse the repository at this point in the history
  4. feat(web/ui): CSS cfgs for sorted table headers

    Signed-off-by: hainenber <[email protected]>
    hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7319376 View commit details
    Browse the repository at this point in the history
  5. doc(CHANGELOG): add new entry

    Signed-off-by: hainenber <[email protected]>
    hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    dcd7613 View commit details
    Browse the repository at this point in the history
  6. Remove extraneous null check in handleSorting func

    Co-authored-by: William Dumont <[email protected]>
    hainenber and wildum committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bef627d View commit details
    Browse the repository at this point in the history
  7. fix(web/ui): use sort order as enum + minimal refactor

    Signed-off-by: hainenber <[email protected]>
    hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    36038ef View commit details
    Browse the repository at this point in the history
  8. Add an "exclude_event_message" argument to loki.source.windowsevent (g…

    …rafana#5634)
    
    * Add an "exclude_event_message" argument to loki.source.windowsevent
    
    * Add a note with exact commit hash of Loki.
    
    ---------
    
    Co-authored-by: Paschalis Tsilias <[email protected]>
    2 people authored and hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    86816fa View commit details
    Browse the repository at this point in the history
  9. refactor(web/ui): simplify sorting logic

    Signed-off-by: hainenber <[email protected]>
    hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7201074 View commit details
    Browse the repository at this point in the history
  10. fix(web/ui): default sort order for ID column

    Signed-off-by: hainenber <[email protected]>
    hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6ac3acc View commit details
    Browse the repository at this point in the history
  11. refactor(web/ui): simplify logic to select sort order

    Signed-off-by: hainenber <[email protected]>
    hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    cc95e93 View commit details
    Browse the repository at this point in the history
  12. Update web/ui/src/features/component/TableHead.tsx

    Co-authored-by: William Dumont <[email protected]>
    hainenber and wildum committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3aa815e View commit details
    Browse the repository at this point in the history
  13. fix(web/ui): fix ESLint err due to usage of "any" type

    Signed-off-by: hainenber <[email protected]>
    hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ddabff1 View commit details
    Browse the repository at this point in the history
  14. fix(CHANGELOG): remove duplicate entry

    Signed-off-by: hainenber <[email protected]>
    hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    dd1c4c8 View commit details
    Browse the repository at this point in the history
  15. fix(CHANGELOG): remove self duplicate entry

    Signed-off-by: hainenber <[email protected]>
    hainenber committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    350fcb2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    97d04db View commit details
    Browse the repository at this point in the history