mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 18:58:30 +02:00
Speed up navigation (#824)
* use client-side navigation * update tests * add setting for enabling link prefetching * do not prefetch bookmark details * theme progress bar * cleanup behaviors * update test
This commit is contained in:
@@ -106,6 +106,7 @@ urlpatterns = [
|
||||
# Settings
|
||||
path("settings", views.settings.general, name="settings.index"),
|
||||
path("settings/general", views.settings.general, name="settings.general"),
|
||||
path("settings/update", views.settings.update, name="settings.update"),
|
||||
path(
|
||||
"settings/integrations",
|
||||
views.settings.integrations,
|
||||
|
Reference in New Issue
Block a user