feat: serve data to page #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/serve-to-site"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change serves an html doc and shows the time from site to allow for timezones
Also stopped using last_insert_rowid since it would break between restarts as it is stored in memory.
Temporal looks interesting to use and could help with localization without explicit translations, but it is not supported by all mainstream browsers yet. Might migrate to this soon.
seems good