Commit Graph

18 Commits

Author SHA1 Message Date
d57c150cf3 feat(feed): Add getActivityFeed() function (+ gitea.Client storage modifications) 2024-03-19 18:11:49 -05:00
cf2fbd8414 refactor(styles): Rename colors.go -> styles.go 2024-03-17 23:50:18 -05:00
42679ee63b feat(indicator): Make initialIndicator() take a job description 2024-03-17 23:03:45 -05:00
174dcb9706 refactor(colors): Add colors structure with all the needed colors (fix #7) 2024-03-17 22:27:11 -05:00
ee4d23765d refactor([times]): Move Indicator to its own file (fix #6) 2024-03-17 22:17:19 -05:00
6b5ad657b6 refactor(times): Move Gitea time log API code into getTimeLogs() 2024-03-17 22:06:31 -05:00
f8d6d8f5b2 feat(times): Show Total tracked time (fix #2) 2024-03-17 21:42:40 -05:00
677047a7c5 feat(times): Add information text to the loading indicator
Show some information about the repositories we're getting the time logs from while the user waits.
2024-03-17 19:09:13 -05:00
5b445eb29a Format main.go 2024-03-17 17:59:56 -05:00
dfeef3e271 [times] Don't panic when failing to get time track logs 2024-03-17 17:59:42 -05:00
651e6ac7dc Remove config.lua 2024-03-17 17:55:21 -05:00
9de5aa002c Add config.lua to .gitignore 2024-03-17 17:20:15 -05:00
0ac6ec938f Add time log viewer (With spinners!) 2024-03-16 21:17:40 -05:00
0d212a558c Add --server flag to specify a specific server for activity stats 2024-03-16 17:44:01 -05:00
70597d4b1f Add optional --config option 2024-03-16 17:25:18 -05:00
3f88f3aac5 Lua configuration! 2024-03-16 17:05:19 -05:00
9c6f2730f2 Gitea init 2024-03-16 14:08:19 -05:00
ac71e829ad Init commit 2024-03-16 13:53:51 -05:00