Remove Activity screens from the console#3109
Conversation
Audit logging has permanently stopped writing to the old project-DB audit collection cloud reads from -- account, users, teams, messaging topics, and database tables/collections Activity tabs (plus the per-row/document activity side sheets) can never show new data again, and are broken outright wherever the underlying endpoint was never restored. Removes the tabs, command-palette entries, and the now-dead route/component files rather than leaving broken or permanently-stale screens in the product.
eb8b313 to
f14ddc4
Compare
Greptile SummaryRemoves all Activity screens and their supporting code from the console — a clean, deliberate feature removal. The shared
Confidence Score: 5/5Pure deletion of dead UI and backing stores; no new code paths introduced, no data mutated. Every consumer of the removed Activity component, stores, and routes has been cleaned up — no dangling imports, no leftover action handlers, no orphaned type union members. A codebase-wide grep confirms no remaining references to documentActivitySheet, rowActivitySheet, or RecordActivity anywhere in the source tree. The empty activity/ subdirectories left under each route folder (e.g. account/activity/, team-[team]/activity/) are inert in SvelteKit but could be removed for cleanliness. Important Files Changed
Reviews (1): Last reviewed commit: "Remove Activity screens from the console" | Re-trigger Greptile |
Removes the Activity tab/screen and its command-palette entries from: