terminalViewContainer is now an observable object

made the session list view more pretty
terminalviewcontaner has a static shared property which is an instance of itself
then it has sessions inside with a dict of uuid:terminalcontainer inside
hostsview is in the section "hosts"
This commit is contained in:
neon443
2025-06-29 16:25:49 +01:00
parent 331a921499
commit 8e69dfc165
9 changed files with 82 additions and 48 deletions

View File

@@ -341,8 +341,8 @@
A96C6B042E0C523E00F377FE /* Hosts */ = {
isa = PBXGroup;
children = (
A985545C2E055D4D009051BD /* ConnectionView.swift */,
A98554622E0587DF009051BD /* HostsView.swift */,
A985545C2E055D4D009051BD /* ConnectionView.swift */,
);
path = Hosts;
sourceTree = "<group>";