refactor(windows): Windows UI polish (#3338)

- Add Tailwind and Flowbite for consistent UI

---------

Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com>
This commit is contained in:
Jamil
2024-01-23 09:07:25 -08:00
committed by GitHub
parent 42a05e86ea
commit 086f7a85c6
26 changed files with 1822 additions and 418 deletions

View File

@@ -68,6 +68,10 @@ updates:
directory: website/
schedule:
interval: monthly
- package-ecosystem: npm
directory: rust/windows-client/
schedule:
interval: monthly
- package-ecosystem: npm
directory: elixir/apps/web/assets/
schedule:

View File

@@ -103,7 +103,7 @@ jobs:
# Used for release artifact
# In release mode the name comes from tauri.conf.json
cp "target/release/Firezone Windows Client.exe" "${{ env.BINARY_DEST_PATH }}-x64.exe"
cp "target/release/Firezone.exe" "${{ env.BINARY_DEST_PATH }}-x64.exe"
cp "target/release/bundle/msi/*.msi" "${{ env.BINARY_DEST_PATH }}-x64.msi"
Get-FileHash ${{ env.BINARY_DEST_PATH }}-x64.exe -Algorithm SHA256 | Select-Object Hash > ${{ env.BINARY_DEST_PATH }}-x64.exe.sha256sum.txt

View File

@@ -269,7 +269,7 @@ jobs:
# Used for release artifact
# This should match 'build-tauri' in _rust.yml
cp "target/release/Firezone Windows Client.exe" "${{ env.BINARY_DEST_PATH }}-x64.exe"
cp "target/release/Firezone.exe" "${{ env.BINARY_DEST_PATH }}-x64.exe"
cp "target/release/bundle/msi/*.msi" "${{ env.BINARY_DEST_PATH }}-x64.msi"
Get-FileHash ${{ env.BINARY_DEST_PATH }}-x64.exe -Algorithm SHA256 | Select-Object Hash > ${{ env.BINARY_DEST_PATH }}-x64.exe.sha256sum.txt