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

feat(metadata): Support viewing revisions #781

Merged
merged 5 commits into from
Apr 20, 2023

Conversation

tuckerzp
Copy link
Contributor

@tuckerzp tuckerzp commented Apr 18, 2023

@tuckerzp tuckerzp force-pushed the tuckerzp/metadata-revisions branch from d559974 to 0013fc7 Compare April 18, 2023 20:22
@tuckerzp tuckerzp force-pushed the tuckerzp/metadata-revisions branch from ac5c553 to 14ddf62 Compare April 19, 2023 15:01
@tuckerzp tuckerzp marked this pull request as ready for review April 19, 2023 15:04
@easy-dynamics-oscal-automation easy-dynamics-oscal-automation bot requested a review from a team April 19, 2023 15:05
Copy link
Contributor

@kylelaker kylelaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am loving these TS reworks as you're going through. THANK YOU for that! I am good with the design and approach here. I'd love to make that table a more shared file...

Thank you for the tests!

I do wonder if we should have a display for a revision that isn't just a table row... but I guess we don't have anywhere to display that for now, so maybe we should just add it when we need it.

@@ -60,7 +60,7 @@ export interface PropertyFilter {
export function propWithName(
props: Property[] | undefined,
name: string,
ns: string | undefined
ns?: string | undefined
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oof good catch!

Copy link
Contributor

@Bronstrom Bronstrom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me! Nice work @tuckerzp

I'd love to make that table a more shared file...

I totally agree. My current issue also touches on the same table styles. I could see these being handled at a more global scale.

@Bronstrom Bronstrom merged commit c296d73 into develop Apr 20, 2023
7 checks passed
@Bronstrom Bronstrom deleted the tuckerzp/metadata-revisions branch April 20, 2023 16:17
@kylelaker kylelaker added the enhancement New feature or request label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support viewing metadata revisions
3 participants