Notes and Expiry fields add #453
Reference in New Issue
Block a user
Delete Branch "future-notes-and-expiry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add Notes and Expiration Date Fields to SSH Hosts
Summary
Added two new optional fields to SSH host configurations: Notes and Expiration Date for better host documentation and credential lifecycle management.
Changes
Database Schema:
notes: text("notes")column tosshDatatableexpirationDate: text("expiration_date")column tosshDatatableBackend (
src/backend/database/routes/ssh.ts):/db/hostto acceptnotesandexpirationDate/db/host/:idto updatenotesandexpirationDateFrontend:
Textareacomponent with improved focus styling (ring effects, transitions)HostManagerEditor.tsxto include notes and expiration date fieldsSSHHostandSSHHostDatainterfacesLocalization:
Use Cases