- Ya
- 3 Septemba 2026, 00:09 UTC
- Mwandishi
- Kamo
- Ahadi ya
- 1581963
Two bugs, both mine. ARCHIVED WAS A PEER TAB. Active Scripts and Archived Scripts are two views of one screen, not two screens, and they belong as sub-tabs the way Markets & Fields has always done it. I read that pattern during the build, wrote it down as the thing to mirror, and then shipped a second entry on the top-level tab line anyway. Now one tab with Active / Archived sub-tabs under it, each carrying its own count, and the market switcher below that. Both views come from ONE fetch of the market's scripts, split here. Fetching per sub-tab would refetch on every switch and leave each tab unable to label the other — "Archived (3)" is only knowable by having asked for them. NO PADDING. The root was a bare <Box>, so content sat flush against the panel walls. Every other manager on this page opens with `className="h-full w-full flex flex-col gap-6 p-6"`; this one now does too, and the header, buttons and body text use the same sizes and greys as its siblings rather than a second set I invented. The menu entry, the landing card and the tab title for the removed screen go with it, along with nine now-dead strings in the dictionary — a separate archive tab was described in copy that would otherwise have been translated into 21 locales for a page nobody can open.