Commit Graph

71 Commits

Author SHA1 Message Date
Roberto Tonino
6e7a29ff42 feat: added placeholder login form 2021-05-19 21:09:58 +02:00
RemixDev
9dbf2dcde9 Changed api/addToQueue from get to post 2021-05-13 18:16:11 +02:00
RemixDev
0b1c5a8718 Implemented arl login, settings loading and fixed toast display 2021-05-06 08:56:03 +02:00
Roberto Tonino
b2b85fb84e fix: favorites fetching 2021-03-12 20:12:46 +01:00
RemixDev
a685cbbf66
Implemented socket on and off correctly 2021-03-07 12:31:55 +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
efefa7bbf7 refactor: CustomWebsocket 2021-03-01 21:25:59 +01:00
Roberto Tonino
cbf3a5c677 fix: removed multiple message events added to CustomWebsocket 2021-03-01 21:22:32 +01:00
RemixDev
c6a2f35fbf
Fixed search and websocket debug 2021-03-01 00:01:50 +01:00
RemixDev
632ca94975
Added fetch api for login 2021-02-25 22:26:05 +01:00
RemixDev
509f940afd
Removed socket.io and implemented WebSockets 2021-02-25 11:31:30 +01:00
Roberto Tonino
df4c6b2287 workflow: added socket.io-client to bundle and removed it from public/js/vendor folder (this closes #26) 2021-01-31 19:27:40 +01:00
Johnny Silverhand
f29fa0ebd9 Use relative paths 2021-01-31 10:55:37 -05:00
Roberto Tonino
d752efa30f build: v1.5.2; fix: spotify favorites playlist not showing in Favorites page until the refresh button is clicked (closes #21); refactor: favorites logic 2020-11-28 22:11:11 +01:00
Roberto Tonino
cb756747bd chore: switched to v1.5.2; chore: removed default export for sendAddToQueue utility 2020-11-28 20:18:35 +01:00
Roberto Tonino
88da837663 feat: added tracks preview to all tab in Search page; style: track covers are now as abig as tracks tab ones in Search page; build: v1.4.0 2020-11-20 18:18:19 +01:00
Roberto Tonino
ced8650ee6 style: added new release style; refactor: Artist page with composition API (to finish); refactor: extracted new release check logic 2020-11-14 22:27:47 +01:00
Roberto Tonino
d04439857a wip: Artist page written in composition API in order to improve it and resolve issue 18; style: changed tabs in Artist page 2020-11-14 01:13:15 +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
RemixDev
4fa4d7ca7a
Added support for link.tospotify.com urls 2020-11-10 13:57:53 +01:00
RemixDev
6bb68127b5 chore: restored overwritten commits; fix: favorites tab not working 2020-11-02 23:35:28 +01:00
Roberto Tonino
738a2ff35e fix: resolved errors in formatting search results 2020-11-02 20:00:09 +01:00
Roberto Tonino
7f0d621f62 workflow: reset feature/search-page-improvement branch 2020-11-02 12:25:08 +01:00
RemixDev
362d1a1368 Made slimSidebar move toast position as well 2020-10-30 10:54:46 +01:00
Roberto Tonino
4e652b65cc style: started removing globals.scss; style: removed loading placeholder classes 2020-10-28 22:21:41 +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
20faf36a4d added pl language; updated es language; fixed flags ratio 2020-10-13 19:05:15 +02:00
Roberto Tonino
d3e1b71faf feat: download all button in Favorites page, this solves #37 2020-10-07 20:29:20 +02:00
Still Hsu
a33d01950e
Add zh-tw localization
Signed-off-by: Still Hsu <dev@stillu.cc>
2020-10-06 21:38:18 +08:00
Roberto Tonino
acdd702c66 workflow: reorganized components' folder structure 2020-09-26 21:10:40 +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
db1a0a5ec3 fix: logout removing client mode; fix: nickname not showing after app login 2020-09-23 18:36:10 +02:00
RemixDev
3fd924eebc Fixed languages and added CTRL+F to focus search 2020-09-23 15:44:43 +02:00
Roberto Tonino
717a1a87b8 perf: removed jQuery; chore: updated COMPILE-UI 2020-09-22 21:59:18 +02:00
Roberto Tonino
55646c7179 perf: applied home cache technique to favorites and to settings 2020-09-21 21:54:00 +02:00
Roberto Tonino
b5d5a5761a feat: applied same cache technique of home to charts as well 2020-09-21 19:22:09 +02:00
Roberto Tonino
5593dc085e feat: simple but efficient cache of home data 2020-09-21 19:12:14 +02:00
Roberto Tonino
032762f75c wip: improving downloads' managemente 2020-09-19 17:07:28 +02:00
Roberto Tonino
6e195827aa fix: errors tab displaying 2020-09-19 15:11:06 +02:00
Roberto Tonino
5fc41db230 fix: analyzer tab always resetting befoe a search, feat: split countries in different utils file 2020-09-19 14:20:15 +02:00
Roberto Tonino
2eec8a5c3f feat: caching of search tabs already loaded 2020-09-17 18:11:41 +02:00
Roberto Tonino
cd8b03681a removed useless divs, moved search placeholder to the right place, improved searchbar keyup listener code 2020-09-15 22:44:29 +02:00
Roberto Tonino
82e45633f5 fixed about tab merge issues 2020-09-15 18:11:29 +02:00
Roberto Tonino
7ea276992a Merge remote-tracking branch 'origin/main' into router-implementation 2020-09-15 17:59:15 +02:00
RemixDev
9ade5d78f5 Merge pull request 'show korean option' (#42) from wolfwork/deemix-webui:main into main
Reviewed-on: https://codeberg.org/RemixDev/deemix-webui/pulls/42
2020-09-07 22:21:48 +02:00
wolfwork
e9cddf2c6f add korea flag 2020-09-07 18:39:49 +02:00
RemixDev
e192011f31 Added support for 'deezer.page.link' urls 2020-09-07 12:28:11 +02:00
Roberto Tonino
d965c1e65b feat: improved routing removing display none/block on route change; feat: improved favorites data rendering; feat: added type checking for socket.io 2020-08-31 22:14:14 +02:00
Roberto Tonino
fdd4b0317a feat: added global caching for settings, default settings and credentials 2020-08-25 23:17:23 +02:00