- Shipped
- September 10, 2026 at 12:14 AM UTC
- Author
- Kamo
- Commit
- 5e83a77
The three managers were written to sit inside a nested tab of a tab. As a page of their own they needed the space they now have. - Configuration capped itself at 560px, so two switches sat in a column with most of a wide screen empty beside them. They are a grid that fills the width and folds back to one column under 360px each. - Two back arrows pointed at the same place — one in the breadcrumb, one beside the title. The trail reads as a trail now; the arrow is the only "back". - Doc Types is the tab most organizations land on with nothing in it, and its empty state, its toggle tooltips and its five error messages were untranslated English. The empty state also told the reader to click a button already on screen; it says what a document type is for instead. - Two buttons were shouting in MUI's default uppercase. Loading the categories no longer sets state synchronously inside the effect — the React Compiler rules reject that as a cascading render, and the retry now bumps a token from the click instead. The fetch cancels on unmount while it is there.