Remove dead code from profile and password proxy systems

Strip ~966 lines of unused code after transitioning to cookie-only
auth: profile CRUD handlers, encryption helpers, username/password
proxy launcher, proxy check/version handlers, dead preload methods,
orphaned CSS (modals, profiles, nav tabs, collapsible sections),
unused DOM elements and renderer functions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Zac
2026-02-09 21:27:11 -05:00
parent ec5989cf02
commit 0f12915b47
5 changed files with 4 additions and 966 deletions
-6
View File
@@ -78,12 +78,6 @@
</div>
</div>
<!-- Hidden elements for device details display -->
<div style="display: none;">
<div id="deviceDetails"></div>
<div id="mainContent"></div>
</div>
<script src="renderer.js"></script>
</body>
</html>