Commit graph

25 commits

Author SHA1 Message Date
0d6f31ac0f
chore: update semver to 0.3.0 2024-03-18 22:25:03 -07:00
a12647ee86
refactor: use idiomatic way to store IP instead of tuple 2024-03-16 12:04:07 -07:00
cb214eff57
chore: change println! to tracing::info 2024-03-11 09:07:45 -07:00
c19410e7f3
feat: hide splashscreen when robot model loads 2024-03-11 00:13:50 -07:00
49fe3cea9b
feat: add splash screen window 2024-03-10 23:35:27 -07:00
Youwen Wu
8e62f32e66
Robot event triggers (#22)
* feat: add gpws trigger code

* feat: add gpws detection

* refactor: use allegedly more performant codium fix

* chore: remove unused functions and imports

* feat: break out of subscription creation loop after 50 attempts

* fix: refactor telemetry to use new method

* refactor: rename `unlistenGpws` to `unlistenGPWS`

* refactor: use tracing and attributes for debugging

* refactor: remove redundant debug checks from tracing

* chore: add .env to gitignore

* fix: revert .env file

* feat: add wallpaper

* fix: detect connectivity properly

* fix: gracefully handle JSON serialization errors

---------

Co-authored-by: Ananth Venkatesh <46249765+quantum9Innovation@users.noreply.github.com>
2024-03-08 11:44:39 -08:00
13399fcd93
fix: detect connectivity properly 2024-03-08 08:38:42 -08:00
b0d075bbfd
fix: refactor telemetry to use new method 2024-03-07 12:32:15 -08:00
fc39e9e740
feat: break out of subscription creation loop after 50 attempts 2024-03-07 10:10:13 -08:00
3aaf3bd842
refactor: use allegedly more performant codium fix 2024-03-06 23:49:33 -08:00
832083ac48
refactor: give ownership of app_handle to create_subscription, which runs forever 2024-03-06 23:14:54 -08:00
48267f9af9
refactor: make telemetry code more maintainable 2024-03-06 23:01:36 -08:00
dependabot[bot]
ae1f90f3cf
chore(deps): bump the cargo group across 1 directories with 1 update
Bumps the cargo group with 1 update in the /client/src-tauri directory: [mio](https://github.com/tokio-rs/mio).


Updates `mio` from 0.8.10 to 0.8.11
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
  dependency-group: cargo-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 04:15:55 +00:00
2c0f2ef160 chore: update semantic version to 0.2.0 2024-03-02 12:03:34 -08:00
379afc4460 style: run rustfmt 2024-03-01 12:17:08 -08:00
05c52d4d4a feat: vastly improve visualization; add more sequences; improve error handling in rust; improve UI; update settings; 2024-02-29 23:49:20 -08:00
eb41340ee0 improvement: connectivity detectivity improvement 2024-02-29 20:44:35 -08:00
ada2b49700 style: inline imports from ntables crate 2024-02-29 01:21:53 -08:00
2c0cf888ff style: add whitespace 2024-02-28 22:47:10 -08:00
2f72f594a5 feat: update frontend to prepare for full telemetry uplink 2024-02-28 22:15:04 -08:00
7278b978d9 feat: able to fetch data through network tables 2024-02-28 21:43:18 -08:00
4fc84c7dba feat: begin work on rust backend with networktables 2024-02-27 22:54:06 -08:00
379795bb0c style: update default window 2024-02-26 01:16:16 -08:00
85d5687631
chore: update package name in tauri config 2024-02-25 00:42:49 -08:00
d70f8fba80 feat: tauri is working 2024-02-25 00:22:59 -08:00