Go to file
RemixDev 5553ad4ebf v1.9.2 2022-03-05 13:38:27 +01:00
public Fixed missing images in InfoSpotifyFeatures 2022-02-09 13:02:01 +01:00
src Fixed favorites issues 2022-03-05 13:36:08 +01:00
tests added testlang to help translators 2022-01-08 10:58:05 +01:00
.eslintrc.yml Squashed merge from refactor/code-cleanup to main 2021-07-17 14:28:29 +02:00
.gitattributes chore: added .gitattributes 2021-06-02 15:35:18 +02:00
.gitignore Updated .gitignore 2022-02-04 15:40:33 +01:00
.prettierrc.yml Squashed merge from refactor/code-cleanup to main 2021-07-17 14:28:29 +02:00
COMPILE-UI.md cleaned up package.json 2022-02-09 14:13:48 +01:00
LICENSE.txt Added license 2020-04-15 11:12:25 +02:00
README.md workflow: rollback of "major" dep 2021-08-09 18:38:54 +02:00
babel.config.js workflow: setup jest to work with babel in order to be able to parse js files 2021-06-02 17:14:54 +02:00
jest.config.js test: added more date tests and added download tests; workflow: mapped @/ path in jest config 2021-06-02 17:28:45 +02:00
package.json v1.9.2 2022-03-05 13:38:27 +01:00
postcss.config.js workflow: added TailwindCSS; workflow: removed watch:style script from dev script 2020-10-09 20:53:24 +02:00
rollup.config.js workflow: updated rollup related "major" deps 2021-08-09 18:33:31 +02:00
tailwind.config.js feat: track, album, playlist template variables 2021-01-31 22:30:06 +01:00
yarn.lock cleaned up package.json 2022-02-09 14:13:48 +01:00

README.md

deemix-webui

This is just the WebUI for deemix, it should be used with deemix-gui or something like that. If you are a web developer and want to contribute to this project, please read the COMPILE-UI file.

"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

Deps

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