From c5c7e79955724ba9656ff18b4cd4d634057d2f5e Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 27 May 2023 22:09:44 +0100 Subject: [PATCH] [LoTW] use Ajax for manual sync When you click the LoTW manual sync button it now loads the contents into the page using ajax get request using htmx. --- application/views/lotw_views/index.php | 6 +++++- assets/css/general.css | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/application/views/lotw_views/index.php b/application/views/lotw_views/index.php index 447a498d..fcdca862 100644 --- a/application/views/lotw_views/index.php +++ b/application/views/lotw_views/index.php @@ -122,7 +122,11 @@
-

+ + +
diff --git a/assets/css/general.css b/assets/css/general.css index 24536bfc..344c7a04 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -436,4 +436,8 @@ div#station_logbooks_linked_table_paginate { .w-qsl{ max-height: calc(100vh - 270px); overflow-y: auto; +} + +#lotw_manual_results { + padding-top: 10px; } \ No newline at end of file