Commit Graph

116 Commits

Author SHA1 Message Date
Thomas Eppers
70b163cf81 do not block when fetching new tags 2023-02-20 13:56:33 +01:00
Thomas Eppers
431b062420 simplified logic 2023-02-19 17:06:55 +01:00
Thomas Eppers
bd829f23ad better error handling 2023-02-19 12:39:15 +01:00
Thomas Eppers
28ae313797 more idiomatic code 2023-02-19 11:48:16 +01:00
Thomas Eppers
1c72d4cd24 refreshing the ui pnly on input or when new data is available 2023-02-19 11:40:40 +01:00
Thomas Eppers
017bafa19b fixed not refreshing on moving cursor on tags up 2023-02-19 11:40:11 +01:00
Thomas Eppers
646e48a208 created specific UiEvents; moved code from asnyc_tag_list to ui files 2023-02-17 19:26:24 +01:00
Thomas Eppers
1f2a098c26 applied fixes to no_yaml_found 2023-02-17 17:23:14 +01:00
Thomas Eppers
f4132d4125 simplified logic 2023-02-17 17:03:14 +01:00
Thomas Eppers
7fb519e70b added a message when fetching next page of tags 2023-02-17 17:00:20 +01:00
Thomas Eppers
70cf17f1c7 changed handling input a bit; j and k can select now; show more info when
fetching tags
2023-02-17 16:23:51 +01:00
Thomas Eppers
935a9e5709 changed infor widget a little to make it smaller 2023-02-17 16:23:21 +01:00
Thomas Eppers
a517c7d6d0 added few documentation strings 2023-02-17 16:23:01 +01:00
Thomas Eppers
308fa8dbb8 fixed tests 2023-02-17 13:23:08 +01:00
Thomas Eppers
cd0479a618 using rustls instead of openssl 2023-02-17 12:40:45 +01:00
Thomas Eppers
87039541a5 rewrote parts to make it more async 2023-01-31 23:51:45 +01:00
Thomas Eppers
c98558c41d merged Error into 1; simplified some logic 2023-01-29 19:36:58 +01:00
Thomas Eppers
8ab2690d17 added anyhow and thiserror; fixed clippy warnings; stopped creating switcher twice
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-08-04 15:37:19 +02:00
Thomas Eppers
8363896052 fixed clippy warning 2022-08-04 14:43:06 +02:00
Thomas Eppers
22429ac74b renamed secret
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2022-07-23 18:00:53 +02:00
Thomas Eppers
8f0eb3db4f removed faulty ghcr implementation
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2022-07-23 17:20:34 +02:00
Thomas Eppers
13350f872a Merge tag 'v1.2.1' into development 2022-07-23 00:50:57 +02:00
Thomas Eppers
c8915f828f bumped edition and version 2022-07-23 00:50:03 +02:00
Thomas Eppers
88070489f3 fixed clippy warnings 2022-07-23 00:47:25 +02:00
Thomas Eppers
d1ef5c6755 removed unused argument 2022-07-23 00:47:07 +02:00
Thomas Eppers
e98c5e7a12 changed format_time_nice to a trait that extends chrono::Duration 2022-07-23 00:38:44 +02:00
Thomas Eppers
6c83683a4a fixed clippy warnings
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-25 17:10:29 +01:00
Thomas Eppers
3bf2359392 added the ability to instantly delete default text in RepoEntry; simplified some code
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-25 17:08:22 +01:00
Thomas Eppers
bb5ea3a993 add variant information back to details view 2021-11-25 16:42:26 +01:00
Thomas Eppers
7d9cc21b6e removed old code 2021-11-25 14:06:43 +01:00
Thomas Eppers
e3865da563 removed old code; switched output to english 2021-11-25 14:02:56 +01:00
Thomas Eppers
881423e461 updated screenshot 2021-11-25 13:37:46 +01:00
Thomas Eppers
b6dbcd8eba Merge branch 'master' of ssh://gitea.eppixx.freeddns.org:10022/eppixx/reel-moby
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-24 18:06:04 +01:00
Thomas Eppers
04842af653 update gitignore file
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-24 17:57:52 +01:00
Thomas Eppers
bd60e57fea update 2021-11-24 17:56:15 +01:00
Thomas Eppers
e1d9cbe8c9 fixed some clippy warnings
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-24 17:49:23 +01:00
Thomas Eppers
987606d264 remove details in TagList; change ServiceSwitcher height 2021-11-24 17:47:06 +01:00
Thomas Eppers
b59c5f4ead added detail widget to no_yaml ui 2021-11-24 17:41:06 +01:00
Thomas Eppers
e3c6e01036 remove duplicate details 2021-11-24 17:34:43 +01:00
Thomas Eppers
a725161638 changed layout of default ui 2021-11-24 17:31:02 +01:00
Thomas Eppers
62f784fdb9 creating a widget for displaying tag details 2021-11-24 16:27:47 +01:00
Thomas Eppers
7720ed3102 restructured test; fixed a bug in regex for matching yaml image lines
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-16 13:12:12 +01:00
Thomas Eppers
6d40b03fbf added more comments
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-03 17:08:30 +01:00
Thomas Eppers
246124d4d1 added some comments
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-03 15:58:01 +01:00
Thomas Eppers
eec1836dd3 added some comments 2021-11-03 15:39:32 +01:00
Thomas Eppers
79577de0f9 take a generic object for displaying in the info widget 2021-11-03 15:06:54 +01:00
Thomas Eppers
72fd5ec46f updated screenshot
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-02 15:41:28 +01:00
Thomas Eppers
a41197562b nicer formatting for TagList
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-01 13:18:05 +01:00
Thomas Eppers
0ace41f545 removed clippy warnings 2021-11-01 13:09:09 +01:00
Thomas Eppers
cefe57b980 first working version with ghcr 2021-11-01 13:07:11 +01:00