Commit Graph

13 Commits

Author SHA1 Message Date
tastytea 679d7d0ff5
Deactivate form, add message. 2021-05-18 19:51:40 +02:00
tastytea 27087fd671
Remove styling for p.
let the browser decide.
2021-03-22 20:58:48 +01:00
tastytea f57d79b3de
Revert the revert. 😊 Should work now with the backend.
Revert "Revert "Merge pull request 'Add autocomplete' (#2) from add-autocomplete into main""

This reverts commit 32a75a0fea.
2021-03-22 20:54:25 +01:00
tastytea 32a75a0fea
Revert "Merge pull request 'Add autocomplete' (#2) from add-autocomplete into main"
This reverts commit 828171f3b0, reversing
changes made to bfebca68f2.
2021-03-22 19:26:39 +01:00
tastytea 8b26ae5192 Merge branch 'main' into add-autocomplete 2021-03-22 18:45:05 +01:00
tastytea bfebca68f2
Remove captions from tables.
It's redundant, the leading text already says they are properties.
2021-01-26 02:29:21 +01:00
tastytea a97a506d17
Add unreachable property to API description. 2021-01-26 02:29:15 +01:00
tastytea ea5019afb4
Remove reference to onion site.
Disabled due to spam.
2021-01-23 08:03:57 +01:00
tastytea 353a16847f
Don't die if file tags.lst doesn't exist.
die() cuts the document at the position of the error. We just return an
empty datalist.
2021-01-21 22:20:54 +01:00
tastytea 55ea37eb9b
Add titles to buttons.
The titles will show up as tool tips and I guess screen readers make use
of them.
2021-01-21 21:36:55 +01:00
tastytea fd1690d45c
Use one field per receipt.
Add fields with button.
2021-01-21 06:49:33 +01:00
tastytea a0c3df96f3
Auto-complete tags.
Read tags from tags.lst and offer them as auto-completions. Use one text
field per tag and use a button to add new fields.
2021-01-21 06:37:55 +01:00
tastytea 341f608c21
Add simple PHP captcha. 2021-01-17 18:37:15 +01:00