From 06868b3d454b9587d2b32afb5f10a28a10863278 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Mon, 25 May 2020 14:32:11 +0200 Subject: [PATCH] Updated README.md --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..91c8178 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# deemix-webui +This is just the WebUI for deemix, it should be used with deemix-pyweb or something like that + +## What's left to do? +in the WebUI: +- Make the UI look coherent + - Style text inputs + - Style checkboxes + - Style buttons +- Search tab + - Better placeholer before search + - Better loading feadback fot the user (maybe with a loading circle) +- Link Analyzer + - Better placeholer before analyzing + - Feedback when the link analysis did not work (e.g. with playlist) +- Settings tab + - Maybe tabbing the section for easy navigation +- About tab + - Write stuff about the app +- Install sass dependency +- ? + +# License +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see .