may have some ideas I remember him mentioning a few things in some places
GitHub could really do with some base level fixes before they add the fancy stuff
predictably enough it's not happening right now! possibly fixed, will send a screen rec if i see it again. basically, tooltips were never dismissed on mouseleave, so if one was obscuring the thing you needed to click, you'd need to hover something else to move the tooltip there
things like this are minor in isolation but add up to a frustrating experience. i ranted about it a little here: https://youtube.com/watch?v=860d8usGC0o&si=EnSIkaIECMiOmarE&t=679… all this stuff feels like an inevitable consequence of what i understand to be github's FE architecture, i.e. turbolinks & sprinkles
it's instructive to compare the experience of e.g. navigating around a repo in github vs using the new code tab on npm (https://twitter.com/Rich_Harris/status/1616097293207490561…). i salivate imagining github rebuilt with modern web tech! (and i hope you know this all comes from a place of love)
TIL http://npmjs.com now lets you explore the content of packages — https://npmjs.com/package/@sveltejs/kit?activeTab=explore… — and they've done a really nice job of it. i used to use http://unpkg.com a lot for this, but having it built in to npm is super convenient
h/t @sambecker