Sebastian Mark smark
  • Galactic Sector ZZ9 Plural Z Alpha
  • Joined on 2017-07-04
smark pushed to main at pomodoro/ChronoTomato 2024-11-13 18:48:16 +00:00
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
Compare 6 commits »
smark deleted branch smark/progress-bar from pomodoro/ChronoTomato 2024-11-13 18:48:09 +00:00
smark commented on issue pomodoro/ChronoTomato#24 2024-11-13 16:05:03 +00:00
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 {
smark pushed to main at k8s/baseline 2024-11-13 06:55:13 +00:00
5964483884 chore: update helm release argo-cd to v7.7.2
smark deleted branch renovate/argo-cd-7.x from k8s/baseline 2024-11-13 06:55:13 +00:00
smark merged pull request k8s/baseline#178 2024-11-13 06:55:11 +00:00
chore: update helm release argo-cd to v7.7.2
smark pushed to smark/progress-bar at pomodoro/ChronoTomato 2024-11-12 16:30:14 +00:00
14f7de631d feat: replace timer icon
smark pushed to smark/progress-bar at pomodoro/ChronoTomato 2024-11-11 22:07:31 +00:00
cbd7cef3cf feat: replace timer icon
smark pushed to smark/progress-bar at pomodoro/ChronoTomato 2024-11-11 18:46:19 +00:00
0d02883567 fix: replace time icon
smark pushed to smark/progress-bar at pomodoro/ChronoTomato 2024-11-11 18:24:41 +00:00
27a9ff870a feat: add progress bar to timer
smark opened issue pomodoro/ChronoTomato#33 2024-11-11 16:56:25 +00:00
Add TUI for settings
smark pushed to smark/progress-bar at pomodoro/ChronoTomato 2024-11-11 07:08:40 +00:00
f9e39503e8 feat: add progress bar to timer
smark pushed to smark/progress-bar at pomodoro/ChronoTomato 2024-11-10 21:44:49 +00:00
e6c1ca9deb feat: add progress bar to timer
smark commented on issue pomodoro/ChronoTomato#32 2024-11-10 20:49:37 +00:00
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. …

smark pushed to smark/progress-bar at pomodoro/ChronoTomato 2024-11-10 19:36:01 +00:00
ae238e5aaf feat: add progress bar to timer
smark created branch smark/progress-bar in pomodoro/ChronoTomato 2024-11-10 19:35:36 +00:00
smark pushed to smark/progress-bar at pomodoro/ChronoTomato 2024-11-10 19:35:36 +00:00
1f923ba9b9 feat: add progress bar
smark opened issue pomodoro/ChronoTomato#32 2024-11-10 19:19:14 +00:00
Refactor message.Mode select
smark released v0.3.1 at pomodoro/ChronoTomato 2024-11-10 18:34:29 +00:00