Commit Graph

6 Commits

Author SHA1 Message Date
Fernando Fernández
70a406dc15 refactor(icon): replace with SVG
Use the icon from jellyfin-ux repository (https://github.com/jellyfin/jellyfin-ux/blob/master/branding/SVG/icon-transparent-vue.svg)

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-06-22 22:34:03 +02:00
Fernando Fernández
97e0a4dad6
feat(auth&config): add 'allowServerSelection', fix server wait on boot (#2233)
* Fix the users being redirected to the 'Add Server' screen (fixes #2117) on first start
* Allow to disable the server selection screen with a new key: 'allowServerSelection'

WARNING: When that screen it's disabled, the following situations will leave the client in an endless loading state if:

- No default servers have been provided
- The first default server provided can't be reached

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-02-23 00:31:31 +00:00
Fernando Fernández
c0aa557a1b chore(vue3): move router history config to JSON 2023-04-03 12:52:57 +02:00
Fernando Fernández
8579b4bfe7 chore(vue3): create ExternalJSONConfig plugin
* Deprecate appInit nuxt plugin
2023-04-03 12:52:57 +02:00
Fernando Fernández
53f8e72ea6 chore(vite): improve splash screen 2023-04-03 12:52:57 +02:00
Fernando Fernández
2814301208 chore(vite): reorganize source tree
* To adapt to Vite's recommended folder tree
2023-04-03 12:52:57 +02:00