-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update grid component with header rows and hardcoded links. #29
Conversation
- Update names of some variables. - Ignore unknown fields when marshalling from JSON (to avoid proto skew errors). - Add minor unit tests and flesh out existing coverage.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: michelle192837 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Adds additional header rows (date, time, custom column headers), and links from cells (using a lit context; will be expanded in a follow-up). Also adds some other minor tweaks: - Update styling to make row and column headers sticky on the left and top (respectively) and fix a couple other nits. - Add minor unit tests and flesh out existing coverage. - Run `pnpm format` to fix some minor lint issues.
/retest |
Bump image used for Typescript tests. Failures are seen in kubernetes-sigs/testgrid#29.
/retest |
/retest (I need to look into the flake for this test) |
/lgtm |
Update the grid component with additional header rows and hardcoded default links (to be fixed/customized in a follow-up).
Also includes some additional coverage, format/lint fixes, styling, and other cleanup along the way. (Split roughly into two commits, one for the grid changes and one for the other changes).
Tested locally with
pnpm start:k8s
. For example: