Commit Graph

48 Commits

Author SHA1 Message Date
Roberto Tonino 3ee56d020b wip: queue restoring 2021-05-20 21:22:27 +02:00
RemixDev 6baf7d989b Fixed charts tab, added correct auto relogin 2021-05-06 11:51:33 +02:00
RemixDev 0b1c5a8718 Implemented arl login, settings loading and fixed toast display 2021-05-06 08:56:03 +02:00
Roberto Tonino 9dbe0a5cb7 fix: composition api was not imported at all 2021-05-05 20:59:27 +02:00
Roberto Tonino b0efec811e wip: setup favorites and autologin with rest api 2021-03-01 23:09:14 +01:00
Roberto Tonino 079fd8ad64 feat: fetching home data with rest APIs; refactor: renamed fetch functions 2021-03-01 22:32:35 +01:00
Roberto Tonino b846b96f7a refactor: simplified and renamed get function 2021-03-01 21:58:43 +01:00
Roberto Tonino cbf3a5c677 fix: removed multiple message events added to CustomWebsocket 2021-03-01 21:22:32 +01:00
RemixDev 632ca94975
Added fetch api for login 2021-02-25 22:26:05 +01:00
RemixDev b59fbcf533
Added support for pasting multiple tracks directly from Spotify In reference to https://git.rip/RemixDev/deemix/-/issues/18 2021-01-31 21:01:13 +01:00
Roberto Tonino 86e3cda64c chore: removed unused store files; fix: removed global window.vol object in favor to a store property; chore: changed store module aboutInfo to appInfo 2020-11-10 21:07:25 +01:00
Roberto Tonino 333af201e0 style: moved all styles in .css files except for tables.scss 2020-11-10 20:14:03 +01:00
Roberto Tonino cbaca5bece style: removed some global styles; chore: removed useless type="text/javascript" from socket.io script tag; moved Settings page styles into its component; fix: play button color on PreviewControls component 2020-11-10 19:48:02 +01:00
Roberto Tonino 81f8ed0899 style: removed some classes and ids; style: added typography.css; style: added vendor folder; wip: BaseAccordion component 2020-11-07 19:00:34 +01:00
Roberto Tonino 7f0d621f62 workflow: reset feature/search-page-improvement branch 2020-11-02 12:25:08 +01:00
Roberto Tonino 482f54bf07 build: v1.2.1; 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:52:31 +02:00
RemixDev 13b5ed627f Added link in error toast message
Added start and finish queueItemGeneration feedback
2020-10-14 23:29:24 +02:00
Roberto Tonino c1bde5357d 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:13 +02:00
Roberto Tonino c1c585de3c style: unified accent color and changed its name to primary-color; style: back button; style: added btn css component 2020-10-10 20:03:19 +02:00
Roberto Tonino f5cb7de55e workflow: added TailwindCSS; workflow: removed watch:style script from dev script 2020-10-09 20:53:24 +02:00
Roberto Tonino 468142004a 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 17:53:25 +02:00
Roberto Tonino 4c81cb0cb9 chore: moved App.vue outside components folder 2020-09-25 20:43:23 +02:00
Roberto Tonino dace87887b feat: added ALT+Left/Right Arrow to move through pages, chore: added hidden features in README 2020-09-24 18:33:56 +02:00
Roberto Tonino 0eb0ebcbc9 fix: custom locale not being set until the settings tab is open 2020-09-23 18:15:59 +02:00
RemixDev 3fd924eebc Fixed languages and added CTRL+F to focus search 2020-09-23 15:44:43 +02:00
Roberto Tonino 30b0881b76 fix: client mode not being detected; chore: added gui dev scripts 2020-09-22 22:40:41 +02:00
Roberto Tonino 63c86c1267 Merge branch 'main' into router-implementation 2020-09-21 17:27:50 +02:00
RemixDev 291917e9b2 Added toast message for deezerNotAvailable 2020-09-20 12:32:53 +02:00
Roberto Tonino cda31a93ff fix: ARL not setting correctly in the store; feat: removed some document.getElementById; feat: added v-cloak style 2020-09-17 23:55:57 +02:00
Roberto Tonino d9a128b142 wip: login data in store 2020-09-17 22:43:52 +02:00
Roberto Tonino 7ea276992a Merge remote-tracking branch 'origin/main' into router-implementation 2020-09-15 17:59:15 +02:00
RemixDev 65036d98b1 Made translations variables more descriptive 2020-09-06 12:17:35 +02:00
RemixDev 825b14361c Added select all before searchbar global CTRL+V 2020-08-31 12:58:10 +02:00
RemixDev 000b3f850b Added more functions to CTRL+V 2020-08-25 15:34:10 +02:00
RemixDev 1e69e48486 Added CTRL+BACKSPACE and CTRL+V global shortcuts 2020-08-25 15:29:11 +02:00
Roberto Tonino 9425569879 feat: added vuex store to cache data; feat: cached home data in the frontend 2020-08-23 00:39:31 +02:00
Roberto Tonino 972d1fe680 fix: general routing not wokring; fix: settings tab not showing up 2020-08-22 23:34:16 +02:00
Roberto Tonino a53204668b Merge branch 'main' into router-implementation 2020-08-22 21:11:22 +02:00
RemixDev 5f2488846b Added more stuff for future version of the library 2020-08-16 01:34:55 +02:00
RemixDev a32ba2e455 Added in-app login 2020-08-12 16:32:58 +02:00
RemixDev 8fa091835a Added "Select Download Folder" button 2020-08-05 15:54:42 +02:00
RemixDev d33be9ae46 Added loginNeededToDownload translation string and fixed ru.js 2020-07-29 22:24:44 +02:00
Roberto Tonino 20460ef9ce added artist and tracklist tab routing 2020-07-28 21:39:44 +02:00
Roberto Tonino 35edbb7aa7 started implementing Vue Router; updated README.md; corrected an italian translation 2020-07-27 22:01:57 +02:00
RemixDev 281b505500 Added translation for even more known errors 2020-07-23 16:43:20 +02:00
RemixDev 9d074bc538 Added translation support for toast messages 2020-07-21 11:09:47 +02:00
RemixDev f4b55e958f Fixed settings tab for singleAlbumArtist 2020-07-20 13:09:00 +02:00
Roberto Tonino 42e44c45fe changed directory structure of js and Vue files; added plugin for translation (can try it in settings) 2020-07-17 00:11:28 +02:00