jellyfin-vue/frontend
Fernando Fernández 248afe0ac1 refactor: remove withDefaults, use destructure everywhere
Use reactive props destructure (https://blog.vuejs.org/posts/vue-3-5#reactive-props-destructure)
to simplify the prop declaration.

Also, finding unused props is far easier with destructure
(a lot of unused props were removed in fact),
so all the defineProps statements have been migrated as well.

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-07 11:22:52 +02:00
..
locales refactor(lib): fallthrough attrs as props are no longer needed 2024-09-07 11:22:52 +02:00
public refactor(icon): replace with SVG 2024-06-22 22:34:03 +02:00
scripts refactor: remove dpdm, npm commands, bundle analysis (#2447) 2024-09-06 12:47:56 +02:00
src refactor: remove withDefaults, use destructure everywhere 2024-09-07 11:22:52 +02:00
types refactor: use the new useTemplateRef utility 2024-09-07 11:22:52 +02:00
eslint.config.js chore(eslint): fix some (not all) SFC recognition problems, refactors 2024-07-12 18:31:21 +02:00
index.html perf: use async decoding and eager loading in images (#2437) 2024-08-29 09:19:04 +02:00
package.json chore(deps): update npm (development) (#2452) 2024-09-07 01:58:05 +02:00
tsconfig.json chore(typecheck): prepare for fallthrough attributes type-checking 2024-09-06 15:57:33 +02:00
uno.config.ts fix(unocss): wrong styles 2024-04-12 01:17:55 +02:00
vite.config.ts refactor: remove dpdm, npm commands, bundle analysis (#2447) 2024-09-06 12:47:56 +02:00