From ae48c2b49bf7127cfd3d9cbb9169df737f96ba69 Mon Sep 17 00:00:00 2001 From: Pratap Vardhan Date: Fri, 20 Dec 2024 01:08:57 +0530 Subject: [PATCH] cleanup: migrate bootstrap5, remove unused css, fix indent, reuse bs classes (#1048) * migrate: bootstrap5, remove unused css, fix indent, reuse bs classes * DOC: changes.md --- CHANGES.md | 4 + .../titiler/application/templates/index.html | 115 +++++++----------- 2 files changed, 51 insertions(+), 68 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f60bbf1ed..5709181ab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,10 @@ * update `/healthz` endpoint to return dependencies versions (titiler, rasterio, gdal, ...) (author @scottyhq, https://github.com/developmentseed/titiler/pull/1056) +### titiler.application + +* migrate `templates/index.html` to bootstrap5, remove unused css, reuse bs classes (author @PratapVardhan, https://github.com/developmentseed/titiler/pull/1048) + ## 0.19.2 (2024-11-28) ### Misc diff --git a/src/titiler/application/titiler/application/templates/index.html b/src/titiler/application/titiler/application/templates/index.html index 185a57389..c049455aa 100644 --- a/src/titiler/application/titiler/application/templates/index.html +++ b/src/titiler/application/titiler/application/templates/index.html @@ -4,92 +4,71 @@ {{ template.title }} - + - - + -