Commit Graph

330 Commits (7a03c63a15fab69de26b97c2bdaa5b4e2ee3c123)

Author SHA1 Message Date
Tomáš Mládek d07c9fd339 [db] add --no-ui param 2021-10-19 22:23:46 +02:00
Tomáš Mládek fc07cd27c4 [ui] add basic BLOB value formatting 2021-10-07 21:44:19 +02:00
Tomáš Mládek 8a52a95bcd use "ss02" (disambiguate) Inter feature 2021-10-07 19:32:40 +02:00
Tomáš Mládek 0faa62b078 [ui] also hide widgets when not in edit mode 2021-08-18 12:42:48 +02:00
Tomáš Mládek 2696eeecd3 [ui] rudimentary edit mode 2021-08-18 12:41:29 +02:00
Tomáš Mládek 96d0ec3be7 introduce the concept of a hierarchy root 2021-08-18 11:06:39 +02:00
Tomáš Mládek 2944ce3d81 fix missing hier_label_attr, add trace to list_hier 2021-08-18 11:06:38 +02:00
Tomáš Mládek fbee24978b ensure UNode is non-empty 2021-08-18 11:06:37 +02:00
Tomáš Mládek 816f04fc86 upend hierarchies - first step
separate hierarchies.rs module from filesystem.rs, simplify and fix path handling
2021-08-18 11:06:36 +02:00
Tomáš Mládek 0b45f29319 macros into their own file, fix imports 2021-07-26 23:10:12 +02:00
Tomáš Mládek 2b6886645b more cleanup and refactoring and moving
move models.rs and schema.rs into database::inner
create util module (with hash and jobs)
2021-07-26 21:14:51 +02:00
Tomáš Mládek 754c315cd2 refactor database.rs into separate files 2021-07-26 21:00:05 +02:00
Tomáš Mládek 9835b50199 fix overflow in Table 2021-07-22 20:51:50 +02:00
Tomáš Mládek 2bbd59d7b3 silence eslint 2021-07-22 20:43:10 +02:00
Tomáš Mládek e14e388752 (cargo-release) start next development iteration 0.0.12-alpha.0 2021-07-14 00:26:03 +02:00
Tomáš Mládek 5239975585 (cargo-release) version 0.0.11 2021-07-14 00:24:37 +02:00
Tomáš Mládek a3acb8389c don't stringify values before PUTting them 2021-07-14 00:24:11 +02:00
Tomáš Mládek 552c37d239 first version of textinput 2021-07-14 00:22:49 +02:00
Tomáš Mládek 4c7b3f2942 fix v-sl-model for vars passed via setup() 2021-07-14 00:22:42 +02:00
Tomáš Mládek 1ae89d38f8 "instantiates" for FILE_IS 2021-07-06 17:17:37 +02:00
Tomáš Mládek 5dd9fb6646 tidy up search page slightly
I need a designer in my life
2021-07-06 16:59:37 +02:00
Tomáš Mládek 25aed70233 (cargo-release) start next development iteration 0.0.11-alpha.0 2021-07-06 01:07:11 +02:00
Tomáš Mládek 7c0d103880 (cargo-release) version 0.0.10 2021-07-06 01:05:41 +02:00
Tomáš Mládek 19a6ddf851 size of icons 2021-07-06 01:05:34 +02:00
Tomáš Mládek 08f1b12143 components have their own icons (?) 2021-07-06 01:01:34 +02:00
Tomáš Mládek 60baed5e22 widget switching in AttributeView 2021-07-06 00:56:07 +02:00
Tomáš Mládek 826c833c91 disambiguate global styles 2021-07-06 00:19:25 +02:00
Tomáš Mládek 703e7b8b7a move type section styling and markup to AttributeView 2021-07-06 00:11:39 +02:00
Tomáš Mládek 41cad68844 refactor Address css 2021-07-06 00:00:33 +02:00
Tomáš Mládek ed8a97adad fix spacing on reverse tables 2021-07-03 21:22:28 +02:00
Tomáš Mládek 6a1483ca27 replace raw usewrv with a query() call 2021-07-03 21:20:20 +02:00
Tomáš Mládek 7785671684 also make backlinks a Table 2021-07-03 20:43:08 +02:00
Tomáš Mládek bd2ce5462f move table styling to table, enlarge value column 2021-07-03 20:34:20 +02:00
Tomáš Mládek d137436d79 basic attr pagination to prevent freezing 2021-07-03 20:31:44 +02:00
Tomáš Mládek 26eb6d6fbb slightly improve observer-based resolving 2021-07-03 20:15:59 +02:00
Tomáš Mládek 746229152e smaller sl-inputs 2021-06-28 20:55:35 +02:00
Tomáš Mládek 706aba0ffe linkify type headings 2021-06-28 20:44:30 +02:00
Tomáš Mládek 5953c733cf INSTANCED -> INSTANCES, sort of (also see #11) 2021-06-28 20:39:24 +02:00
Tomáš Mládek 1fd0246ae4 (cargo-release) start next development iteration 0.0.10-alpha.0 2021-06-27 12:47:30 +02:00
Tomáš Mládek f7f63bd27f (cargo-release) version 0.0.9 2021-06-27 12:46:09 +02:00
Tomáš Mládek 4357e56864 compass now reacts to clicks and can submit 2021-06-27 00:46:06 +02:00
Tomáš Mládek 3170d729b7 stringify value before sending 2021-06-27 00:37:18 +02:00
Tomáš Mládek 022edb1915 better logging 2021-06-27 00:37:04 +02:00
Tomáš Mládek 0d5c20d335 rename id to addr in AttributeChange types 2021-06-27 00:36:55 +02:00
Tomáš Mládek 823e4aab30 forgotten console.log 2021-06-27 00:03:20 +02:00
Tomáš Mládek 9c95f96eb5 return underline display to Marquee 2021-06-26 18:39:07 +02:00
Tomáš Mládek 34c1b68dd1 add (read-only) Compass, add KSX_TRACK_MOODS type 2021-06-26 17:55:26 +02:00
Tomáš Mládek d8ee5aa82a put inspect table into its own widget 2021-06-26 13:46:20 +02:00
Tomáš Mládek 55fa1de059 remove built wheels, add tools/*/dist to .gitignore 2021-06-25 01:10:50 +02:00
Tomáš Mládek f80c936d5a set upend (python) version to 0.0.1 2021-06-25 01:26:07 +02:00