etiquette/frontends/etiquette_flask/templates
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
..
admin.html Move themes into one file, set by class on html element. 2023-07-22 17:32:39 -07:00
album.html Move themes into one file, set by class on html element. 2023-07-22 17:32:39 -07:00
bookmarks.html Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00
cards.html Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00
clipboard.html Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00
clipboard_tray.html Use update_dynamic_elements for user name, clipboard count. 2021-01-07 20:18:07 -08:00
header.html Add class navigation_link to homepage and header links. 2022-11-11 15:30:23 -08:00
login.html Move themes into one file, set by class on html element. 2023-07-22 17:32:39 -07:00
photo.html Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00
root.html Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00
search.html Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00
search_embed.html Move themes into one file, set by class on html element. 2023-07-22 17:32:39 -07:00
swipe.html Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00
tags.html Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00
template.html Move themes into one file, set by class on html element. 2023-07-22 17:32:39 -07:00
user.html Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00