Commit graph

11 commits

Author SHA1 Message Date
ee9e91534e
feat: improved logs, added log panels, added up btn
improved a lot logging, using tracing from tokio.
Now there's a subscriber which tracks log messages and makes them
available inside the state, so that we can show them in the gui.
Made a jank logs side panel.
Made panels reorderable in a kinda weird but meh way
2022-06-12 23:52:06 +02:00
67a0a4ec5c
chore: removed leftovers, version bump 2022-06-12 12:35:36 +02:00
569c5615d3
feat: limit flag is stored per panel 2022-06-11 03:04:17 +02:00
649b0be848
feat: allow to move sources, side panel
now sources are all edited in one side panel, which opens in edit mode.
Easily move sources across panels.
Implementation has a lot of room for improvement (too many loops) but it
works for now
2022-06-09 02:52:17 +02:00
83a49f07c5
build: dropped jq_rs in favor of jql 2022-06-09 01:38:52 +02:00
4cc469f682
feat: made lines color customizable 2022-06-08 14:05:18 +02:00
203cff23f9
feat: show file size in footer (update every s)
also made jq_rs use bundled jqlib because rust-analyzer won't work otherwise
2022-06-08 12:58:07 +02:00
9334ebda1d
feat: many small UX improvements 2022-06-07 01:28:17 +02:00
3741f82943
feat: arbitrary sources, background worker
implemented a reliable sqlite storage, a way to
save and load values, a native-only
background worker to fetch data and update values
2022-06-07 00:05:45 +02:00
ccf4a64c15
fix: spawn tokio runtime in another thread 2022-06-06 04:42:06 +02:00
5ded746434
feat: reworked storage to use sqlite 2022-06-06 04:41:34 +02:00