feat: add app edit page with pre-populated form
CI / lint-and-check (push) Failing after 5m3s
CI / test (push) Has been skipped
CI / docker-build (push) Has been skipped

Add /apps/[id]/edit route that loads existing app data into the form,
allowing users to update app properties. Adds edit pencil button to
AppCard (visible on hover) and i18n keys for both EN and RU.
This commit is contained in:
2026-03-25 22:42:20 +03:00
parent 44bbf7b410
commit d479726fe3
6 changed files with 134 additions and 10 deletions
+4
View File
@@ -333,6 +333,10 @@
"settings.bookmarklet_drag_hint": "Drag this to your bookmarks bar",
"settings.bookmarklet_show_code": "Show bookmarklet code",
"app.edit": "Edit",
"app.edit_title": "Edit App",
"app.update": "Update App",
"app.quick_add_title": "Quick Add App",
"app.quick_add_description": "Review the details below and save to add this app to your launcher.",
"app.quick_add_success": "App added successfully!",