From bb560ef3a9f72014b92b37513d86403f29f95ca1 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Tue, 2 Jul 2024 16:17:22 +0200 Subject: [PATCH] feat: :lipstick: Make the UI a little bit responsive --- README.md | 3 ++- templates/add.html | 1 + templates/create.html | 1 + templates/found.html | 1 + templates/index.html | 1 + templates/search.html | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8326dea..9aed303 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ docker run -d \ -e n8n_webhook_create_playlist=N8N_WEBHOOK_URL \ -e n8n_webhook_add_tracks=N8N_WEBHOOK_URL \ -e environment=production \ - -e hostname=https://example.com + -e hostname=https://example.com \ + -v "$(pwd)/database.db:/app/database.db" \ gitea.louisgallet.fr/lgallet/makethisplaylist:latest ``` diff --git a/templates/add.html b/templates/add.html index d37ab62..1d8bea2 100644 --- a/templates/add.html +++ b/templates/add.html @@ -3,6 +3,7 @@ Make this playlist + {{ bootstrap.load_css() }} diff --git a/templates/create.html b/templates/create.html index 40998c3..4ce1187 100644 --- a/templates/create.html +++ b/templates/create.html @@ -3,6 +3,7 @@ Make this playlist + {{ bootstrap.load_css() }} diff --git a/templates/found.html b/templates/found.html index 6f54ddb..67e3595 100644 --- a/templates/found.html +++ b/templates/found.html @@ -3,6 +3,7 @@ Results + {{ bootstrap.load_css() }} diff --git a/templates/index.html b/templates/index.html index ff284b8..e1a3724 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,7 @@ Make this playlist + {{ bootstrap.load_css() }} diff --git a/templates/search.html b/templates/search.html index 53336f5..d69e1cd 100644 --- a/templates/search.html +++ b/templates/search.html @@ -3,6 +3,7 @@ Make this playlist - Search + {{ bootstrap.load_css() }}