7b9b25a7cf
feat: limit flag is stored per panel
2022-06-11 03:04:17 +02:00
3429bc9d62
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
cced802c87
build: dropped jq_rs in favor of jql
2022-06-09 01:39:22 +02:00
19dc9fdab7
chore: remove leftover build_web script
2022-06-08 14:19:19 +02:00
bebebf79c1
chore: removed web assets for now
...
I plan to retry to make it web compatible but right now it's just
useless to keep there around
2022-06-08 14:12:21 +02:00
ecd8fb3714
chore: reordered buttons
2022-06-08 14:10:40 +02:00
a0d33811b9
feat: made lines color customizable
2022-06-08 14:05:18 +02:00
cdb7d23695
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
aa65338ef4
feat: added footer, small fixes
2022-06-08 01:47:13 +02:00
97bc1ceaf5
feat: many small UX improvements
2022-06-07 01:28:17 +02:00
a4e26d1533
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
78c7982911
fix: spawn tokio runtime in another thread
2022-06-06 04:42:06 +02:00
eb460fe3db
feat: reworked storage to use sqlite
2022-06-06 04:41:34 +02:00
5443d90c5e
feat: added wrapper for native background worker
2022-06-05 20:05:39 +02:00
e9d320a914
feat: added store/load capabilities, cleared code
2022-06-05 01:06:17 +02:00
6653024bad
feat: committing current state
...
Committing current state, which is a simple full
screen plot with some basic features. It compiles
for both native and web. There's a basic generic
datasource impl. It currently plots random data for demo.
2022-06-03 02:03:37 +02:00
alemidev
c256fec42f
Initial commit
2022-06-03 02:01:19 +02:00