Commit graph

465 commits

Author SHA1 Message Date
RemixDev 837dbea5f0 [webui] added more translations 2020-07-19 08:39:51 +02:00
Roberto Tonino d2b2bc46be [webui] added language change logic, added flags, added more translations 2020-07-18 22:45:30 +02:00
RemixDev 3d78431cee Updated app to work with deemix 1.1.10 2020-07-18 18:23:36 +02:00
Roberto Tonino b052f58572 Merge remote-tracking branch 'origin/master' 2020-07-18 18:07:24 +02:00
Roberto Tonino 5304f60967 [webui] added some translations 2020-07-18 18:07:09 +02:00
RemixDev f85004f6ec [webui] Fixed closing p tag in settings 2020-07-18 16:56:15 +02:00
RemixDev 5b100737eb [webui] Added all translations for the settings tab 2020-07-18 13:00:24 +02:00
Roberto Tonino 146b477d4d [webui] added another bunch of translations 2020-07-17 21:20:23 +02:00
Roberto Tonino 0175f22417 [webui] changed directory structure of js and Vue files; added plugin for translation (can try it in settings) 2020-07-17 00:11:42 +02:00
Roberto Tonino f0252a5069 [webui] moved track preview logic to Vue 2020-07-16 22:49:19 +02:00
Roberto Tonino b123bae8f5 [webui] moved downloads logic to Vue (except for 1 function) and basic tested 2020-07-16 22:20:27 +02:00
Roberto Tonino ee62351892 [webui] made tabs logic global, started moving downloads logic into Vue 2020-07-14 22:28:05 +02:00
uh_wot 1782ee940a try switching to Qt if gi isn't available 2020-07-10 16:26:27 +02:00
uh_wot 09e2b25ed1 removed unneeded packages from requirements_qt.txt 2020-07-10 16:25:45 +02:00
RemixDev 28b81f6a3d Updated requirements_qt.txt 2020-07-09 00:10:15 +02:00
Roberto Tonino 7a9c896bfc [webui] started moving tabs logic into vue components 2020-07-07 22:04:37 +02:00
RemixDev 18a5bb760d Added qt as fallback if gtk is not installed on linux 2020-07-07 14:27:39 +02:00
Roberto Tonino 28213b55da [webui] moved search logic to content and sidebar components 2020-07-06 21:55:39 +02:00
Roberto Tonino 5deb85a9ab [webui] moved quality modal logic to quality modal component 2020-07-06 20:46:36 +02:00
Roberto Tonino 0266c1e526 [webui] delegated theme changing to sidebar component 2020-07-06 19:02:13 +02:00
Roberto Tonino 605eee242b [webui] replaced some old HTML with the right components; added quality modal functional component 2020-07-06 18:34:58 +02:00
RemixDev ad2570bc81 Updating pywebview to 3.3.1 2020-07-02 16:56:19 +02:00
RemixDev a5bd28343b Set console to False on GUI spec file
Now deemix makes log files so the console is not needed
2020-07-01 16:36:22 +02:00
RemixDev a05fbca02e Foircing pywebview 3.2 in the requiremets as 3.3 is not working with cef 2020-06-30 19:18:52 +02:00
RemixDev e500b9b7fa Removing windows workaround as pywebview 3.3 got released 2020-06-30 19:03:51 +02:00
RemixDev 55bfe0ce48 Attempting to fix the .UIposition issue on windows 2020-06-30 17:25:32 +02:00
RemixDev 07d1413dcf Updated FEATURES.md 2020-06-29 20:58:08 +02:00
Roberto Tonino 2e95e34a8b [webui] continued moving app to SFCs (already tested but something could not work) 2020-06-29 20:24:08 +02:00
Roberto Tonino f3382f16a9 [webui] moved content element to a Vue SFC 2020-06-29 18:49:45 +02:00
Roberto Tonino bf422c1898 [webui] added webui online/offline feedback, downgraded rollup-plugin-vue due to bundling issues of the previous version 2020-06-29 18:11:13 +02:00
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