RemixDev
b5021e12e3
Return to correct artist tab category when going back
2020-06-13 11:14:11 +02:00
RemixDev
d3d9d7e2e2
Implemented the new options:
...
playlistFilenameTemplate
removeDuplicateArtists
albumVariousArtists
2020-06-10 22:14:02 +02:00
RemixDev
9cdad5d13d
Added reload button in favorites tab
2020-06-10 18:45:59 +02:00
Roberto Tonino
6b05933352
installed sass devDependency; installed rimraf devDependency to clean files before builds (no more sourcemaps in builds); updated README.md and corrected typos in it; updated rollupjs devDependency to latest version; updated rollup-plugin-terser devDependency to latest version
2020-06-07 21:06:52 +02:00
RemixDev
5997c3762f
Added support for abstract-ized library messages
2020-06-05 10:46:22 +02:00
RemixDev
f2ca3c53ac
Added Tracklist button and error feedback to Link Analyzer Tab
2020-06-04 15:04:06 +02:00
Roberto Tonino
db685df7c2
removed lodash and added lodash-es dependency: now tree shaking on lodash is supported (IMPORTANT: devDependency @rollup/plugin-commonjs need to be at version 11.0.2 to make things work correctly); updated packages
2020-06-03 20:49:19 +02:00
Roberto Tonino
e59ff93b1d
finished using destructuring synthax when useful
2020-06-02 16:40:12 +02:00
Roberto Tonino
791e218154
Merge branch 'table-refactor'
2020-06-02 15:44:52 +02:00
Roberto Tonino
b33a3115b0
fixed preview not working
2020-06-02 15:41:51 +02:00
Roberto Tonino
3f1ca5a75c
completed tables styling
2020-06-02 15:25:15 +02:00
Roberto Tonino
375b25cb0c
styled tracklist table; updated tables styles: now a lot of table classes are reusable!
2020-06-01 23:44:04 +02:00
RemixDev
7ccb98665e
Forgot to build the JS
2020-05-31 14:32:21 +02:00
RemixDev
b99d158085
Automatically trim arl for spaces and newlines
2020-05-31 10:59:42 +02:00
RemixDev
6bc4997ff3
Fixed issue with multiaccount selection
2020-05-30 21:16:07 +02:00
RemixDev
379ab344ef
Added support for family account in the frontend
2020-05-30 19:31:42 +02:00
Roberto Tonino
43e6c2bfd0
normalized tables with meyer reset, set up a rundimental table layout (need to change the name)
2020-05-27 22:03:09 +02:00
Roberto Tonino
085b819a2b
started table style refactoring
2020-05-26 22:22:47 +02:00
RemixDev
22128b4a8d
Added preview volume slider in settings
2020-05-24 13:20:04 +02:00
Roberto Tonino
87e759a8bf
replaced 'artistView', 'albumView', 'playlistView' and 'spotifyPlaylistView' with an unique function that is binded properly; replaced a lot of declarations and property chains with destructuring synthax
2020-05-23 00:15:29 +02:00
Roberto Tonino
87a668ae91
installed succesfully rollup alias plugin. Now Vue can be imported like a normal npm package
2020-05-22 22:59:16 +02:00
RemixDev
397246e2a3
Added "open downloads folder" button on GUI
2020-05-19 18:30:18 +02:00
RemixDev
1bd7104c79
Fixed unresponsive UI in the download tab
2020-05-17 21:24:46 +02:00
RemixDev
336d3dd8a8
Revert "Added easy login in the GUI"
...
This reverts commit f4d01e2067
.
CEF doesn't support intents so this method doesn't work on Windows
2020-05-17 18:21:40 +02:00
RemixDev
f4d01e2067
Added easy login in the GUI
...
- UI freezes after opening the login window, don't know why
- After logging in sending another request to the server will crash it,
don't know why either
- Need to make a check for the qt renderer
2020-05-17 16:43:17 +02:00
Roberto Tonino
cf3331d94b
made startApp function cleaner, updated package name to 0.1.6 because of alpha 5 release , updated README.md
2020-05-15 22:21:31 +02:00
Roberto Tonino
f371aa157a
added icons to settings tab, started compressing settings list, made sidebar a bit faster
2020-05-15 21:32:50 +02:00
Roberto Tonino
370609d284
moved scroll on top on country selection in charts tab; prevented empty search in frontend
2020-05-14 19:59:05 +02:00
Roberto Tonino
88b51c09ac
added multiple theme selector, compltely removed dark mode checkbox in settings
2020-05-14 18:57:43 +02:00
RemixDev
62b3bb77c2
Moved autologin on server connection
...
Fixed download entries duplication on desync
2020-05-14 13:32:02 +02:00
Roberto Tonino
b28b2e0aee
added expertimental theme toggler in sidebar
2020-05-13 22:17:43 +02:00
Roberto Tonino
cad9cd3f4c
started theme toggler in sidebar
2020-05-12 21:16:38 +02:00
robtonino
959bd89d85
fixed charts tab style, improved tracklist tab style, minor changes
2020-05-12 20:42:01 +02:00
RemixDev
0c74cc3123
Added Most Streamed Albums to Home Tab
2020-05-10 14:57:53 +02:00
RemixDev
a4f3f843e7
Searching now doesn't resets you to the ALL tab
2020-05-10 13:26:32 +02:00
Roberto Tonino
0933cb1e5e
styled home tab
2020-05-09 18:18:36 +02:00
RemixDev
77ea938bfe
Added login warning in home tab if user is not logged in
2020-05-09 14:45:28 +02:00
RemixDev
3c395e95a4
Removed top tracks, artist and albums from home tab
2020-05-09 14:25:24 +02:00
RemixDev
303183fc3c
Added a style to the Link Analyzer tab
2020-05-09 13:44:47 +02:00
uh_wot
b529f8b789
re-added bundle.js to fix the running instructions in the README
2020-05-09 11:12:48 +02:00
Roberto Tonino
677b5aaa61
added Vue as a dependency, now will run in development mode (with logs) when running npm run dev
2020-05-08 21:42:36 +02:00
Roberto Tonino
91afe634dd
installed the following dependencies (and removed them from vendor folder): lodash, jquery, toastify-js; update COMPILE-UI.md with shorthand for npm install and "Other" section
2020-05-07 22:10:13 +02:00
Roberto Tonino
3855fc6452
added package.json, added rollup dependency to bundle js files
2020-05-07 21:34:28 +02:00
uh_wot
f14888fe9b
Merge branch 'master' of notabug.org:RemixDev/deemix
2020-05-06 10:24:38 +02:00
uh_wot
c0af08b994
simplified server-wide ARL
2020-05-06 10:24:32 +02:00
RemixDev
31b1aa01e2
Fixed artist tab active tab indicator
2020-05-06 10:22:46 +02:00
Roberto Tonino
53878a440a
added loading overlay on socket.io server connection
2020-05-05 22:27:37 +02:00
Roberto Tonino
1087d0ee0c
updated initial state of dark mode and slim downloads setting to be coherent with localStorage
2020-05-05 21:59:35 +02:00
Roberto Tonino
89da9b2d13
fixed dark mode and slim download checkboxes resetting when saving
2020-05-05 21:24:29 +02:00
RemixDev
147ecba9cb
Added spotify playlists in the playlist tab
2020-05-05 15:08:04 +02:00