Roberto Tonino
|
72b78e35e9
|
feat: implemented link analyzer
|
2021-06-02 15:32:45 +02:00 |
|
Roberto Tonino
|
3a58636d36
|
workflow: added linter and linted src/ folder
|
2021-05-23 18:46:03 +02:00 |
|
Roberto Tonino
|
3ee56d020b
|
wip: queue restoring
|
2021-05-20 21:22:27 +02:00 |
|
RemixDev
|
0b1c5a8718
|
Implemented arl login, settings loading and fixed toast display
|
2021-05-06 08:56:03 +02:00 |
|
Roberto Tonino
|
737f8a8036
|
fix: rollup-plugin-vue bug because of caret in package.json; workflow: installed exact version for deps @vue/composition-api and rollup-plugin-vue
|
2021-05-05 20:58:50 +02:00 |
|
Roberto Tonino
|
95781e606d
|
chore: removed package.lock.json
|
2020-11-19 19:33:23 +01:00 |
|
Roberto Tonino
|
2d7ec9ee6b
|
build: v1.3.4
|
2020-11-13 22:37:47 +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
|
351cd2d626
|
build:v1.3.3; workflow: added vue-composition-api; feat: moved app status to about page, this closes #6; chore: removed style scripts from package.json
|
2020-11-10 22:56:22 +01:00 |
|
Roberto Tonino
|
b2cee2bf3c
|
build: v1.3.2
|
2020-11-10 19:48:52 +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
|
bde72d7271
|
build: v1.3.1
|
2020-11-08 23:36:17 +01:00 |
|
Roberto Tonino
|
b8fbdcc9b3
|
build: v1.3.0
|
2020-11-07 17:34:48 +01:00 |
|
RemixDev
|
d730982869
|
Updated node-sass to 5.0.0; Moved links outside translation files;
Replaced all old links (closes #13)
|
2020-11-06 11:22:43 +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
|
d0f7e11afd
|
fix: correctly hidden empty sections after performing a search; style: added CoverContainer component; style: removed some CSS classes
|
2020-11-02 22:33:00 +01:00 |
|
Roberto Tonino
|
7f0d621f62
|
workflow: reset feature/search-page-improvement branch
|
2020-11-02 12:25:08 +01:00 |
|
Roberto Tonino
|
2cf68d182b
|
chore: downgraded rollup-plugin-vue@4.2.0 due to watcher problems; performance: removed download tab styles
|
2020-10-28 21:14:21 +01:00 |
|
Roberto Tonino
|
f095c1264e
|
chore: updated @rollup/plugin-node-resolve@10.0.0, rollup-plugin-terser@7.0.2, rollup-plugin-vue@5.1.9; chore: replaced /deep/ selector in favor of ::v-deep due to deprecation
|
2020-10-28 20:27:11 +01:00 |
|
Roberto Tonino
|
36504b523c
|
chore: updated @rollup/plugin-commonjs@16.0.0 with no problems
|
2020-10-28 20:22:02 +01:00 |
|
Roberto Tonino
|
63ee8cdaab
|
chore: updated svg-country-flags@1.2.9, vue-i18n@8.22.1, vue-router@3.4.8, @rollup/plugin-node-resolve@8.4.0, @rollup/plugin-replace@2.3.4, postcss@8.1.4, rollup@2.32.1, rollup-plugin-analyzer@3.3.0, rollup-plugin-vue@4.7.2, sass@1.27.0 and tailwindcss@1.9.6
|
2020-10-28 20:15:10 +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 |
|
Roberto Tonino
|
2f42f965d2
|
build: v1.2.0; style: changed dark theme palette; style: changed green and explicit colors
thanks to @BasCurtiz
|
2020-10-16 21:42:28 +02:00 |
|
Roberto Tonino
|
34102101bd
|
build: updated webui to v1.1.0; style: fixed home "open settings" button; style: updated updateAvailable notification; style: changed default theme to dark; bump: tailwindcss to 1.9
|
2020-10-13 21:07:56 +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
|
8b8b5ac934
|
wip: confirm modal
|
2020-10-07 22:59:10 +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
|
3a6577e9a8
|
chore: removed commented code; chore: removed jQUery from deps
|
2020-09-22 22:01:52 +02:00 |
|
Roberto Tonino
|
effd3a2ab1
|
bump: vue and vue-template compiler to 2.6.12
|
2020-09-18 00:01:30 +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
|
35edbb7aa7
|
started implementing Vue Router; updated README.md; corrected an italian translation
|
2020-07-27 22:01:57 +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
|
5e81c205c8
|
added webui online/offline feedback, downgraded rollup-plugin-vue due to bundling issues of the previous version
|
2020-06-29 18:10:55 +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
|
7484bf75cf
|
updated rollup plugin node-resolve; improved favorites refresh animation
|
2020-06-18 18:29:38 +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
|
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
|
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 |
|