linkding/bookmarks
Sascha Ißbrücker ffaaf0521d
Speed up response times for certain actions (#829)
* return updated HTML from bookmark actions

* open details through URL

* fix details update

* improve modal behavior

* use a frame

* make behaviors properly destroy themselves

* remove page and details params from tag urls

* use separate behavior for details and tags

* remove separate details view

* make it work with other views

* add asset actions

* remove asset refresh for now

* remove details partial

* fix tests

* remove old partials

* update tests

* cache and reuse tags

* extract search autocomplete behavior

* remove details param from pagination

* fix tests

* only return details modal when navigating in frame

* fix link target

* remove unused behaviors

* use auto submit behavior for user select

* fix import
2024-09-16 12:48:19 +02:00
..
api Fix auto-tagging when URL includes port (#820) 2024-09-10 21:19:20 +02:00
e2e Speed up response times for certain actions (#829) 2024-09-16 12:48:19 +02:00
frontend Speed up response times for certain actions (#829) 2024-09-16 12:48:19 +02:00
management/commands Make backup include preview images 2024-06-16 10:37:02 +02:00
migrations Speed up navigation (#824) 2024-09-14 11:32:19 +02:00
services Rename "SingeFileError" to "SingleFileError" (#823) 2024-09-14 11:37:03 +02:00
static Theme improvements (#822) 2024-09-13 23:19:47 +02:00
styles Speed up response times for certain actions (#829) 2024-09-16 12:48:19 +02:00
templates Speed up response times for certain actions (#829) 2024-09-16 12:48:19 +02:00
templatetags Speed up response times for certain actions (#829) 2024-09-16 12:48:19 +02:00
tests Speed up response times for certain actions (#829) 2024-09-16 12:48:19 +02:00
views Speed up response times for certain actions (#829) 2024-09-16 12:48:19 +02:00
__init__.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00
admin.py Show proper name for bookmark assets in admin (#708) 2024-04-17 23:18:23 +02:00
apps.py Add black code formatter 2024-01-27 11:29:16 +01:00
context_processors.py remove unused context processor 2024-08-31 19:10:42 +02:00
feeds.py Additional filter parameters for RSS feeds (#811) 2024-08-31 22:58:41 +02:00
middlewares.py Speed up navigation (#824) 2024-09-14 11:32:19 +02:00
models.py Speed up response times for certain actions (#829) 2024-09-16 12:48:19 +02:00
queries.py Add black code formatter 2024-01-27 11:29:16 +01:00
signals.py Generate fallback URLs for web archive links (#804) 2024-08-29 22:45:10 +02:00
tasks.py Replace django-background-tasks with huey (#657) 2024-04-07 11:11:14 +02:00
urls.py Speed up response times for certain actions (#829) 2024-09-16 12:48:19 +02:00
utils.py Speed up response times for certain actions (#829) 2024-09-16 12:48:19 +02:00
validators.py Add black code formatter 2024-01-27 11:29:16 +01:00