21edd2d823
feat: better error display in TUI
9de86fc217
feat: add read timeout for server messages
a5afcd2507
refactor: merge client/helper package to client
54339dc59f
feat: replace timer icon
6b90db0d6c
feat: add progress bar to timer
Add Connection Timeout
diff --git a/cmd/client/view.go b/cmd/client/view.go
index 884ea00..f820d41 100644
--- a/cmd/client/view.go
+++ b/cmd/client/view.go
@@ -23,8 +23,8 @@ func (a app) View() string {
…
chore: update helm release argo-cd to v7.7.2
Refactor
message.Mode
select
One of the main points when using structs is that the way how to access the fields is known at compile time.Then the produced code uses fixed indexes added to a base address of the struct. …