Commit Graph

12 Commits

Author SHA1 Message Date
Zarithas 3ee762a0a1 Restructured TUI, expanded quietagent workflow 2025-11-14 17:07:49 -05:00
Zarithas f0e77db414 Added OTP Activity Review WIP 2025-11-13 11:45:13 -05:00
Zarithas b538f12e9a Post Black Linting 2025-11-06 11:04:59 -05:00
Zarithas 5aa0b5a88b TUI Upgrade 2025-11-03 10:29:13 -05:00
Zarithas b3f48eb4df Major UI Improvment with blessing 2025-10-30 12:28:56 -04:00
Zarithas e63b08efe5 removed unecessary code 2025-10-27 12:16:00 -04:00
Zarithas 595f19ab27 Implemented OTP Activities and OTP Revoke 2025-10-27 12:14:01 -04:00
Zarithas f1f33948e3 Bugfix, plus some QoL upgrades from the Async branch 2025-10-20 14:25:03 -04:00
Zarithas 24879c318b UI Improvements, Santized Input 2025-10-13 15:09:03 -04:00
Zarithas 864ae04db5 UI Improvements 2025-10-13 15:02:13 -04:00
Zarithas b74f77a9db Fixed issue with generating multiple OTP - now prints a nice list for Copy/Paste. Began splitting client / server functionality. Demoted selector and setup to util from service. Fixed some typos. 2025-10-09 09:36:48 -04:00
Zarithas 89db386ffe Major refactor: security enhancements, modularization, config integration, reduced Parquet reliance
- Migrated codebase to class-based architecture for better modularity and maintainability
- Introduced system_config.json for centralized configuration (required for runtime)
- Added structured working directories for improved file organization
- Significantly reduced reliance on Parquet; replaced with alternative data handling
- Implemented security improvements across modules
- Several TODOs remain in the main script for future enhancements
- Linter formatting affected readability in some files (e.g., utils); cleanup is on the agenda
2025-10-05 22:20:42 -04:00