My personally maintained and forked version of Deemix
public | ||
src/js | ||
.gitignore | ||
.jsbeautifyrc | ||
.prettierrc | ||
COMPILE-UI.md | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md | ||
rollup.config.js |
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 and error feedback
- Settings tab
- Maybe tabbing the section for easy navigation
- Add Custom Context menu to objects
- Copy Link where possible
- Copy Image URL where possible
- Context menu for pywebview (Context menu is blocked in pywebview)
- Copy and paste functions
- Block selection where it's not needed (keep only titles artists albums labels and usefull data)
- 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 https://www.gnu.org/licenses/.