You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New layout implementation and sidenav design (#6344)
- Updates the sidenav static generation logic to match `flutter/website`
for improved build performance and consistency. Also removes the need
for specifying `match-page-url-exactly` on directory index pages.
- This changes the 11ty related `filters.ts` and `eleventyComputed.js`
files. These changes have already been reviewed and been in use by
`flutter/website` for a while.
- Redesigns the sidenav for improved accessibility and reducing
dependence on Bootstrap.
- Reimplements the site layout in preparation for Bootstrap removal and
improving scrolling.
- Removes a bunch of now unneeded logic and styles, further supporting
the later removal of Bootstrap.
Fixes#5791Fixes#5789
Contributes to #4164
Contributes to #3849
Prepares for #2625
<divid="menu-toggle"><spanclass="material-symbols"title="Toggle side navigation menu." aria-label="Toggle side navigation menu." type="button">menu</span></div>
0 commit comments