Commit graph

1135 commits

Author SHA1 Message Date
c95b6d2353 ci: update Makefile for new webui build also 2022-08-01 22:18:28 +02:00
311d6064bf chore: fix frontend lint 2022-08-01 22:08:47 +02:00
48140c6daa build: switch from Rollup to Vite, upgrade Svelte 2022-08-01 21:08:34 +02:00
41d0e55ca7 fix: add global locks to db, fix sqlite errors (?) 2022-07-31 22:53:24 +02:00
38e6d6b6df chore: add logging to fs tests 2022-07-31 22:53:18 +02:00
afbd3b97ef fix: update project url, fix tests
:)
2022-07-31 22:53:12 +02:00
5d1e31fcf8 feat: use match-sorter instead of just levenshtein distance 2022-07-20 19:25:18 +02:00
1feaf0e82f feat: levenshtein sort entries in Selector 2022-07-09 13:35:16 +02:00
eb618e0ccd
[ui] video viewer improvements
fix layout before thumb loads
fix vertical overflow
don't start video on thumb click
2022-04-30 20:33:23 +02:00
6fdc3e2f48
add join queries to the language (fixes #3) 2022-04-16 00:55:09 +02:00
459eede174
...
reformat
2022-04-15 22:43:40 +02:00
eec4f96293
reorganize query code in preparation for lang upgrade 2022-04-15 20:35:26 +02:00
cc57ea7a78
(cargo-release) version 0.0.63 2022-04-11 20:27:47 +02:00
df173649c3
fix package step in CI 2022-04-11 20:27:34 +02:00
840162dd93
Revert "(cargo-release) version 0.0.63"
This reverts commit ff8cba159e.
2022-04-11 20:21:26 +02:00
ff8cba159e
(cargo-release) version 0.0.63 2022-04-09 22:56:36 +02:00
0d88af16f5
[ui] files are added instead of replaced when dragged onto upload dialog 2022-04-09 21:47:27 +02:00
4a8fd90f1f
[ui] VideoViewer has mouseover previews 2022-04-09 21:38:00 +02:00
3b82b0ee69
remove play button overlay on video thumbnails 2022-04-09 21:37:10 +02:00
fb2276b32d
[ui] fix detail column sizing 2022-04-09 21:37:10 +02:00
ab345bf50b
replace ??? with actual errors 2022-04-02 22:12:51 +02:00
1a05157a9d
fix and/or expressions generating incorrect sql 2022-03-30 12:29:52 +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
fd72034571
code cosmetics, lints
useless format! in tests
use raw strings where appropriate
2022-03-30 12:29:51 +02:00
39272a5cb0
add (failing) query lang tests 2022-03-30 12:29:28 +02:00
78b6bac7aa
rudimentary test for db queries 2022-03-28 17:34:11 +02:00
c0d91060d5 (cargo-release) version 0.0.62 2022-03-25 19:28:04 +01:00
6afad56f3b [ui] horizontal detail mode? 2022-03-25 14:29:22 +01:00
889c9b59ac [ui] brightness/contrast toolbar in ImageViewer 2022-03-25 13:42:15 +01: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
5bb36e9ec6 rudimentary optional authentication for mutating operations 2022-03-24 11:12:59 +01:00
22afee0e16 [ui] rudimentary frecency display on Home 2022-03-23 13:39:06 +01:00
c78a1a1d67 (cargo-release) version 0.0.61 2022-03-23 12:45:08 +01:00
9ee905b3a8 ignore "Undefined" EXIF values during extraction 2022-03-23 12:43:02 +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
0bfdc8eb4c [ui] lints 2022-03-22 21:57:00 +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
d48e5346a7 [ui] disable click-to-fullscreen on annotated images 2022-03-22 20:46:16 +01:00
40cc49d854 [ui] various gallery ui improvements
smaller thumbnails by default
align to "baseline" to help scanning
2022-03-22 20:45:07 +01:00
5ec530880e ... 2022-03-22 20:45:07 +01:00
2614fbdec2 [ui] remember widget choice per object 2022-03-22 20:45:07 +01:00
d21dbebd66 [ui] add fullscreen viewing for images 2022-03-21 00:04:48 +01:00
0213b3c9c1 limit video thumbnails to max 300s into a video file
(didn't realize the majority of the time is spent seeking!)
2022-03-21 00:04:48 +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
4dcaeda3e9 [ui] also mark NUM_VISITED (preparation for frecency) 2022-03-21 00:04:48 +01:00
9893292ac8 [ui] various layout fixes - fragment overflow, imageviewer disappeared, pdf iframe height
- add uplink passthrough
- fix delete button position
2022-03-21 00:04:38 +01:00
8bfce8b75a [ui] fix image annotations broken link before reload 2022-03-20 23:44:10 +01:00
04615b3682 [ui] custom canvas-based image fragment rendering (allow resizing) 2022-03-20 23:44:10 +01:00