Commit graph

7 commits

Author SHA1 Message Date
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