-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Web UI migration to Vite and Vue3 and improvements to the UX #1673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ReenigneArcher
merged 93 commits into
LizardByte:nightly
from
TheElixZammuto:vite-vue-3
Dec 28, 2023
Merged
Changes from 89 commits
Commits
Show all changes
93 commits
Select commit
Hold shift + click to select a range
239769a
Started Migration to Vue3 built by Vite
TheElixZammuto 4c326e5
Removed Server-Side include
TheElixZammuto 7af6580
Migrated to EJS, app page bugfixes
TheElixZammuto e363a7f
Welcome new layout and other minifixes
TheElixZammuto 7a62d23
Removed widgetbot from package.json
TheElixZammuto c85ef59
Build with cmake
TheElixZammuto 976c80b
Update package.json
TheElixZammuto e3197c5
Update package.json
TheElixZammuto 2ea94b5
Moved npm from CI to cmake, fix Windows Build
TheElixZammuto 1c010a2
Fix command
TheElixZammuto aa22599
Fix vue3 version
TheElixZammuto 6955b97
Removed unused compat
TheElixZammuto 7892153
Fix build
TheElixZammuto 928d6f0
Use src as working directory
TheElixZammuto 4817485
Fix zip packaging
TheElixZammuto 8c7ede1
Fix assets build
TheElixZammuto cf89deb
Use env vars to pass vite params
TheElixZammuto 294ecb5
Update package.json
TheElixZammuto 73e02a0
Fix command
TheElixZammuto 5bf5e5b
Merge branch 'vite-vue-3' of github.com:TheElixZammuto/Sunshine-1 int…
TheElixZammuto e3a9730
moved bash outisde
TheElixZammuto f68f7bd
Fix path
TheElixZammuto fbf3f9c
fix separator
TheElixZammuto e9c4739
aa
TheElixZammuto 84b55cc
fix arg
TheElixZammuto 498230a
Update documentation
TheElixZammuto 82163d7
Merge branch 'nightly' into vite-vue-3
TheElixZammuto 74cf2c5
Fix config page
TheElixZammuto dce4f75
Update cmake/targets/common.cmake
TheElixZammuto e89e47b
Update src_assets/common/assets/web/ResourceCard.vue
TheElixZammuto dd49676
Update src_assets/common/assets/web/welcome.html
TheElixZammuto a76ead9
Update src_assets/common/assets/web/SunshineHeader.vue
TheElixZammuto f282be0
Update src_assets/common/assets/web/troubleshooting.html
TheElixZammuto 5cf49f6
Update docs/source/contributing/contributing.rst
TheElixZammuto 58fb041
Update docs/source/contributing/contributing.rst
TheElixZammuto af35968
Update src_assets/common/assets/web/template_header_main.html
TheElixZammuto 3848ab2
Update src_assets/common/assets/web/index.html
TheElixZammuto 63671fd
Update src_assets/common/assets/web/template_header.html
TheElixZammuto 9539f8b
Apply suggestions from code review
TheElixZammuto 6314357
Merge branch 'nightly' into vite-vue-3
TheElixZammuto 61031bf
Fix alphabetical order of dependencies
TheElixZammuto b016210
Rename Header to navbar and dynamically load Widgetbot
TheElixZammuto 2d4f3da
Merge branch 'nightly' into vite-vue-3
TheElixZammuto 5215338
Use nvm for Node setup
TheElixZammuto 22891cd
Change order
TheElixZammuto 94a14da
added nvm source dir
TheElixZammuto 82ead4a
Fix path (again)
TheElixZammuto c686375
replace wget with curl
TheElixZammuto 777b9bf
Add CA Certs
TheElixZammuto f2441f4
Change NVM version
TheElixZammuto 1b9210d
Add nvm to build step
TheElixZammuto 955fe0d
Update NVM to all images
TheElixZammuto eede704
Moved again to wget to fix lint
TheElixZammuto 5118d09
Fix Debian and Arch build
TheElixZammuto d3624d1
Fix arch and lint
TheElixZammuto 8bf06bb
Lint ignore in dockerfile
TheElixZammuto 67845c8
Added workdir config
TheElixZammuto a46ec1a
Fix mkdir
TheElixZammuto b810738
Fix perms
TheElixZammuto d9022a7
Maybe definetly fix arch permissions
TheElixZammuto a864ef5
should fix for good
TheElixZammuto 6079fce
Use COPY instead of bash
TheElixZammuto 34fe218
Removed script that wasn't necessary
TheElixZammuto 92b9b77
Fix working directory
TheElixZammuto 24c02ef
Use msys2 bash on Windows
TheElixZammuto 2e423d0
Use export instead of env
TheElixZammuto 5a61d2a
replace quotes
TheElixZammuto 132512a
Removed exports
TheElixZammuto 6dc504b
Escape quotes
TheElixZammuto 79c500b
Merge branch 'nightly' into vite-vue-3
TheElixZammuto 561f16c
Merge branch 'nightly' into vite-vue-3
TheElixZammuto 677ad2d
Fix cmake lint
TheElixZammuto 245d7ef
Fix cmake lint
TheElixZammuto dd5d1e8
fix again cmake lint
TheElixZammuto e9ab6e5
Update docs/source/contributing/contributing.rst
TheElixZammuto bc26e5c
Update docs/source/contributing/contributing.rst
TheElixZammuto 8147f3b
Removed NVM o Linux where bundled Node is 18 or newer
TheElixZammuto c6f78a2
Merge branch 'vite-vue-3' of github.com:TheElixZammuto/Sunshine-1 int…
TheElixZammuto 5c34819
Merge branch 'nightly' into vite-vue-3
TheElixZammuto 3f3baeb
Join common packaging entries into common
TheElixZammuto 18cc85e
Fix Debian builds
TheElixZammuto 9c5d092
Update docker/fedora-38.dockerfile
TheElixZammuto 3b2ddf5
Update docker/debian-bookworm.dockerfile
TheElixZammuto 164f5e5
Removed not needed anymore changes to Dockerfile
TheElixZammuto 8fb7a9f
Merge branch 'vite-vue-3' of github.com:TheElixZammuto/Sunshine-1 int…
TheElixZammuto 133ea11
WebUI various fixes
TheElixZammuto bf60375
Moved images to public folder
TheElixZammuto 0b9fb6c
Changed source url of Discord widget bot
TheElixZammuto b97ec82
Fix Linux references after folder move to public
TheElixZammuto fe04d7b
Update src_assets/common/assets/web/Navbar.vue
TheElixZammuto 171e472
Fix global command preparations
TheElixZammuto a04db7b
Merge branch 'vite-vue-3' of github.com:TheElixZammuto/Sunshine-1 int…
TheElixZammuto 6ef1b54
Merge branch 'nightly' into vite-vue-3
ReenigneArcher File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -84,3 +84,4 @@ elseif(UNIX) | |
| include(${CMAKE_MODULE_PATH}/dependencies/linux.cmake) | ||
| endif() | ||
| endif() | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.