Commit graph

20 commits

Author SHA1 Message Date
ef37747b9d chore: update module git.smsvc.net/pomodoro/gotomato to v0.5.0 2024-11-22 07:47:32 +00:00
c4c787a782 chore: update module github.com/charmbracelet/bubbletea to v1.2.3 2024-11-21 12:28:36 +01:00
a121f01371 feat: update terminology from "Work" to "Focus"
- change "Work" to "Focus" in all occurences
- update GoTomato version to v0.4.0
2024-11-18 19:24:03 +01:00
646f460e6a chore: update module github.com/charmbracelet/bubbletea to v1.2.2 2024-11-13 19:54:39 +01:00
6b90db0d6c feat: add progress bar to timer
- add progress package for visual feedback
- implement calc_percentage function for duration calculation
- update TerminalOutput to include progress percentage and view

🤖
2024-11-13 17:14:13 +01:00
c30829392d chore: update module git.smsvc.net/pomodoro/gotomato to v0.3.1 2024-11-10 17:02:50 +00:00
c832aecd81 fix: update module github.com/charmbracelet/bubbletea to v1.2.1 2024-11-10 16:04:40 +00:00
f7c099876b fix: update module git.smsvc.net/pomodoro/gotomato to v0.0.8 2024-11-05 02:01:33 +00:00
ebc81657f5 fix: update module git.smsvc.net/pomodoro/gotomato to v0.0.6 2024-11-02 14:40:20 +00:00
8a0ef32c91 feat: use bubbletea framework
- implement TUI in bubbletea
  - split components into separate files
- remove now unused functions
- restructure files
2024-11-02 10:55:15 +01:00
f1071f33c6 feat: update keyboard handling to use new library
- remove dependency on atomicgo.dev/keyboard
- add dependency on github.com/eiannone/keyboard
- include keyhandling as non-blocking in frondend/main
- refactor keyhandler()

🤖
2024-10-29 20:22:22 +01:00
0f8fde3143 fix: update GoTomato model field names
adjust field names due to breaking changes in GoTomato v0.0.4
2024-10-28 07:56:37 +01:00
2430e22756 fix: update module git.smsvc.net/pomodoro/gotomato to v0.0.4 2024-10-28 06:53:51 +00:00
cc24dd6775 fix: pin module git.smsvc.net/pomodoro/gotomato to v0.0.3 2024-10-26 09:27:10 +02:00
f3b9244b16 fix: update module gopkg.in/yaml.v2 to v3 2024-10-26 09:07:41 +02:00
bb790459c1 feat: add configuration file handling
- add helper function to parse configuration from a YAML file
- update command-line parameters to include a config file option
- remove hardcoded Pomodoro settings and use parsed config instead
- delete obsolete PomodoroSettings.go file

🤖
2024-10-23 17:45:56 +02:00
d731fc3e52 feat: hide cursor 2024-10-23 17:45:18 +02:00
ef0f940343 feat: add color output to terminal
- add color package for improved terminal output
- update terminal output to use colored text

🤖
2024-10-23 17:45:18 +02:00
4dcc984784 feat: add keyboard controls
- add keyboard listener for space, r, and q keys
- create shared state for server messages
- update desktop and terminal notifications to use shared state

🤖
2024-10-23 17:43:47 +02:00
11c599a371 Genesis 2024-10-23 17:43:44 +02:00