added traffliclights to make the traffic lights perfect, red yellow done

green wip
clean up on the terminal view: add background and reorg the fiel and add traffic lights
add bg to all the terminal related stuff
This commit is contained in:
neon443
2025-07-04 10:47:27 +01:00
parent a9df89eae2
commit ecfd997487
5 changed files with 197 additions and 100 deletions

View File

@@ -18,6 +18,8 @@ struct ShellView: View {
var body: some View {
NavigationStack {
ZStack {
hostsManager.selectedTheme.background.suiColor
.ignoresSafeArea(.all)
TerminalController(handler: handler, hostsManager: hostsManager)
.onAppear {
if let sessionID = handler.sessionID {