Commit graph

20 commits

Author SHA1 Message Date
Joe Ardent
5907909470 rename frontend to app 2025-07-31 13:37:50 -07:00
Joe Ardent
2f88b3b2c2 better layout code 2025-07-31 09:43:56 -07:00
Joe Ardent
2a3eee895d add logging-specific menu 2025-07-30 16:43:33 -07:00
Joe Ardent
7072055f38 tighten up the log level changing 2025-07-30 12:41:18 -07:00
Joe Ardent
7ecca3709d change the log level in the log screen 2025-07-29 22:04:20 -07:00
Joe Ardent
9b2172aa3a add logging screen, clean up widget rendering 2025-07-29 16:27:49 -07:00
Joe Ardent
1e64c5b1e8 don't include the line number in logging output 2025-07-28 22:13:53 -07:00
Joe Ardent
a5644b42e1 add logging widget, needs some work 2025-07-28 21:49:57 -07:00
Joe Ardent
ec11f462e5 remove printlns, replace with tracing log statements 2025-07-28 16:53:13 -07:00
Joe Ardent
a9ceeeb6de make widgets for status panes 2025-07-28 15:51:00 -07:00
Joe Ardent
9fff83a721 better error handling 2025-07-28 13:46:50 -07:00
Joe Ardent
6558e18dec use channels to send events from app to backend and back
this removes the notification and upload approval implementation from the backend; still need to
replace the gui pop-up with a ratatui widget, but now that's much easier.
2025-07-27 17:03:29 -07:00
Joe Ardent
3e112d1cb6 tiny tidy 2025-07-15 17:28:40 -07:00
Joe Ardent
75677faeae fix alarm in shutdown 2025-07-15 16:32:00 -07:00
Joe Ardent
a2c6f7f8e7 update to ratatui 0.30 2025-07-15 16:27:19 -07:00
Joe Ardent
cac0e4f6e3 shutdown more reliably 2025-07-15 15:46:13 -07:00
Joe Ardent
b5a950d49e use a vec instead of vecdeque for screen state stack 2025-07-14 16:05:08 -07:00
Joe Ardent
dacef644a7 use an interval for tick 2025-07-09 09:14:33 -07:00
Joe Ardent
a0deb3d53e make screen states a stack 2025-07-08 22:27:00 -07:00
Joe Ardent
dd52430508 move frontend stuff to frontend module, really nicely shutdown 2025-07-08 21:51:44 -07:00