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

Implement UI for 'project linked' screen #42

Merged

Conversation

ghengeveld
Copy link
Member

@ghengeveld ghengeveld commented Aug 21, 2023

This updates the temporary mockup to look as designed. I did tweak the copy a bit.

📦 Published PR as canary version: 0.0.30--canary.42.7e80cf4.0

✨ Test out this PR locally via:

npm install @chromaui/[email protected]
# or 
yarn add @chromaui/[email protected]

@linear
Copy link

linear bot commented Aug 21, 2023

AP-3489 Finish implementing Project Linked page

This is unstyled at the moment, and for one thing the links don't open in new windows (which they probably should): https://www.notion.so/chromatic-ui/Chromatic-Visual-tests-addon-feedback-eeafb1ca806749d994fc62d4bf1653c9?pvs=4#6c22ac044e044d24a188feed7fb4eada

@ghengeveld ghengeveld requested a review from weeksling August 21, 2023 13:24
@ghengeveld ghengeveld changed the title Clean up UI for 'project linked' screen Implement UI for 'project linked' screen Aug 21, 2023
@ghengeveld ghengeveld requested a review from thafryer August 22, 2023 07:03
Copy link
Contributor

@weeksling weeksling left a comment

Choose a reason for hiding this comment

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

lgtm!

@@ -683,6 +684,7 @@ export type PreparedBuildTestsArgs = {
first?: InputMaybe<Scalars['Int']['input']>;
last?: InputMaybe<Scalars['Int']['input']>;
orderBy?: InputMaybe<PreparedBuildTestsOrder>;
statuses?: InputMaybe<Array<TestStatus>>;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is a good example of graphql updating unrelated because a change was made on chromatic, not in the addon itself. I would have thought this would have updated in this pr that queried for tests by statuses

@ghengeveld ghengeveld merged commit 8856d1d into main Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants