Add an "ide" component - #13708
Open
ericwindmill wants to merge 21 commits into
Open
Conversation
ericwindmill
commented
Aug 11, 2026
ericwindmill
commented
Aug 11, 2026
Collaborator
|
Staged preview of the updated flutter.dev site (updated for commit e7c3351): https://flutter-dev-230821--www-pr13708-ide-component-djgv8rr8.web.app |
Collaborator
|
Staged preview of the updated docs.flutter.dev site (updated for commit e7c3351): https://flutter-docs-prod--docs-pr13708-ide-component-1g9w9f0b.web.app |
ericwindmill
commented
Aug 11, 2026
ericwindmill
marked this pull request as ready for review
August 15, 2026 18:51
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a new interactive file-tree explorer component (IdeExplorer) for documentation sites, including its SASS styles, Jaspr Dart components, a custom markdown parser, and client-side interactivity scripts. The feedback highlights several critical issues: a potential hydration mismatch in SSR due to a global static counter, invalid HTML nesting of a inside a
parlough
self-requested a review
August 17, 2026 20:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of what this PR is changing or adding, and why:
This is adding an interactive IDE component, because its cool. I'm using it for the FlutterBench updates, but want to land this separately to keep the PR sane.
Also adds min/max width breakpoint scss mixin to site-shared. In a future PR, we should remove breakpoints file from sites/www, and also update all scss to use the breakpoints, but doing so here would add many files to this PR.