Commit Graph

22 Commits

Author SHA1 Message Date
Roberto Tonino 29e76323e9 workflow: updated rollup related "major" deps 2021-08-09 18:33:31 +02: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
Roberto Tonino 9b17ee06ad fix: production bundle now should minify correctly (bundle is slightly bigger) 2020-11-11 09:29:18 +01:00
Roberto Tonino 511d3f3aad style: replaced html and body stylings with Tailwind classes; worflow: removed rollup plugin esbuild and re-added rollup-plugin-terser for minification 2020-11-09 22:16:45 +01:00
Roberto Tonino aa749eaf33 feat: added webUI version in About page; style: added accordions in settings 2020-11-08 23:35:46 +01:00
Roberto Tonino e71b4421c3 workflow: added rollup-plugin-esbuild, bundling should be a bit faster; style: fixed settings flags display 2020-11-04 20:51:14 +01:00
Roberto Tonino 685c637d3d style: integrated base variables into Taiwlind 2020-10-10 17:35:04 +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 064c3b29bc chore: removed main_selected global; perf: added route links instead of showView method and removed tabs.js 2020-09-26 19:48:30 +02:00
Roberto Tonino 636701aa70 added language change logic, added flags, added more translations 2020-07-18 22:44:27 +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
Roberto Tonino 2cb0986928 added global alias for js folders, removed modules folder in js 2020-06-24 19:10:10 +02:00
Roberto Tonino 7912a8d4e2 corrected buttons scaling when active; started tests with Vue SFCs 2020-06-22 22:05:19 +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
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 da657bbdcc added rollup-plugin-analyzer to retrieve useful information when building 2020-06-03 18:31:38 +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
Roberto Tonino 16b4853322 improved html indentation 2020-05-08 22:02:08 +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 3855fc6452 added package.json, added rollup dependency to bundle js files 2020-05-07 21:34:28 +02:00