Commit graph

68 commits

Author SHA1 Message Date
75c9c843ee chore(webui): fix eslint errors 2023-03-19 20:18:14 +01:00
7993e94ce5 feat: update surface URL when changing axes 2023-01-24 23:51:26 +01:00
c690992f93 feat: double click on surface to add a point 2023-01-24 19:29:35 +01:00
9c8b05f041 chore: fix Surface story, add prefilled story 2023-01-24 19:15:34 +01:00
8c2668754a feat: add current position display to Surface view 2023-01-11 19:16:44 +01:00
a69138f0fe perf: load d3 asynchronously 2023-01-11 19:16:44 +01:00
2cab32ec32 wip: multiple modes of display for surface 2023-01-11 19:06:19 +01:00
0be4239b6e feat(ui): reverse surface Y scale, add loading state 2023-01-11 00:21:51 +01:00
fce2c5d63c fix(ui): surface inaccuracies, zoom reacts everywhere, points are centered 2023-01-10 23:57:53 +01:00
ff5a8265fb feat: add rudimentary surface view 2023-01-10 21:45:03 +01:00
3493a68291 chore(ui): remove unnecessary imports 2023-01-08 14:00:22 +01:00
984e148edb chore: ignore rel-noreferrer 2023-01-08 14:00:01 +01:00
59c34dba5e fix(ui): footer space, markup 2023-01-07 17:18:51 +01:00
d392e41550 feat(ui): footer is persistent and can be hidden 2023-01-02 00:33:10 +01:00
b0ef7f86cb feat: add i18next, move attribute labels 2022-10-25 21:47:17 +02:00
3877f2e7af chore: disallow console.log 2022-10-22 14:57:46 +02:00
5704be7975 fix: restore store stats functionality somewhat 2022-09-16 16:26:58 +02:00
4018cae840 fix: remember atttributeview state in search 2022-09-05 00:07:23 +02:00
ce3420007d fix: use Gallery in Search, order by match order 2022-09-05 00:04:44 +02:00
7bfb4f86ca chore: refactor widgets + gallery 2022-09-04 23:29:41 +02:00
48140c6daa build: switch from Rollup to Vite, upgrade Svelte 2022-08-01 21:08:34 +02:00
afbd3b97ef fix: update project url, fix tests
:)
2022-07-31 22:53:12 +02:00
8c60a617a2
query lang - addresses are denoted by @, values need not match db deserialization format
e.g.` (matches @address ? ?)`, and `(matches ? ? "foo")` instead of "Sfoo"
2022-03-30 12:29:52 +02:00
2b12b9ca4f [ui] header styling on Home 2022-03-25 13:42:15 +01:00
c153098a23 [ui] split frequent/recent visited display on Home 2022-03-25 13:42:15 +01:00
22afee0e16 [ui] rudimentary frecency display on Home 2022-03-23 13:39:06 +01:00
112692eb10 [ui] HOTFIX - do not resolve raw entries on Search, prevent browser lock-ups on huge results 2022-03-23 12:36:35 +01:00
46f8f38ac8 [ui] add a button for adding column to current selection
also add `focus()` method to Selector/Input
2022-03-22 21:54:46 +01:00
4271107cbb [ui] search results shown in AttributeView (enable gallery, etc.) 2022-03-21 00:04:48 +01:00
50aa34ef61 [ui] scroll detail-mode columns into view 2022-03-21 00:04:48 +01:00
b6e5368a6c
[ui] if query in header could be an UpEnd query, execute that 2022-03-02 22:27:53 +01:00
1cf027f281
[ui] fix column bottom margin 2022-02-27 19:17:02 +01:00
9541c397e3 better handling of invalid paths in store view 2022-02-21 22:25:48 +01:00
583fea153c add store info display // all blob listing 2022-02-21 22:01:31 +01:00
a2337fde30
[ui] add deletion of objects 2022-02-20 18:04:47 +01:00
e522e99209
[ui] refactor - centralize all fetch() calls in api.ts 2022-02-20 13:06:01 +01:00
5cef2b8960
[ui] sort roots 2022-02-19 17:37:22 +01:00
bac46cff88 [ui] lint fixes, cosmetics 2022-02-17 16:45:03 +01:00
1ff17a2d92 [ui] re-add manual sorting on Home, fix results 2022-02-17 16:41:59 +01:00
0b52e11f41
[ui] use AttributeView on Home, add Gallery view
also AttributeView doesn't need a title and UpType doesn't require an address
2022-02-15 23:10:46 +01:00
51cdd78023
[ui] disable fixed layout for Home tables 2022-02-15 22:38:29 +01:00
b02b6d7feb
[ui] use Table on Home view 2022-02-15 22:18:28 +01:00
e8de358966
[ui] remove unused imports 2022-02-12 23:22:09 +01:00
fa8a313dd5
[ui] add spinners to all home sections 2022-02-10 00:15:42 +01:00
578a3fdcd8
[ui] show latest ADDED 2022-02-09 23:54:46 +01:00
52b18a4916
[ui] LAST_VISITED into BrowseColumn, store in seconds 2022-02-09 23:54:46 +01:00
64d15f7231
[ui] separate browse & column 2022-02-09 23:53:05 +01:00
b51e41b643
[webui] (attempt to) relativize all paths? 2022-02-06 23:38:33 +01:00
f35d614a83
[ui] switch away from query() taking () => string 2022-02-06 22:27:56 +01:00
4822069fdf
[ui] spinner explicit centering 2022-02-06 12:20:56 +01:00