Commit Graph

866 Commits (fb2276b32d8363684fb96528601f29d2683f5bed)

Author SHA1 Message Date
Tomáš Mládek fb2276b32d
[ui] fix detail column sizing 2022-04-09 21:37:10 +02:00
Tomáš Mládek ab345bf50b
replace `???` with actual errors 2022-04-02 22:12:51 +02:00
Tomáš Mládek 1a05157a9d
fix and/or expressions generating incorrect sql 2022-03-30 12:29:52 +02:00
Tomáš Mládek 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
Tomáš Mládek fd72034571
code cosmetics, lints
useless format! in tests
use raw strings where appropriate
2022-03-30 12:29:51 +02:00
Tomáš Mládek 39272a5cb0
add (failing) query lang tests 2022-03-30 12:29:28 +02:00
Tomáš Mládek 78b6bac7aa
rudimentary test for db queries 2022-03-28 17:34:11 +02:00
Tomáš Mládek c0d91060d5 (cargo-release) version 0.0.62 2022-03-25 19:28:04 +01:00
Tomáš Mládek 6afad56f3b [ui] horizontal detail mode? 2022-03-25 14:29:22 +01:00
Tomáš Mládek 889c9b59ac [ui] brightness/contrast toolbar in ImageViewer 2022-03-25 13:42:15 +01:00
Tomáš Mládek 2b12b9ca4f [ui] header styling on Home 2022-03-25 13:42:15 +01:00
Tomáš Mládek c153098a23 [ui] split frequent/recent visited display on Home 2022-03-25 13:42:15 +01:00
Tomáš Mládek 5bb36e9ec6 rudimentary optional authentication for mutating operations 2022-03-24 11:12:59 +01:00
Tomáš Mládek 22afee0e16 [ui] rudimentary frecency display on Home 2022-03-23 13:39:06 +01:00
Tomáš Mládek c78a1a1d67 (cargo-release) version 0.0.61 2022-03-23 12:45:08 +01:00
Tomáš Mládek 9ee905b3a8 ignore "Undefined" EXIF values during extraction 2022-03-23 12:43:02 +01:00
Tomáš Mládek 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
Tomáš Mládek 0bfdc8eb4c [ui] lints 2022-03-22 21:57:00 +01:00
Tomáš Mládek 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
Tomáš Mládek d48e5346a7 [ui] disable click-to-fullscreen on annotated images 2022-03-22 20:46:16 +01:00
Tomáš Mládek 40cc49d854 [ui] various gallery ui improvements
smaller thumbnails by default
align to "baseline" to help scanning
2022-03-22 20:45:07 +01:00
Tomáš Mládek 5ec530880e ... 2022-03-22 20:45:07 +01:00
Tomáš Mládek 2614fbdec2 [ui] remember widget choice per object 2022-03-22 20:45:07 +01:00
Tomáš Mládek d21dbebd66 [ui] add fullscreen viewing for images 2022-03-21 00:04:48 +01:00
Tomáš Mládek 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
Tomáš Mládek 4271107cbb [ui] search results shown in AttributeView (enable gallery, etc.) 2022-03-21 00:04:48 +01:00
Tomáš Mládek 50aa34ef61 [ui] scroll detail-mode columns into view 2022-03-21 00:04:48 +01:00
Tomáš Mládek 4dcaeda3e9 [ui] also mark NUM_VISITED (preparation for frecency) 2022-03-21 00:04:48 +01:00
Tomáš Mládek 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
Tomáš Mládek 8bfce8b75a [ui] fix image annotations broken link before reload 2022-03-20 23:44:10 +01:00
Tomáš Mládek 04615b3682 [ui] custom canvas-based image fragment rendering (allow resizing) 2022-03-20 23:44:10 +01:00
Tomáš Mládek 5051ac25c6 decode valueless entires as NaN
since NaN == NULL in SQLite, apparently
2022-03-20 23:44:10 +01:00
Tomáš Mládek 164cdcd105 [ui] use blobpreview for gallery previews (fragments, models, web get thumbnails)
- modelviewer also has no-interaction mode to fix scrolling in gallery view
- fragmentviewer doesn't link directly, fix thumbnail click
2022-03-20 23:43:43 +01:00
Tomáš Mládek 1b823bcce4
respect exif image orientation in previews 2022-03-16 11:30:06 +01:00
Tomáš Mládek a477468272
[ui] allow images in detail to fill screen 2022-03-15 17:22:14 +01:00
Tomáš Mládek c9a79492de
first iteration of EXIF data extraction 2022-03-15 17:20:50 +01:00
Tomáš Mládek b9ea04109e
add explicit autocheckpoint, change db option traces! to debugs! 2022-03-14 14:02:03 +01:00
Tomáš Mládek 89332de506
[ui] respect editable in AudioViewer; add `disable` props to input/selector 2022-03-10 20:35:29 +01:00
Tomáš Mládek 20b7270197
(cargo-release) version 0.0.60 2022-03-08 23:24:28 +01:00
Tomáš Mládek 1b50ef4da3
[ui] first version of audio annotations
TODOs:
- fix wavesurfer types
- fix selector not updating when value prop changes
- only allow annotation editing in edit mode
- allow addresses to be annotation values as well
2022-03-08 23:24:11 +01:00
Tomáš Mládek ea8ccc85e4
[ui] fix UpEntry overflow & display attribute labels 2022-03-03 10:51:01 +01:00
Tomáš Mládek 69c4527ddb
(cargo-release) version 0.0.59 2022-03-02 22:42:17 +01:00
Tomáš Mládek 52879cfe2c
[ui] load attribute labels from db 2022-03-02 22:39:20 +01:00
Tomáš Mládek 376d929232
return attribute labels in /all/attributes endpoint 2022-03-02 22:39:05 +01:00
Tomáš Mládek b6e5368a6c
[ui] if query in header could be an UpEnd query, execute that 2022-03-02 22:27:53 +01:00
Tomáš Mládek ef3a130855
refactor Jobs and their handling, really fix infinitely hanging jobs 2022-03-02 22:27:51 +01:00
Tomáš Mládek 1c316427ab
extract all metadata on vault rescan 2022-03-02 22:27:07 +01:00
Tomáš Mládek e8af838020
[ui] sort jobs by type (major jobs are shown first) 2022-03-02 22:24:24 +01:00
Tomáš Mládek 1aa779e816
also add attribute labels on id3 extraction 2022-03-02 22:24:17 +01:00
Tomáš Mládek 4f36bff549
id3 improvements - extract year/bpm as numbers; fix id3 extract job name; exit early if file isn't audio
also add EntryValue::guess_from
2022-03-02 08:13:35 +01:00