Bugs, Performance & Reliability
Report bugs, performance issues, availability problems, or unexpected behavior. Describe steps to reproduce and how it affects your roadmap workflow.
Share your comment
The marketing homepage is now easier to read and easier to navigate with assistive technology.A couple of spots fell short of accessibility contrast guidelines: some of the small labels in the kanb...
The public roadmap got a meaningful speed boost by holding back the heaviest pieces until they're actually required.The rich-text editor used for writing posts and comments is a large component, an...
Pages that don't contain a form, like the public roadmap and its search bar, now load without dragging along code they never use.Our text inputs quietly pulled in the entire form-validation engine ...
Two of the most-visited surfaces, the sign-in screens and the public roadmaps, now come back in a fraction of the time.The sign-in pages were quietly being rebuilt on the server for every single vi...
Browsing the public roadmap without signing in is now both faster and friendlier to assistive technology.We replaced several heavy interface pieces on the landing with lighter equivalents for first...
The roadmap landing now loads a leaner first screen and tops itself up as you go.Each column used to render sixteen posts immediately, whether or not you scrolled far enough to see them. On busy bo...
Scrolling through the roadmap feels lighter, and the page becomes interactive sooner.Each stage column on the roadmap renders a list of posts. Until now, every column became fully interactive the i...
The public roadmap now appears noticeably quicker on first load.Previously, the search box in the header pulled in a sizeable bundle of code on every visit, even for people who never used it. That ...