Go to file
Roberto Tonino 763d5d201a moved search logic to content and sidebar components 2020-07-06 21:55:28 +02:00
public moved search logic to content and sidebar components 2020-07-06 21:55:28 +02:00
src moved search logic to content and sidebar components 2020-07-06 21:55:28 +02:00
.gitignore added global alias for js folders, removed modules folder in js 2020-06-24 19:10:10 +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 typos 2020-06-18 20:35:16 +02:00
LICENSE.txt Added license 2020-04-15 11:12:25 +02:00
README.md started turning js Vue components files in SFCs 2020-06-24 22:54:36 +02:00
package-lock.json added webui online/offline feedback, downgraded rollup-plugin-vue due to bundling issues of the previous version 2020-06-29 18:10:55 +02:00
package.json added webui online/offline feedback, downgraded rollup-plugin-vue due to bundling issues of the previous version 2020-06-29 18:10:55 +02:00
rollup.config.js added global alias for js folders, removed modules folder in js 2020-06-24 19:10:10 +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?

  • Use Vue as much as possible
    • First step: Single File Components
  • Completely remove jQuery dependency
  • Make the UI look coherent
    • Style buttons
    • Style text inputs
    • Style checkboxes
  • Search tab
    • Better placeholer before search
  • 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 useful data)
    • There's a SASS mixin for this. Need to use it in the proper classes
  • Better feedback for socket.io possible errors
  • ?

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/.