fix(databases): remove Usage tab from collection header#3112
Conversation
Console (appwrite/console)Project ID: Tip Each function runs in its own isolated container with custom environment variables |
Greptile SummaryThis PR removes the
Confidence Score: 5/5Safe to merge — removes a dead nav link pointing at a deleted route with no collateral changes. The change is a one-block deletion of a single tab entry. It eliminates a broken link to a previously removed route and leaves the rest of the header logic intact. No regressions are introduced. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "fix(databases): remove Usage tab from co..." | Re-trigger Greptile |

What
Removes the
Usagenavigation tab from the DocumentsDB collection header (collection-[collection]/header.svelte).Why
Follow-up to #3111, which deleted the collection
usage/route and its command-center shortcut but missed the header tab. As Greptile flagged on that PR, the header still rendered aUsagetab linking to${path}/usage— the now-deleted route — so it would 404 for every collection page reachable bymulti-dbusers.Scope
Single file: removes the one tab entry from the
tabsarray. Documents / Indexes / Settings tabs unchanged.Verification
bun run check→ 0 errors (88 pre-existing warnings unchanged). Prettier + ESLint clean.