couldn't make circles grow from the center, they still had shared top
point.
the templates are certainly not quite plesant to look at, with 2 states
being showed into same big template.
i suppose that animations for both hands in the showdow, and for single
hand in showdown would be better stored in separate files.
and maybe appended by the htmx replacements, but i'm feeling rushed
i think i should be able to make it appear with delay just with css
(and that would also mean that my initial delayed call to get house
choice is also not necessary, but oh well, this is still nice practice)
the command to generate
"tailwindcss -i ./src/input.css -o ./src/main/resources/public/output.css --watch"
and this should be same during dev and in install script,
but. we'll be committing the output.css, let's try that
not ideal, that i need separate file, even though i can use the fragment
from the main file.
and having th:eac in same place as th:fragment means rendering that
fragment and passing element over which i'm iterating doesn't help if
collection is empty
bg - relative from 'output.css'
image - relative from templates/index.html
ideally i'll figure out how to lay out things, so that relative paths
would be same as paths during deploy
had problems with th:fragment, getting errors
Caused by: ognl.OgnlException: source is null for getProperty(null, "text")
now will try to style the page as if it's static page, and then add
thymeleaf things
my problem was - thinking that th:fragment is not rendered
but it is, and i get null poniter error, because argument is not there
the object under name used in fragment should already be available, for
example take out of th:each