Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-16 | fix out-of-source builds | Wojtek Kosior | |
2022-02-15 | change store names and data keys to singular | Wojtek Kosior | |
2022-02-09 | make resource dependency specifier an object | Wojtek Kosior | |
2022-02-09 | adapt to changes in file path format | Wojtek Kosior | |
From now on we assume Hydrilla serves file contents at 'file/sha256/<hash>' instead of 'file/sha256-<hash>'. With this commit we also stop using the "hash_key" property internally. | |||
2022-01-31 | add support for testing with other browsers (especially Abrowser and Librewolf) | Wojtek Kosior | |
There are still some spurious failures when running under those newer browsers. Those will be systematically investigated and fixed. | |||
2022-01-14 | add settings page with styling | Wojtek Kosior | |
2022-01-13 | facilitate managing repository URLs in a list; minor other changes | Wojtek Kosior | |
2022-01-10 | improve item list styling; add payload creation form; exend dialog mechanism | Wojtek Kosior | |
2022-01-08 | further item list work | Wojtek Kosior | |
There is now a mechanism for removing an item and there are more tests for item list. The entire thing is still work in progress. | |||
2022-01-08 | work on UI components | Wojtek Kosior | |
This commit introduces some HTML and javascript (and tests for it) to use in constructing the new UI. This is partial work that is not yet finished. |