You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: bump version to v0.1.3 and update Home component logic
- Updated version in package.json and tauri.conf.json to 0.1.3.
- Modified Home component to log response and check for missing blinkoEndpoint or blinkoToken before navigating to settings.
chore: bump version to v0.1.3 and update Home component logic
- Updated version in package.json and tauri.conf.json to 0.1.3.
- Modified Home component to log response and check for missing blinkoEndpoint or blinkoToken before navigating to settings.
Remove Linux support from README and update GitHub Actions workflow b…
…y eliminating Ubuntu 22.04 platform configuration and related dependency installation steps. This streamlines the CI process and reflects the current supported platforms.
Add README.md for Blinko Snap application and update Tauri configuration
- Introduced README.md with an overview, features, installation instructions, quick start guide, development setup, and contributing guidelines for the Blinko Snap application.
- Removed the updater's active flag in the Tauri configuration to streamline the update process.