-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add Scrolling intro page #9068
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
Add Scrolling intro page #9068
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing! Thank you!
@parlough, I don't see an auto-staged site listed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content looks great to me!
I left a few comments on the sidenav, including a fix for the build.
Can you also add a redirect for the old slivers location:
{ "source": "/ui/advanced/slivers", "destination": "/ui/scrolling/slivers", "type": 301 },
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me after a few comments are addressed:
Visit the preview URL for this PR (updated for commit 402cc44): https://flutter-docs-prod--pr9068-scrolling-rofulqrf.web.app (expires Fri, 04 Aug 2023 17:23:22 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: d5ba327eec813901cac8396c4f458b02288624ab |
Woooo! Thanks @sfshaza2! |
This removes the Slivers page from the Advanced UI section into its own Scrolling section. We will also be adding scrolling recipes to the sidebar of this section.
The intro page kind of grew to be longer than I planned...
This also adds a tooling error to the common errors page.
Fixes #9064
cc @Piinks @parlough