Commit graph

423 commits

Author SHA1 Message Date
RemixDev cdf2a99dd9
Updated links in README.md 2020-11-08 12:15:32 +01:00
Roberto Tonino 7fe5be8538 [webui] build: v1.3.0 2020-11-07 17:34:59 +01:00
RemixDev 0e438512af
[webui] Added wiki pages inside the app 2020-11-07 15:12:18 +01:00
Roberto Tonino 152a455b73 [webui] fix: links 2020-11-07 13:33:48 +01:00
RemixDev a54b8a786e
Updated .gitmodules 2020-11-07 13:07:19 +01:00
RemixDev eb8d418d4e
Updated submodule links 2020-11-07 12:28:36 +01:00
RemixDev 8230867f26 Updated all links 2020-11-06 11:23:29 +01:00
RemixDev b4cf8dd1fe [webui] Updated to latest commit 2020-11-02 23:37:02 +01:00
RemixDev 94bcc40297 Updated submodule url 2020-11-01 17:21:08 +01:00
RemixDev 9d8c482f6b [webui] updated repo links 2020-11-01 17:14:34 +01:00
RemixDev 8b3b4ca4b8 [webui] Updated language files 2020-10-31 21:49:57 +01:00
RemixDev 5cccfd7471 Removed version check, added deezer ping debug, implemented lazy loading
Commented out version check as the site is now down
Added print messages when checking for deezer availability
Removed init_home and init_charts from connect, this should reduce time 
on the connecting to server page
2020-10-31 20:00:44 +01:00
RemixDev f2ed10b8b5 [webui] Added source option in UI, added slim sidebar, code cleanup 2020-10-30 11:40:13 +01:00
Roberto Tonino 3ac1be892a [webui] build: v1.2.1; wip: fixed sidebar style; style: removed foreground inverted variable; style: removed icon hover variable; style: removed panels text variable; style: changed theme icon; style: sidebar link active bg color; style: updated toastify-js to v1.9.3; style: used toastify-js styles instead of local ones; style: removed inclusion of animate.css styles (but kept the file for future usage) 2020-10-17 17:53:38 +02:00
Roberto Tonino ce68bbdafd [webui] build: v1.2.0; style: changed dark theme palette; style: changed green and explicit colors
thanks to @BasCurtiz
2020-10-16 21:43:59 +02:00
RemixDev 6eb91e4227 [webui] Added link in error toast message
Added start and finish queueItemGeneration feedback
2020-10-14 23:29:40 +02:00
Roberto Tonino 5019ffb6b1 [webui] build: v1.1.2, chore: improved charts displaying by removing duplicated worldwide chart code; style: removed a lot of .scss files in favor off tailwind utilities; chore: removed some unused ids; style: improved feedback on section-tabs; chore: replaced css variable in primary color in tailwind config with the hsl color code 2020-10-14 22:18:41 +02:00
RemixDev 11427a3954 Added signal handler to deemix-pyweb.py
Made the --server flag work again
Closing the qt app with CTRL+C from the console won't save the queue
2020-10-14 12:20:28 +02:00
Roberto Tonino 798e32f18c [webui] fix: track preview still playing after changing tab 2020-10-13 22:53:36 +02:00
Roberto Tonino 777259c113 [webui] style: fixed pages without back button being cut; build: v1.1.2 2020-10-13 22:32:23 +02:00
Roberto Tonino d438b80589 [webui] chore: fixed some route names that were not correct; style: made back button in artist, playlist and album tabs stick to the top of the window 2020-10-13 22:14:52 +02:00
Roberto Tonino ba5940d84b [webui] build: updated webui to v1.1.0; style: updated updateAvailable notification; style: changed default theme to dark; bump: tailwindcss to 1.9 2020-10-13 21:10:46 +02:00
RemixDev 91329c1020 Moved Browser Cache and Storage inside config folder
Now it's easier to locate the folder on all OSs, you'll need to re-login

If your cache is corrupted now you can manually clear it in the 
QtWebEngine folder in the config folder
2020-10-13 20:39:35 +02:00
RemixDev f43313f681 [webui] Fixed login button style in home 2020-10-13 20:37:29 +02:00
RemixDev 75f6f365c0 Added pl and fixed es languages
Fixed flags size in settings
Added notification icon when a stable update is available
2020-10-13 19:38:50 +02:00
Roberto Tonino ca84380e68 [webui] style: unified accent color and changed its name to primary-color; style: back button; style: added btn css component 2020-10-10 20:03:45 +02:00
Roberto Tonino a7faf66731 [webui] bugfix: items in download bar waiting for others downloads to finish could not be removed 2020-10-07 20:43:08 +02:00
Roberto Tonino b902a12b9b [webui] feat: download all button in Favorites page 2020-10-07 20:29:34 +02:00
Roberto Tonino 447a031f21 [webui] feat: moved back button to top left of Artist and Tracklist 2020-10-07 18:44:48 +02:00
Roberto Tonino 6b42358882 [webui] style: download items color bar; style: download items delete icon 2020-10-05 19:55:28 +02:00
RemixDev 3c4f4b4af4 Added error messages for serverwide arl
This adds #38
2020-10-03 11:18:53 +02:00
RemixDev bbd407acb4 [webui] Fixed bundle build 2020-10-02 19:32:55 +02:00
RemixDev 4cdc5bf0f0 [webui] Added "albumDoesntExsists" errid translation 2020-10-02 19:23:54 +02:00
RemixDev e538d56fc0 Added console option in deemix-pyweb.spec 2020-09-28 13:14:05 +02:00
RemixDev bc3d692417 Made app work with deemix lib 1.5.0 2020-09-27 23:45:01 +02:00
RemixDev 048f21b74b Fixed update checking 2020-09-27 21:30:00 +02:00
RemixDev 3e9e6eefd3 Moved getTracklist logic from server to app 2020-09-27 19:59:51 +02:00
RemixDev 4f1d17f7c7 Moved version and deezer check from server to app 2020-09-27 19:49:54 +02:00
Roberto Tonino 0be75208fb [webui] feat: added keybinding to toggle download bar; style: search bar; workflow: reorganized components' folder structure; chore: removed main_selected global; perf: added route links instead of showView method and removed tabs.js; 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 21:50:49 +02:00
RemixDev bb8aa3be18 Updated deemix version in server requirements 2020-09-26 07:53:19 +02:00
Roberto Tonino 0b2d14675a Merge remote-tracking branch 'origin/main' into main 2020-09-25 20:44:21 +02:00
Roberto Tonino 827f418cdb [webui] perf: removed TheMiddleSection component; chore: moved App.vue outside components folder 2020-09-25 20:43:56 +02:00
RemixDev 552bd30dd9 Merge pull request 'Fixed: setting arl and download folder via the GUI' (#44) from kermit/deemix-pyweb:fix-gui into main
Reviewed-on: https://codeberg.org/RemixDev/deemix-pyweb/pulls/44
2020-09-25 19:38:22 +02:00
kermit 18db21b61d Fixed: setting arl and download folder via the GUI
Waiting for a semaphore / subprocess is blocking.  Fix the semaphores
by using tpool (which just runs it in a separate thread in a
non-blocking way).  Swap to a greened subprocess module for opening
download folder.
2020-09-25 18:04:35 +01:00
RemixDev 224a97bb4b Merge pull request 'Add new albumSearch and newReleases endpoints' (#42) from kermit/deemix-pyweb:new-releases into main
Reviewed-on: https://codeberg.org/RemixDev/deemix-pyweb/pulls/42
2020-09-25 18:16:53 +02:00
kermit d132c0ba54 Add new albumSearch and newReleases endpoints 2020-09-25 15:30:45 +01:00
Roberto Tonino f231825446 [webui] fix: all tab in search not working in pt-BR 2020-09-24 19:16:40 +02:00
Roberto Tonino e426a695f8 [webui] feat: scrolling at the top every route change 2020-09-24 18:45:08 +02:00
Roberto Tonino f0132c4497 [webui] feat: added ALT+Left/Right Arrow to move through pages, chore: added hidden features in README 2020-09-24 18:34:20 +02:00
RemixDev 62e4b15d15 [webui] Reload search page if searching again and already in search tab 2020-09-24 13:48:47 +02:00