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

I/O Quickstart Search & Grid Controls #1981

Merged
merged 17 commits into from
Jan 4, 2022

Conversation

josephgregoryii
Copy link
Contributor

New styling changes and refactoring for IO

@gatsby-cloud
Copy link

gatsby-cloud bot commented Dec 28, 2021

Gatsby Cloud Build Report

developer-website-feature/io-redesign

🎉 Your build was successful! See the Deploy preview here.

Build Details

View the build logs here.

🕐 Build time: 2m

Performance

Lighthouse report

Metric Score
Performance 🔶 28
Accessibility 💚 90
Best Practices 🔶 87
SEO 🔶 76

🔗 View full report

@josephgregoryii josephgregoryii marked this pull request as ready for review December 29, 2021 22:07
@rudouglas
Copy link
Contributor

Had a comment on the UX here, which I don't think is caused directly by this PR, but when you click on a category, or search something in the I/O searchbox, the view jumps back to the top of the page which is very jarring. To recreate:

@josephgregoryii
Copy link
Contributor Author

@rudouglas great catch - I'll try to work and see if i can get that change in this PR. If not i'll create a ticket for it 👍🏻

@jpvajda
Copy link
Contributor

jpvajda commented Jan 3, 2022

This looks good to me, apart from what @rudouglas pointed out. 💯

Copy link
Contributor

@jpvajda jpvajda left a comment

Choose a reason for hiding this comment

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

the scrolling issue is now fixed.

Copy link
Contributor

@aswanson-nr aswanson-nr left a comment

Choose a reason for hiding this comment

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

Looks great! Just noticed some things around breakpoints and dark mode!

@josephgregoryii
Copy link
Contributor Author

@aswanson-nr changes made!

Copy link
Contributor

@aswanson-nr aswanson-nr left a comment

Choose a reason for hiding this comment

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

One last comment!

@@ -23,6 +23,8 @@ import CATEGORIES from '../data/instant-observability-categories';

import SuperTiles from '../components/SuperTiles';

const COLLAPSE_BREAKPOINT = '760px';
Copy link
Contributor

Choose a reason for hiding this comment

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

Since we're using this in multiple components now, we should break it out into the constants file. Maybe rename it to QUICKSTARTS_COLLAPSE_BREAKPOINT

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oooo i like it. I'll get to it.

@@ -50,3 +50,5 @@ export const RESERVED_QUICKSTART_IDS = {
GUIDED_INSTALL: 'GUIDED_INSTALL',
BUILD_YOUR_OWN_QUICKSTART: 'BUILD_YOUR_OWN_QUICKSTART',
};

export const COLLAPSE_BREAKPOINT = '760px';
Copy link
Contributor

Choose a reason for hiding this comment

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

Okay, I'm so sorry, but let's call this something with quickstarts in the name since that's the only place it's used

@aswanson-nr aswanson-nr merged commit 9dafd4e into feature/io-redesign Jan 4, 2022
@aswanson-nr aswanson-nr deleted the joe/io-search-category branch January 4, 2022 00:47
@rudouglas
Copy link
Contributor

awwwwwesome

@nr-opensource-bot
Copy link
Contributor

🎉 This PR is included in version 1.76.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Public Catalog] I/O Quickstart search & grid controls changes & category to count result message
6 participants