Kevin Routley
Kevin Routley
Found using Datasette. In DB2022, there are 18,009 tags which have a count of zero images. 1. Verify. 2. Remove any true zero entries
The DB2022 database has added a new Rating value to the images table. The new rating is 'g'. I say "new" because the 'g' rating doesn't exist in the DB2021...
See image #155201. The note box is not very visible/obvious.
o Notes with ``, `` other HTML tags o Long notes (requiring line wrap in current display mechanism) o multi-line notes
The Note "visual rectangles" are drawn on the image before the image is resized. But the Note "mouse hit test" rectangles are currently sized assuming the image is at 100%...
The current label-above-the-image approach is functional [thou really weird with multi-line notes] but not great. A "tooltip" would be preferable.
Currently _always_ displaying notes. This should be toggle-able.
Inadvertently set up my FilterView as follows: ``` touhou AND AND translated ``` Crashed.
Python sqlite has a `fetchmany` operation which would be the easiest way to do paging.