etiquette/frontends/etiquette_flask
Ethan Dalool b64901105c Move search to an entire class of its own.
The initial motivation for this was to make the "more_after_limit"
feature, which would help the UI to not show a next page button when
the number of results was exactly equal to the limit.

However, in order to surface this more_after_limit status using only
the old search generator, it would have to be a special yield at the
end. I was getting tired of the special yields like give_back_params
at the beginning and warning_bag at the end, and this would be worse.

There is a lot of sideband information about the search that is now
more easily accessible when the search is its own object.
2022-11-06 22:58:36 -08:00
..
backend Move search to an entire class of its own. 2022-11-06 22:58:36 -08:00
static Use window to fix photo_clipboard defined check. 2022-11-05 23:24:20 -07:00
templates Show recently tagged photos using js cards instead of iframe. 2022-11-06 22:52:38 -08:00
__init__.py Slight backstep on the overreach of flask/__init__.py imports. 2021-09-30 22:29:21 -07:00
etiquette_flask_dev.py Log when closing DB. 2022-11-06 22:59:12 -08:00
etiquette_flask_prod.py Improve the way prod imports flask backend. 2021-09-08 20:00:32 -07:00