Commit graph

52 commits

Author SHA1 Message Date
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
36594cbc50
[ui] dynamic page title 2022-02-04 22:44:40 +01:00
b215cf8e0d
cosmetics 2022-02-04 12:11:00 +01:00
e5554a69e0
[ui] open project webpage in new tab 2022-02-04 11:57:44 +01:00
db9558f6e3
[ui] add version display 2022-02-02 22:36:45 +01:00
5ee51648b4
[ui] fix height 2022-02-02 21:05:10 +01:00
4124f2229f
[ui] fix last visited sorting 2022-02-02 19:19:43 +01:00
41f929d352
[ui] add a last visited view 2022-02-02 18:30:07 +01:00
355ba80ebe
[webui] lint fixes 2022-01-30 16:50:23 +01:00
6b5b8f4bb9
[ui] also add pre-label to result of search getObjects 2022-01-27 21:26:47 +01:00
642590cce9
[ui] move most of search logic out of component 2022-01-27 20:56:00 +01:00
ba3aa330bd [ui] Search page improvements 2022-01-17 16:59:12 +01:00
f86ebcd006
[ui] forgot to linkify search results 2022-01-16 19:55:09 +01:00
ead5e31d58
[ui] add creation from Search 2022-01-16 19:53:40 +01:00
bcb73ec439
[ui] exact hits in search 2022-01-16 19:29:15 +01:00
3c3cbaf9b2
[ui] workable search display 2022-01-16 18:53:18 +01:00
53b72abff1
[webui] search finds object 2022-01-14 22:05:17 +01:00