Commit graph

460 commits

Author SHA1 Message Date
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
RemixDev 44d650072a Moved arl clear on window open instead of window close 2020-09-23 18:52:15 +02:00
RemixDev 4bae5e9396 [webui] Started working on accessibility
Sidenav is now navigable with tab
2020-09-23 16:24:44 +02:00
RemixDev 8adc9da12a [webui] Fixed languages and added CTRL+F to focus search 2020-09-23 15:44:55 +02:00
Roberto Tonino 0925eef94b [webui] fix: client mode not being detected; chore: added gui dev scripts 2020-09-22 22:40:55 +02:00
Roberto Tonino 5bea72bf04 [webui] perf: removed jQuery; chore: updated COMPILE-UI 2020-09-22 21:59:45 +02:00
Roberto Tonino 468cd31fda chore: removed FEATURES.md file (now the features are handled in the issues) 2020-09-22 20:40:31 +02:00
Roberto Tonino a516f7386b [webui] chore: removed "what's left to do" section in README 2020-09-22 18:39:41 +02:00
Roberto Tonino fdffe45e2f [webui] build: updated to 0.2.0 2020-09-22 18:29:43 +02:00
RemixDev b5ee5b0e62 Updated README.md 2020-09-21 21:32:01 +02:00
RemixDev d14f708b3d Added 'get_favorites_data' and 'get_settings_data'
for future use in the webui
2020-09-21 19:35:08 +02:00
RemixDev d13e3ad27d Reverted addition of splash screen, as it's not working well on all OSs 2020-09-20 23:15:04 +02:00
RemixDev 299582e48a Added splash screen 2020-09-20 22:35:50 +02:00
RemixDev e927912965 Fixed #29 (openDownloadFolder not working) 2020-09-20 22:19:05 +02:00