etiquette/frontends/etiquette_flask/static
Ethan Dalool da5c1ee008 Let PhotoTags have timestamps; use more js cards.
Tags on photos can now have timestamps, so that if you are tagging
a video or audio you can reference a specific moment with your tag.
In the interface, this means the tag is clickable and seeks to that
point in the media.

For the user interface, I am finding I need to move away from jinja
for the object cards because it is too much hassle to keep the code
for jinja-based cards for static rendering and the js-based cards
for dynamic rendering in sync. Rather than write the same cards in
two languages I can dump the JSON into the script and render the cards
on load. Which makes the static HTML worse but that's what the JSON
API is for anyway.
2023-09-17 14:07:22 -07:00
..
basic_thumbnails Add basic thumbnail for albums. 2020-01-11 16:23:56 -08:00
css Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00
js Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00
favicon.png Further separate front & back; Create frontends folder 2017-05-01 21:49:28 -07:00
favicon.svg Further separate front & back; Create frontends folder 2017-05-01 21:49:28 -07:00