linkding/bookmarks
Sascha Ißbrücker be789ea9e6
Avoid page reload when triggering actions in bookmark list (#506)
* Extract bookmark view contexts

* Implement basic partial updates for bookmark list and tag cloud

* Refactor confirm button JS into web component

* Refactor bulk edit JS into web component

* Refactor tag autocomplete JS into web component

* Refactor bookmark page JS into web component

* Refactor global shortcuts JS into web component

* Update tests

* Add E2E test for partial updates

* Add partial updates for archived bookmarks

* Add partial updates for shared bookmarks

* Cleanup helpers

* Improve naming in bulk edit

* Refactor shared components into behaviors

* Refactor bulk edit components into behaviors

* Refactor bookmark list components into behaviors

* Update tests

* Combine all scripts into bundle

* Fix E2E CI
2023-08-21 23:12:00 +02:00
..
api Add option to share bookmarks publicly (#503) 2023-08-15 00:20:52 +02:00
e2e Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
frontend Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
management/commands Enable WAL to avoid locked databases (#480) 2023-05-30 09:41:53 +02:00
migrations Add option to share bookmarks publicly (#503) 2023-08-15 00:20:52 +02:00
services Add support for PRIVATE flag in import and export (#505) 2023-08-20 11:44:53 +02:00
static Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
styles Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
templates Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
templatetags Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
tests Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
views Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
__init__.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00
admin.py Fix error when deleting all bookmarks in admin (#336) 2022-09-09 08:31:28 +02:00
apps.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
context_processors.py Add option to share bookmarks publicly (#503) 2023-08-15 00:20:52 +02:00
feeds.py Allow searching for tags without hash character (#449) 2023-05-18 09:06:22 +02:00
middlewares.py Add option to share bookmarks publicly (#503) 2023-08-15 00:20:52 +02:00
models.py Add option to share bookmarks publicly (#503) 2023-08-15 00:20:52 +02:00
queries.py Add option to share bookmarks publicly (#503) 2023-08-15 00:20:52 +02:00
signals.py Make Internet Archive integration opt-in (#250) 2022-05-14 09:46:51 +02:00
urls.py Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
utils.py Prevent external redirects 2022-03-27 11:47:45 +02:00
validators.py Add option to disable bookmark URL validation (#57) 2021-02-06 16:27:19 +01:00