diff --git a/.gitignore b/.gitignore
index 0179ec38..7701ab66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@ build
version.txt
test_impl.py
./eslint.config.js
+.pytest_cache
diff --git a/README.md b/README.md
index 5a6ac051..e3c19ecc 100644
--- a/README.md
+++ b/README.md
@@ -99,8 +99,17 @@ For simple API documentation, you can refer to the [API documentation](API.md).
# Disclaimer
-This project is not affiliated with yt-dlp, or any other service. It's a personal project that was created to
-make downloading videos from the internet easier. It's not intended to be used for piracy or any other illegal activities.
+This project is not affiliated with yt-dlp or any other service.
+
+It’s a personal project designed to make downloading videos from the internet more convenient. It’s not intended for
+piracy or any unlawful use.
+
+This project was built primarily for my own needs and preferences. The UI might not be the most polished or visually
+refined, but I’m happy with it as it is. You can, however, create and load your own UI for complete customization. I
+plan to refactor the UI/UX in the future using [Nuxt/ui](https://ui.nuxt.com/).
+
+Contributions are welcome, but I may decline changes that don’t align with my vision for the project. Unsolicited pull
+requests may be ignored. For suggestions or feature requests, please open a discussion or join the Discord server.
# Social contact
diff --git a/ui/app/assets/css/style.css b/ui/app/assets/css/style.css
index cd841efe..fb18446a 100644
--- a/ui/app/assets/css/style.css
+++ b/ui/app/assets/css/style.css
@@ -370,3 +370,4 @@ div.is-centered {
padding: 0;
margin: 0 auto;
}
+
diff --git a/ui/app/components/FloatingImage.vue b/ui/app/components/FloatingImage.vue
index 0b190f3a..6db9b82e 100644
--- a/ui/app/components/FloatingImage.vue
+++ b/ui/app/components/FloatingImage.vue
@@ -8,7 +8,7 @@