RemixDev
6e8f4242e1
Added check for wrong spotify username
2020-06-29 13:58:40 +02:00
Roberto Tonino
f91dcc5c34
[webui] started turning js Vue components files in SFCs
2020-06-24 22:54:49 +02:00
Roberto Tonino
cf8aba16f1
[webui] added global alias for js folders, removed modules folder in js
2020-06-24 19:10:34 +02:00
RemixDev
5fdfb9e2eb
Changed port in README
2020-06-23 23:29:17 +02:00
RemixDev
9df9ceffce
[webui] Fixed style on search input from useragent This fixes #28
2020-06-23 16:22:00 +02:00
Roberto Tonino
10647ef094
[webui] corrected buttons scaling when active; started tests with Vue SFCs
2020-06-22 22:05:47 +02:00
Roberto Tonino
38012457df
[webui] finished writing scss declarations with SASS synthax. Now the repo is a bit lighter
2020-06-22 21:08:10 +02:00
Roberto Tonino
5a6159000b
[webui] changed purple sidebar link active color; now app.js is importing all the vue components to make sure they are all mounted
2020-06-19 21:53:48 +02:00
Roberto Tonino
bf391b1741
[webui] improved sidebar smoothness and status feddback
2020-06-19 20:57:18 +02:00
RemixDev
fff3cff29b
Implemented changes to work with lib 1.0.23
2020-06-19 11:11:18 +02:00
Roberto Tonino
c8f05fe0c4
typos
2020-06-18 20:35:54 +02:00
Roberto Tonino
33028bcf44
[webui] updated README.md; updated COMPILE-UI.md files adding the SASS watcher and instructions to add new files
2020-06-18 20:32:22 +02:00
Roberto Tonino
d16f286139
[webui] added loading placeholder when searching; added loading placeholder when changing tabs in search tab
2020-06-18 20:06:40 +02:00
Roberto Tonino
735b036c42
[webui] removed id from favorites refresh toast
2020-06-18 18:33:20 +02:00
Roberto Tonino
35f6de5d95
[webui] updated rollup plugin node-resolve; improved favorites refresh animation
2020-06-18 18:30:10 +02:00
RemixDev
b324f03fd8
Merge branch 'master' of davisv7/deemix-pyweb into master
2020-06-18 13:09:44 +00:00
=
cd658c1607
added condition
2020-06-18 08:52:56 -04:00
=
7eb8f60db0
tipo
2020-06-18 01:31:56 -04:00
=
dbbf848055
tipo
2020-06-18 01:30:28 -04:00
=
4654858baf
added dependency and start up file
2020-06-18 01:27:30 -04:00
RemixDev
5945bd3fa6
Fixed FEATURES.md link in README.md
2020-06-17 18:53:09 +02:00
RemixDev
d2636a1a8a
Added FEATURES.md
2020-06-17 18:52:15 +02:00
RemixDev
703748ce40
[webui] fixed css references of --primary-text
2020-06-17 13:21:29 +02:00
RemixDev
a2aa14e54b
[webui] Changed searchbar type from text to search
...
This adds a cancel button at the end of the searchbar and closes #23
2020-06-17 11:07:30 +02:00
Roberto Tonino
913d72beb5
[webui] updated content tabs' style
2020-06-16 21:57:40 +02:00
RemixDev
0ed548d5c4
Added a tab to list download errors
...
Click on the error/warning sign to open it
2020-06-16 17:27:33 +02:00
RemixDev
3f7d346493
Merge branch 'master' of bocki/deemix-pyweb into master
2020-06-14 21:09:48 +00:00
Henning Bocklage
96c8afe555
Added fix for #2
2020-06-14 23:06:32 +02:00
RemixDev
655e40bb6f
Fixed download of single tracks from playlists with no track preview
2020-06-14 21:18:02 +02:00
RemixDev
9eac97d9a4
[webui] Return to correct artist tab category when going back
2020-06-13 11:14:26 +02:00
RemixDev
52856dbded
Reverted commit 9f59794c7d
2020-06-13 10:05:29 +02:00
RemixDev
dd226cfb84
Added exclude_binaries on windows spec file
2020-06-12 18:23:33 +02:00
RemixDev
f6647ef183
Added division between macOS and windows builds
2020-06-12 18:22:01 +02:00
RemixDev
6017c9e96f
Using pyinstaller instead of py2app
...
.spec files now create a single app file as well
macOS GUI works without issues with the master version of pywebview, so
need to wait for the next release, or change the requirements to the git
version
2020-06-12 15:39:14 +02:00
RemixDev
16cee7977d
Continuing working on py2app
2020-06-12 13:17:23 +02:00
RemixDev
ceea9837f6
Started working on macOS build with py2app
2020-06-12 12:52:18 +02:00
RemixDev
2a2592a74f
Code cleanup
...
Also forced the CI to make a new build
2020-06-12 11:30:03 +02:00
RemixDev
abeb1164a8
Changed default port from 9666 to 6595
...
This fixes #2
2020-06-11 14:44:30 +02:00
RemixDev
533f2aede2
Implemented the remove feats from album title as well option
2020-06-11 14:42:46 +02:00
RemixDev
eaf9253aff
Implemented the new options:
...
playlistFilenameTemplate
removeDuplicateArtists
albumVariousArtists
2020-06-10 22:14:55 +02:00
RemixDev
55f40ae5a4
Added reload button in favorites tab
2020-06-10 18:46:08 +02:00
Roberto Tonino
7b91525336
webui: fixed buttons being hidden because of the new searchbar
2020-06-10 17:32:29 +02:00
Roberto Tonino
36e3750e63
webui: changed searchbar style
2020-06-09 22:33:17 +02:00
Roberto Tonino
133a308a46
webui: started editing styles files using sass synthax
2020-06-07 21:42:47 +02:00
Roberto Tonino
d710417930
webui: installed sass devDependency; installed rimraf devDependency to clean files before builds (no more sourcemaps in builds); updated README.md and corrected typos in it; updated rollupjs devDependency to latest version; updated rollup-plugin-terser devDependency to latest version
2020-06-07 21:07:17 +02:00
RemixDev
ddfba75876
Added credits in about tab
2020-06-06 21:01:17 +02:00
RemixDev
9f59794c7d
File permission is now set to 770
2020-06-05 20:00:49 +02:00
RemixDev
b5e8f5c8de
Updated icon files
2020-06-05 11:54:24 +02:00
RemixDev
0b2e933178
Updated UI to comply with library change
2020-06-05 10:48:27 +02:00
RemixDev
c403ee720f
Replaced 0.0.0.0 with 127.0.0.1
...
if you want to use 0.0.0.0 use the host argument when starting the
server
2020-06-05 09:58:59 +02:00