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
Add sessionStorage based scroll memory for Dartdoc's scrolling divs (#1917)
* Link to source now works, minus icons
* Add material icons
* Refactor dartdoc_test to avoid asynchronous delete collisions
* dartfmt
* Fix windows
* dartfmt
* Tweak padding and change icon to description
* Fix styles to match dartlang site
* Review comments
* Add example and use it in the dartdoc package.
* dartfmt
* Add lscache and give us some scroll memory
* Review comment
* Use sessionStorage.
* Remove setInterval (no longer needed without localStorage)
* Use try-finally and ordering to reduce the risk we might generate a blank page.
0 commit comments