added history view

added history loading and saving functions
added a thingy that will combine multiple entries like the phone app
added history data struct
fix hosts with no name just bneing called " copy" when duplicated
remove the showterminal button
fix crash when closing the terminal
This commit is contained in:
neon443
2025-08-15 13:05:57 +01:00
parent d32356eaf6
commit 3e713b8561
7 changed files with 112 additions and 9 deletions

View File

@@ -24,6 +24,11 @@ struct ContentView: View {
keyManager: keyManager
)
RecentsView(
hostsManager: hostsManager,
keyManager: keyManager
)
HostsView(
handler: handler,
hostsManager: hostsManager,