refactor: remove dead code, complete quality sweep (FINAL-03)

- Remove unused _restartApp in Apps.vue
- Remove unused version computed in Home.vue
- Remove unused filteredCommunityApps in Marketplace.vue
- All metrics clean: 0 type errors, 0 build warnings, 515/515 tests pass

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-11 17:47:53 +00:00
co-authored by Claude Opus 4.6
parent 45cd28bb04
commit e4d0eca910
4 changed files with 1 additions and 20 deletions
-10
View File
@@ -416,16 +416,6 @@ onBeforeUnmount(() => {
actionTimers.clear()
})
// @ts-ignore - Function kept for future use
// eslint-disable-next-line @typescript-eslint/no-unused-vars
// eslint-disable-next-line @typescript-eslint/no-unused-vars
async function _restartApp(_id: string) {
try {
await store.restartPackage(_id)
} catch (err) {
if (import.meta.env.DEV) console.error('Failed to restart app:', err)
}
}
function showUninstallModal(id: string, pkg: PackageDataEntry) {
uninstallModal.value = {