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

Update grid component with header rows and hardcoded links. #29

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

michelle192837
Copy link
Contributor

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:

image

- 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.
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jan 4, 2025
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.
@michelle192837
Copy link
Contributor Author

/retest

ameukam added a commit to ameukam/test-infra that referenced this pull request Jan 20, 2025
Bump image used for Typescript tests.
Failures are seen in
kubernetes-sigs/testgrid#29.
@ameukam
Copy link
Member

ameukam commented Jan 21, 2025

/retest

@michelle192837
Copy link
Contributor Author

/retest

(I need to look into the flake for this test)

@ameukam
Copy link
Member

ameukam commented Jan 22, 2025

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 22, 2025
@k8s-ci-robot k8s-ci-robot merged commit 8d3081f into kubernetes-sigs:main Jan 22, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants