etiquette/frontends/etiquette_flask/static/js
Ethan Dalool e4f686c86f Move thumbnail blobs into the database.
I've moved the thumbnails around many times over this project
and hopefully it doesn't happen too many more. Once the database has
tens of thousands of items, the thumbnails start to become the biggest
headache on the disk. Backing up, restoring, and sharding files per
directory are slower and more effortful with separate files. In the db
means the db is a larger file, but this is disk space that was already
getting used anyway. Now it's simpler and has atomic transactions.
2023-01-27 17:34:32 -08:00
..
album_autocomplete.js Flip all_albums.json to id:name map. 2021-06-04 21:00:49 -07:00
api.js Add admin button to clear all login sessions. 2022-11-07 17:51:02 -08:00
cards.js Move thumbnail blobs into the database. 2023-01-27 17:34:32 -08:00
common.js Add example usage of enable_on_pageload. 2022-10-29 22:19:04 -07:00
contextmenus.js Improve photo contextmenu, reuse a single contextmenu element for all. 2022-08-04 06:10:44 -07:00
editor.js Rename spinner.js -> spinners.js. 2022-03-26 13:22:02 -07:00
hotkeys.js Add hotkeys.register_help, forward the event to the hotkey's func. 2022-03-26 13:22:02 -07:00
http.js Update http.js. 2022-10-12 18:40:39 -07:00
photo_clipboard.js Fix photo_clipboard.select_all on /photo, where no photo_card exists. 2021-06-03 17:43:36 -07:00
spinners.js Add spinners.close_button_spinner so user doesn't need spinnerCloser. 2022-03-26 13:22:03 -07:00
tag_autocomplete.js Add album_autocomplete.js, so "Add child" box can autocomplete. 2020-10-03 18:37:08 -07:00