Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add suggestions for misspelled properties | stuebinm | 2021-12-23 | 1 | -2/+3 |
| | | | | | (suggestions are shown only if they have a Damerau-Levenshtein distance <= 4, which seems to yield reasonably good results) | ||||
* | badges are set on objects, not layers | stuebinm | 2021-12-18 | 1 | -1/+5 |
| | | | | (and `url` is, too) | ||||
* | fixed & removed a bunch of old TODOs | stuebinm | 2021-12-16 | 1 | -5/+12 |
| | |||||
* | lots of code reorganising and some deduplication | stuebinm | 2021-12-04 | 1 | -0/+55 |
it was kinda getting messy in places. Also found some accidental isomorphisms between types, so these are now only one type because the consequences were getting silly. |