Commit graph

166 commits

Author SHA1 Message Date
Youwen Wu
77bed5f17b
Merge pull request #28 from Team-1280/migrate-pnpm
Migrate to pnpm
2024-03-09 23:32:28 -08:00
a7ee99dba9
chore(package-manager)!: Migrate from npm to pnpm
BREAKING CHANGE: The project has been migrated from npm to pnpm as the package manager. This requires updating the development environment and build processes. Install pnpm and run `pnpm install`. `npm` is no longer supported and `package-lock.json` has been removed.
2024-03-09 23:29:28 -08:00
168c636595
feat: add pnpm-lock.yaml 2024-03-09 23:25:15 -08:00
Youwen Wu
a0aab1b08c
Merge pull request #24 from Team-1280/vlad-voices
feat: add locale audio sources
2024-03-09 23:22:21 -08:00
q9i
56bc536192 feat: add en-UK locale
update
2024-03-09 16:17:29 -08:00
q9i
ae3da6e985 chore: remove unnecesesary todos 2024-03-09 15:13:06 -08:00
q9i
2f2d4b6f82 feat: add remaining vlad readouts 2024-03-09 15:12:46 -08:00
q9i
3806047604 merge: resolve conflicts with main 2024-03-09 15:10:40 -08: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
Youwen Wu
186100e311
Merge pull request #21 from Team-1280/telemetry-refactor
Telemetry refactor
2024-03-08 08:40:15 -08:00
13399fcd93
fix: detect connectivity properly 2024-03-08 08:38:42 -08:00
537823353f
feat: add vlad voices 2024-03-07 16:03:07 -08:00
a4af8742c2
fix: revert .env file 2024-03-07 13:41:09 -08:00
2041afbf6f
chore: add .env to gitignore 2024-03-07 13:39:33 -08:00
733e798717
refactor: remove redundant debug checks from tracing 2024-03-07 13:39:08 -08:00
884014e810
Merge branch 'robot-event-triggers' of github.com:Team-1280/Jankboard-2 into robot-event-triggers 2024-03-07 13:06:44 -08:00
34bd44691f
refactor: use tracing and attributes for debugging 2024-03-07 13:06:42 -08:00
Ananth Venkatesh
fdf6c45854
refactor: rename unlistenGpws to unlistenGPWS 2024-03-07 13:05:14 -08:00
b0d075bbfd
fix: refactor telemetry to use new method 2024-03-07 12:32:15 -08:00
b2c77985c1
fix: refactor telemetry to use new method 2024-03-07 12:32:02 -08:00
fc39e9e740
feat: break out of subscription creation loop after 50 attempts 2024-03-07 10:10:13 -08:00
ac81787597
feat: break out of subscription creation loop after 50 attempts 2024-03-07 10:09:50 -08:00
986279ad08
chore: remove unused functions and imports 2024-03-07 01:35:23 -08:00
db2819d89d
chore: remove unused functions and imports 2024-03-06 23:55:35 -08:00
3aaf3bd842
refactor: use allegedly more performant codium fix 2024-03-06 23:49:33 -08:00
eacc25f0b7
refactor: use allegedly more performant codium fix 2024-03-06 23:47:53 -08:00
8dd6edc60a
feat: add gpws detection 2024-03-06 23:34:16 -08:00
9c4cf32b73
feat: add gpws trigger code 2024-03-06 23:29:28 -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
e0d4e01905
feat: activate woke mode by default to comply with DEI 2024-03-06 22:02:33 -08:00
9784e8b17a
chore: remove unused onMount import 2024-03-06 21:59:46 -08:00
c653dc4424
Merge branch 'main' of github.com:Team-1280/Jankboard-2 2024-03-06 21:56:55 -08:00
756e1cfc3b
style: revert braindead semicolon format 2024-03-06 21:53:22 -08:00
1d59291bbc Merge branch 'main' of github.com:Team-1280/Jankboard-2 2024-03-06 20:28:47 -08:00
5414b756e1 chore: delete useless python files 2024-03-06 20:28:23 -08:00
Youwen Wu
7bacd73102
docs: add descriptive header 2024-03-06 09:14:30 -08:00
dependabot[bot]
3bdaf05f45
Merge pull request #19 from Team-1280/dependabot/cargo/client/src-tauri/cargo-security-group-fea44ef50e 2024-03-05 04:18:02 +00: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
7ae617bded Merge branch 'main' of github.com:Team-1280/Jankboard-2 2024-03-04 11:08:15 -08:00
512c79adeb chore: remove unused onmount 2024-03-04 11:08:12 -08:00
Youwen Wu
4ae22725c2
docs: fully deprecate python 2024-03-03 23:19:00 -08:00
Youwen Wu
01ffa700fe
docs: fix typos in readme 2024-03-03 23:17:38 -08:00
Youwen Wu
1ceb1226b3
Update README.md 2024-03-03 18:47:45 -08:00
2c0f2ef160 chore: update semantic version to 0.2.0 2024-03-02 12:03:34 -08:00
0ab4d5cf4b feat: reset telemetry state after disconnect
to avoid the model continuing to move when the robot disconnects while in motion
2024-03-02 12:02:18 -08:00
650c322d53 Merge branch 'beta' 2024-03-02 11:59:06 -08:00
479b572e3b improvement: use the corret methods for updating svelte state 2024-03-02 11:58:39 -08:00
968006a234
style: remove unused imports 2024-03-01 18:54:28 -08:00
db82b1e8fb
fix: patch bug setting connected state to wrong value 2024-03-01 18:53:22 -08:00