+107
bun.lock
+3
-3
docs/public/client_metadata.json
+11
package.json
+124
-6
src-tauri/Cargo.lock
+5
src-tauri/Cargo.toml
+34
-2
src-tauri/capabilities/default.json
+14
src-tauri/capabilities/desktop.json
src-tauri/icons/128x128.png
This is a binary file and will not be displayed.
src-tauri/icons/128x128@2x.png
This is a binary file and will not be displayed.
src-tauri/icons/32x32.png
This is a binary file and will not be displayed.
src-tauri/icons/64x64.png
This is a binary file and will not be displayed.
src-tauri/icons/Square107x107Logo.png
This is a binary file and will not be displayed.
src-tauri/icons/Square142x142Logo.png
This is a binary file and will not be displayed.
src-tauri/icons/Square150x150Logo.png
This is a binary file and will not be displayed.
src-tauri/icons/Square284x284Logo.png
This is a binary file and will not be displayed.
src-tauri/icons/Square30x30Logo.png
This is a binary file and will not be displayed.
src-tauri/icons/Square310x310Logo.png
This is a binary file and will not be displayed.
src-tauri/icons/Square44x44Logo.png
This is a binary file and will not be displayed.
src-tauri/icons/Square71x71Logo.png
This is a binary file and will not be displayed.
src-tauri/icons/Square89x89Logo.png
This is a binary file and will not be displayed.
src-tauri/icons/StoreLogo.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-hdpi/ic_launcher.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-mdpi/ic_launcher.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png
This is a binary file and will not be displayed.
src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png
This is a binary file and will not be displayed.
src-tauri/icons/icon.icns
This is a binary file and will not be displayed.
src-tauri/icons/icon.ico
This is a binary file and will not be displayed.
src-tauri/icons/icon.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-20x20@1x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-20x20@2x-1.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-20x20@2x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-20x20@3x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-29x29@1x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-29x29@2x-1.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-29x29@2x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-29x29@3x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-40x40@1x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-40x40@2x-1.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-40x40@2x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-40x40@3x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-512@2x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-60x60@2x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-60x60@3x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-76x76@1x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-76x76@2x.png
This is a binary file and will not be displayed.
src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png
This is a binary file and will not be displayed.
+3
src-tauri/src/lib.rs
+5
-4
src-tauri/tauri.conf.json
+34
-2
src/App.css
+48
-103
src/App.tsx
+142
src/Auth.tsx
+4
src/assets/ATTRIBUTIONS.md
src/assets/cloudy_sunset.png
This is a binary file and will not be displayed.
src/assets/milky_way.jpg
This is a binary file and will not be displayed.
src/assets/night_sky.jpg
This is a binary file and will not be displayed.