Files
opencode 3de59ccaaf
Build & Push Docker Image / build (push) Successful in 2m33s
feat(i18n): full app + docs localization (de/en)
- 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
2026-08-04 08:35:05 +02:00

1.1 KiB

title, order
title order
Edit & delete tools 6

Edit & delete tools

Editing

On the detail page of a tool you will find the Edit button (only for the person who created the tool, as well as for admins).

The edit page (/tools/:id/edit) contains the same fields as when creating (name, category, website/icon URL, description, features, tags) — already filled with the current values.

  • Save applies the changes.
  • Cancel takes you back to the detail page.

API reference: PATCH /tools/{id}.

Deleting

Via Delete on the detail page the tool is removed. The behavior depends on your plan:

  • With trash access (Premium/Enterprise or Admin): the tool is soft deleted — it disappears from all public views, but can be restored or permanently deleted in the trash.
  • Without trash access: the tool is permanently deleted and cannot be restored.

Deletion is only possible for the person who created the tool, as well as for admins.

API reference: DELETE /tools/{id}.