-
Notifications
You must be signed in to change notification settings - Fork 8
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
RunList: use Custom filter #84
base: main
Are you sure you want to change the base?
Commits on Nov 14, 2024
-
- Use custom filter to show filter inputs outside the table - Add a button to expand/hide filter options - Display sort button only on hover over the column title - Disable column action buttons (all of it's functions can be performed with sort, filter, and show/hide column buttons) Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6729b27 - Browse repository at this point
Copy the full SHA 6729b27View commit details -
RunList: Show filters in 3 sections
Show the RunList custom filter in 3 sections: build details, run details, result details. This commit also does the following: 1. Hides the default filter icon from table 2. Hides filter icon present in filtered columns Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a129931 - Browse repository at this point
Copy the full SHA a129931View commit details -
RunList: show Badge for number of filters applied
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2d48b82 - Browse repository at this point
Copy the full SHA 2d48b82View commit details
Commits on Nov 15, 2024
-
RunList: Make FilterMenu as a popover menu
Make FilterMenu more compact and turn it into a pop-over menu instead of having it open above the table. Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 250b597 - Browse repository at this point
Copy the full SHA 250b597View commit details -
RunList: Put filter button inside the table menu
- use renderTopToolbarCustomActions to add the filter button inside the table menu - Show what filters are applied at top right of the table. Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a0cc198 - Browse repository at this point
Copy the full SHA a0cc198View commit details -
src/lib/paddles.ts: allow machine_type filter for useRuns
This is to handle difference in machine_type filter in two endpoints /node/?machine_type=xyz and /runs/machine_type/xyz Fixes machine_type filter for RunList. Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9d6cacc - Browse repository at this point
Copy the full SHA 9d6caccView commit details