Commit Graph

526 Commits (3599666a017317399534f51f94db96a108990df1)

Author SHA1 Message Date
Tomáš Mládek 3599666a01 fix update_schema make target, diesel.toml 2022-01-21 17:58:41 +01:00
Tomáš Mládek a91711adc8 only disable sqlite synchronous mode on initial update 2022-01-21 17:57:51 +01:00
Tomáš Mládek ecaea693c6 reformat (?) 2022-01-21 17:03:50 +01:00
Tomáš Mládek 095b14516e [ui] show IS/LBL in editable tables 2022-01-21 15:57:53 +01:00
Tomáš Mládek f2440742d8
(cargo-release) version 0.0.18 2022-01-19 20:44:38 +01:00
Tomáš Mládek b4b41e45e3
desktop enables are actually disabled 2022-01-19 20:42:36 +01:00
Tomáš Mládek e489fd7b5a
--no-desktop implies --no-browser 2022-01-19 20:36:02 +01:00
Tomáš Mládek 9113e531a2
(cargo-release) version 0.0.17 2022-01-19 17:17:08 +01:00
Tomáš Mládek a93d761130
[webui] fix navigation after upload 2022-01-18 23:57:03 +01:00
Tomáš Mládek 7def06e153 copy & remove instead of persist/rename 2022-01-18 22:43:55 +01:00
Tomáš Mládek d46f449e4b
file upload
todo:
  - don't return file hash in ListingResult, solve this marking problem in general?
  - work around persisterror across filesystems
  - add proper BLOB metadata
2022-01-18 17:05:45 +01:00
Tomáš Mládek 1521f25132
impl Hashable for Path, not just PathBuf 2022-01-18 16:59:59 +01:00
Tomáš Mládek b3b6c2d2a8
raise global payload limit 2022-01-18 16:59:46 +01:00
Tomáš Mládek a2b9ec4c75
move "?" out of upend macros 2022-01-18 16:59:32 +01:00
Tomáš Mládek ba3aa330bd [ui] Search page improvements 2022-01-17 16:59:12 +01:00
Tomáš Mládek e0444528d7
[ui] base of file/url upload dialog 2022-01-16 22:58:11 +01:00
Tomáš Mládek 9e96863ece
[ui] forgot to reenable notification timeout 2022-01-16 20:03:08 +01:00
Tomáš Mládek f86ebcd006
[ui] forgot to linkify search results 2022-01-16 19:55:09 +01:00
Tomáš Mládek ead5e31d58
[ui] add creation from Search 2022-01-16 19:53:40 +01:00
Tomáš Mládek bcb73ec439
[ui] exact hits in search 2022-01-16 19:29:15 +01:00
Tomáš Mládek 1cb5ab45d0
[ui] fix upobjectcard spacing 2022-01-16 19:22:07 +01:00
Tomáš Mládek 3c3cbaf9b2
[ui] workable search display 2022-01-16 18:53:18 +01:00
Tomáš Mládek 53b72abff1
[webui] search finds object 2022-01-14 22:05:17 +01:00
Tomáš Mládek 338be4be10
/raw/ queries of entries 2022-01-14 22:04:53 +01:00
Tomáš Mládek 2f6a265af8
alike value queries do not include addresses 2022-01-13 20:31:50 +01:00
Tomáš Mládek 849c697061
[ui] uplink now works outside of /browse 2022-01-13 19:33:48 +01:00
Tomáš Mládek ec691b3717
[ui] first step of search 2022-01-13 19:08:36 +01:00
Tomáš Mládek 0dab348f58
ui -> webui 2022-01-13 19:02:08 +01:00
Tomáš Mládek 835dec73d4
fix search 2022-01-10 22:28:46 +01:00
Tomáš Mládek 5222734ce8
[ui] create/add preliminaries 2022-01-10 22:28:28 +01:00
Tomáš Mládek 57847facee
[ui] *actually* make AttributeUpdate work 2022-01-09 21:46:52 +01:00
Tomáš Mládek 74e09146a4
[ui] fix multiple attr view buttons 2022-01-09 21:26:50 +01:00
Tomáš Mládek a099cbd85f
[ui] rudimentary attribute editing
also refactor to use actual correct types throughout
2022-01-09 21:24:49 +01:00
Tomáš Mládek 8ceb310d9e
preparations for a separate attr update endpoint 2022-01-09 21:18:19 +01:00
Tomáš Mládek 052403bc05
[ui] icon size 115% of font size by default 2022-01-09 13:02:37 +01:00
Tomáš Mládek 3421523585
[ui] error-proofing table formatters 2022-01-08 19:05:01 +01:00
Tomáš Mládek f75c74a266
`make clean` also cleans js lib 2022-01-08 13:02:29 +01:00
Tomáš Mládek 0bfc292fd4
[ui] fix notification icons, colors; icon colors 2022-01-08 13:01:50 +01:00
Tomáš Mládek 952475b92b
fix missed reporting on path cleanups 2022-01-08 12:21:04 +01:00
Tomáš Mládek 368eb90d5b
fix compile with no default features 2022-01-07 00:52:09 +01:00
Tomáš Mládek f489558b65
fix Input misbehaving when small 2022-01-06 23:23:35 +01:00
Tomáš Mládek 337ba75603
Input two-way binding, first version of an autocomplete Selector 2022-01-06 23:23:35 +01:00
Tomáš Mládek 091a02d530
add endpoint to list all attributes 2022-01-06 23:23:35 +01:00
Tomáš Mládek d9259785a1
title to all ellpises 2022-01-06 23:23:35 +01:00
Tomáš Mládek 4d413dde80
fix native open button, button align 2022-01-03 22:31:51 +01:00
Tomáš Mládek 5ff91af98e add STL viewer via three.js, change output format to es 2022-01-03 16:05:52 +01:00
Tomáš Mládek 4831d6b027 (cargo-release) version 0.0.16 2021-12-31 01:10:17 +01:00
Tomáš Mládek 6786e0a158 cargo update 2021-12-31 01:10:08 +01:00
Tomáš Mládek 33722c0ac8
hopefully fix contrast issue? 2021-12-31 00:01:39 +01:00
Tomáš Mládek 10dab431a8
use solarized as color scheme 2021-12-30 23:24:38 +01:00