deemixer/README.md

50 lines
1.9 KiB
Markdown
Raw Normal View History

2020-05-25 12:32:11 +00:00
# deemix-webui
This is just the WebUI for deemix, it should be used with deemix-pyweb or something like that.
If you are a web developer and want to contribute to this project, please read the [COMPILE-UI](COMPILE-UI.md) file.
## Related projects
You can find more informations about deemix at https://deemix.app/
- [deemix](https://codeberg.org/RemixDev/deemix)
- [deemix-pyweb](https://codeberg.org/RemixDev/deemix-pyweb)
- [deemix-tools](https://codeberg.org/RemixDev/deemix-tools)
2020-05-25 12:32:11 +00:00
## What's left to do?
- [ ] Completely remove jQuery
- [ ] Improve artist/tracklist tabs displaying
- [ ] Make i18n async (https://kazupon.github.io/vue-i18n/guide/lazy-loading.html)
- Use ES2020 async imports, if possible
- [ ] Make the UI look coherent
2020-08-13 20:39:46 +00:00
- [ ] Style buttons
- [ ] Style text inputs
- [ ] Style checkboxes
- [ ] Search tab
2020-08-13 20:39:46 +00:00
- [ ] Better placeholer before search
- [ ] Link Analyzer
2020-08-13 20:39:46 +00:00
- [ ] Better placeholer before analyzing and error feedback
- [ ] Settings tab
2020-08-13 20:39:46 +00:00
- [ ] Variable selector near template inputs
- Maybe tabbing the section for easy navigation
- Could use a carousel, but it's not worth adding a new dep
- [ ] Block selection where it's not needed (keep only titles artists albums labels and useful data)
- There's a SASS mixin for this. Need to use it in the proper classes
- [ ] Better feedback for socket.io possible errors
2020-05-25 12:32:11 +00:00
# License
2020-05-25 12:32:11 +00:00
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/>.