Go to file
wolfwork a73e249074 업데이트 'src/lang/ko.js' 2020-10-05 16:19:34 +02:00
public Fixed typo 2020-10-04 11:58:19 +02:00
src 업데이트 'src/lang/ko.js' 2020-10-05 16:19:34 +02:00
.gitignore added: ts type checking for js files; updated: custom contextmenu now show only when needed, GUI users must use keyboard shortcuts for cut/copy/paste 2020-08-20 19:41:46 +02:00
.prettierrc re-organized js files, first attempt of adding Vue SFC 2020-04-16 19:57:34 +02:00
COMPILE-UI.md perf: removed jQuery; chore: updated COMPILE-UI 2020-09-22 21:59:18 +02:00
LICENSE.txt Added license 2020-04-15 11:12:25 +02:00
README.md feat: added keybinding to toggle download bar; style: search bar 2020-09-26 21:48:55 +02:00
package-lock.json chore: reduced a bit bundle size by using lighter flags; workflow: improved code modularity; chore: removed unused functions and globals; chore: removed .jsbeautify file 2020-09-26 17:53:25 +02:00
package.json chore: reduced a bit bundle size by using lighter flags; workflow: improved code modularity; chore: removed unused functions and globals; chore: removed .jsbeautify file 2020-09-26 17:53:25 +02:00
rollup.config.js chore: removed main_selected global; perf: added route links instead of showView method and removed tabs.js 2020-09-26 19:48:30 +02:00

README.md

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

You can find more informations about deemix at https://deemix.app/

"Hidden" features

  • CTRL+SHIFT+Backspace deletes all the search bar content
  • CTRL+F focuses the search bar
  • CTRL+B toggles the download bar
  • ALT+Left goes back to the previous page, if present (like would happen in the browser)
  • ALT+Right goes forward to the next page, if present (like would happen in the browser)
  • Custom context menu: on certain elements, like download buttons or album covers, when opening the context menu, a custom one with more options will appear instead of the default one

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