etiquette/frontends/etiquette_flask/static
Ethan Dalool 7e58c95f15 Mostly failed experiment: tag_autocomplete indexeddb.
The current system has bad performance when you've got 100,000+ tags.
I discovered that when the server returns 304, the browser gives the
ajax a 200 with the full response, and it's not clear to me if js can
know it got a 304. So, the tag set is being fully re-parsed from the
response on every page load. I was thinking that I should store that in
IndexedDB to avoid the parsing step, but... since the JSON.parse is
done by my common.get before it hits this function, it's meaningless.
Not to mention I still have to rebuild the datalist on every page since
of course that state isn't shared between tabs. Not worth the DB stuff.
We'll see what happens next.
2020-09-29 16:52:20 -07:00
..
basic_thumbnails Add basic thumbnail for albums. 2020-01-11 16:23:56 -08:00
css Move current default css into theme_turquoise. Always pick a theme. 2020-09-25 16:27:47 -07:00
js Mostly failed experiment: tag_autocomplete indexeddb. 2020-09-29 16:52:20 -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