3de59ccaaf
Build & Push Docker Image / build (push) Successful in 2m33s
- translate remaining pages/components (admin, analytics, redundancy, trash, compare, browse, watchlist, admin tools tab, category combobox, theme toggle, tool preview card, tool-new/edit) to t() calls - locales: 453 keys each, parity verified - docs: bilingual handbook + release notes via *.en.md variants, language-aware docs.tsx (markdown paths, nav titles, search index), LanguageSwitcher in docs header - generate-docs: emit per-locale handbook/release/search output, localized index.json fields (fileEn/titleEn), en-aware snapshots
1.3 KiB
1.3 KiB
Trash
The trash (/trash) contains soft-deleted tools. With trash access
they can be restored; permanent deletion is reserved for admins.
The trash is a premium feature (
trash, Premium/Enterprise). Admins always have access.
Access
The trash can be reached via the user menu or the sidebar.
Without the trash permission, a hint about changing the plan appears.
Restoring
- Select one or more tools (checkboxes).
- Click on Restore (N) — the tools appear again in all public views.
Restoring is available to anyone with trash access.
Permanently delete (admin only)
- Delete (N) permanently removes the selected tools — including all ratings, costs and links. This cannot be undone.
- Empty trash permanently removes all soft-deleted tools.
Table
The trash lists: name, category, Deleted on (tt.MM.jjjj HH:mm),
Deleted by as well as actions (Restore; Delete admin only). The search
filters by name.
API
GET /tools/trash— listPOST /tools/trash/restore— restoreDELETE /tools/trash— permanently delete (admin)POST /tools/trash/empty— empty trash (admin)