Go to file
RemixDev 19651b1abf Added accessibility to chart tab country selection 2020-06-01 20:52:36 +02:00
public Added accessibility to chart tab country selection 2020-06-01 20:52:36 +02:00
src/js Fixed logging in not working on first launch 2020-05-31 14:25:49 +02:00
.gitignore added gitignore 2020-05-25 22:21:24 +02:00
.jsbeautifyrc first styling of the sidebar 2020-04-24 21:54:12 +02:00
.prettierrc re-organized js files, first attempt of adding Vue SFC 2020-04-16 19:57:34 +02:00
COMPILE-UI.md updated port in COMPILE-UI.md 2020-05-13 11:04:52 +02:00
LICENSE.txt Added license 2020-04-15 11:12:25 +02:00
README.md Updated README.md 2020-05-25 14:32:11 +02:00
package-lock.json installed succesfully rollup alias plugin. Now Vue can be imported like a normal npm package 2020-05-22 22:59:16 +02:00
package.json installed succesfully rollup alias plugin. Now Vue can be imported like a normal npm package 2020-05-22 22:59:16 +02:00
rollup.config.js replaced 'artistView', 'albumView', 'playlistView' and 'spotifyPlaylistView' with an unique function that is binded properly; replaced a lot of declarations and property chains with destructuring synthax 2020-05-23 00:15:29 +02:00

README.md

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 https://www.gnu.org/licenses/.