owntone-server/web-src
chme 27e2274d8a [web] Refactor lists to improve performance
Reduces the number of Vue components that need to be created/managed.
Instead of a Vue component for each item, we now only have one Vue
component for the whole list of items.
2022-03-19 07:04:37 +01:00
..
public [web] Format web sources with prettier and run fix linting errors 2022-03-19 07:04:37 +01:00
src [web] Refactor lists to improve performance 2022-03-19 07:04:37 +01:00
.eslintrc.js [web] Fix linting errors 2022-03-19 07:04:37 +01:00
.gitignore [web-src] Add VSCode specific files to gitignore 2019-10-27 07:43:42 +01:00
.prettierrc.json [web] Configure eslint and prettier dev tools 2022-03-19 07:04:37 +01:00
index.html [web] Format web sources with prettier and run fix linting errors 2022-03-19 07:04:37 +01:00
jsconfig.json [web] Configure eslint and prettier dev tools 2022-03-19 07:04:37 +01:00
MIGRATION_VUE3.md [web] Refactor lists to improve performance 2022-03-19 07:04:37 +01:00
package-lock.json [web] Configure eslint and prettier dev tools 2022-03-19 07:04:37 +01:00
package.json [web] Configure eslint and prettier dev tools 2022-03-19 07:04:37 +01:00
vite.config.js [web] Migration to Vue 3 and Vite 2022-03-19 07:04:37 +01:00