63 Commits

Author SHA1 Message Date
Wlad Meixner
85fc639fe2 fix: add min height to filter 2023-10-10 17:17:54 +02:00
Wlad Meixner
1272c34477 feat: remove legacy loading dialog 2023-10-10 04:03:22 +02:00
Wlad Meixner
a987a23ab1 wip: refactor table loading 2023-10-10 04:02:05 +02:00
Wlad Meixner
9de6ac93aa fix: remove legacy dataset parsing 2023-10-10 04:01:15 +02:00
Wlad Meixner
fcc7b24e25 fix: scrolling issues in dropdowns 2023-10-10 04:00:17 +02:00
Wlad Meixner
91a5e06e1d wip: add folder walker types 2023-10-10 02:38:13 +02:00
Wlad Meixner
e24aadf978 wip: improve experiment parsing 2023-10-10 02:37:47 +02:00
Wlad Meixner
623c71a84a wip: reworking data loading 2023-10-05 00:52:23 +02:00
Wlad Meixner
4a57b6663d chore: add build badge 2023-10-01 11:45:45 +02:00
Wlad Meixner
4b95893d6c wip: test path setup 2023-10-01 11:44:28 +02:00
Wlad Meixner
88b3a44c56 wip: improve filter structure 2023-10-01 11:43:06 +02:00
Wlad Meixner
99e29c8815 fix: import issue 2023-09-30 19:49:28 +02:00
Wlad Meixner
b50ba652e6 chore: build speed test 2023-09-30 19:45:45 +02:00
Wlad Meixner
3328d64486 wip: adding bun cache 2023-09-30 19:43:19 +02:00
Wlad Meixner
25af8cc427 feat: remove node from build pipeline 2023-09-30 19:33:15 +02:00
Wlad Meixner
131266299b fix: incorrect repo syntax used 2023-09-30 19:26:30 +02:00
Wlad Meixner
b370aa2e50 wip: testing action 2023-09-30 19:22:31 +02:00
Wlad Meixner
40d4eac478 fix: typo 2023-09-30 19:21:03 +02:00
Wlad Meixner
b88ed87901 wip: remote dataset pull at build time 2023-09-30 19:19:32 +02:00
Wlad Meixner
7f12d8a0e0 fix: duckdb breaks build 2023-09-30 19:06:23 +02:00
Wlad Meixner
e2bb7025f8 wip: fixing build issues 2023-09-26 13:13:47 +02:00
Wlad Meixner
70f1a3f519 feat: finish data loading 2023-09-26 12:32:44 +02:00
Wlad Meixner
a8fb77b7f3 wip: 2d scaling & improved selection 2023-09-26 11:36:06 +02:00
Wlad Meixner
e44ca87bb0 feat: integrate d3 2023-09-25 17:38:57 +02:00
Wlad Meixner
e657aa7e23 fix: table selection does not reload display 2023-09-24 21:57:09 +02:00
Wlad Meixner
9fcb222ecd feat: sublayer visibility toggle 2023-09-24 15:34:20 +02:00
Wlad Meixner
e597d3d05c feat: add sublayer rendering 2023-09-22 17:18:48 +02:00
Wlad Meixner
b4dfb5c78c wip: refactor layout and rendering path 2023-09-22 15:37:18 +02:00
Wlad Meixner
d0f89bdefd wip: refactoring tiled query for multi table 2023-09-18 17:42:39 +02:00
Wlad Meixner
6bdeae7114 feat: migrate rendering to svelte components 2023-09-13 19:03:58 +02:00
Wlad Meixner
5c2403d846 fix: filter sidebar values not restored correctly 2023-09-12 17:13:33 +02:00
Wlad Meixner
8e755cf374 fix: drag and click lead to random behavior 2023-09-12 15:53:23 +02:00
Wlad Meixner
bc12740612 wip: improved navigation and data scaling 2023-09-12 15:09:25 +02:00
Wlad Meixner
5fb23190ed feat: add normalization option 2023-09-07 13:21:22 +02:00
Wlad Meixner
53e26e7315 wip: add layer display (with bad typings) 2023-09-07 13:01:03 +02:00
Wlad Meixner
382ffc5b25 fix: graph not rerendering on some reload cases 2023-09-07 11:49:27 +02:00
Wlad Meixner
4c142096d6 feat: added y axis scaling 2023-09-07 10:55:43 +02:00
Wlad Meixner
efd9d34bb5 fix: url encoded keys never removed 2023-09-07 10:55:21 +02:00
Wlad Meixner
22548fd8c0 feat: major rendering improvements 2023-09-07 09:44:08 +02:00
Wlad Meixner
232ef5ecb8 chore: cleanup imports 2023-09-05 11:56:54 +02:00
Wlad Meixner
66568efb8e feat: abstract table loading interface
- add ITableReference to allow loading from different sources
- refactor table loading logic to support new ref system
- improve parallel loading and table creation issues when inserting multiple tables with same tableName
2023-09-05 11:56:28 +02:00
Wlad Meixner
4cb739c7ad feat: add url restoration wrapper 2023-09-05 11:54:53 +02:00
Wlad Meixner
e75c64465d fix: dropdown label not updating on restore from URL 2023-09-05 11:52:46 +02:00
Wlad Meixner
6b074bb3ce fix: type in deploy script 2023-09-04 18:00:28 +02:00
Wlad Meixner
db2d1e40dd fix: bump version 2023-09-04 17:59:48 +02:00
Wlad Meixner
191543f19b fix: change deployment action 2023-09-04 17:58:39 +02:00
Wlad Meixner
50c83b8b83 fix: dynamically load duckdb wasm code only in browser 2023-09-04 17:53:02 +02:00
Wlad Meixner
401bf8c88b wip: refactor store providers 2023-09-04 17:38:31 +02:00
Wlad Meixner
3ce681552c wip: add DuckDB query and restructure rendering and filter pipelines 2023-08-01 10:18:33 +02:00
Wlad Meixner
42debdbd10 fix: typo in renderer 2023-07-28 17:11:42 +02:00