Commit graph

135 commits

Author SHA1 Message Date
b33999ad7c
style: display cameras in row again 2024-03-18 22:18:40 -07:00
3ed02d6c47
feat: increase speed multiplier 2024-03-18 22:17:30 -07:00
f9439a4f0f
style: center camera cutouts 2024-03-18 21:56:25 -07:00
a3e2a0612d
style: fix background image jumping around 2024-03-18 21:54:41 -07:00
63bfcaba4c
feat: move robot to center 2024-03-18 21:50:04 -07:00
1cb5fe9f8b
style: fix settings page formatting 2024-03-18 21:08:48 -07:00
Youwen Wu
6d5ef6809a
Merge pull request #2 from couscousdude/refactor-rust
refactor: use idiomatic way to store IP instead of tuple
2024-03-17 20:37:36 -07:00
5ae447c9bd
refactor: dont inline splash screen image 2024-03-16 21:17:17 -07:00
dfd1368c08
style: update wallpaper 2024-03-16 21:17:05 -07:00
8ab9fadc22
style: update loading screen 2024-03-16 21:06:51 -07:00
05a1841f33
feat: add cool feature 2024-03-16 19:42:37 -07:00
37286cce05
feat: add camera feed configuration in settings
And beautify settings page
2024-03-16 19:12:08 -07:00
a12647ee86
refactor: use idiomatic way to store IP instead of tuple 2024-03-16 12:04:07 -07:00
4ff0b59cd7
Merge branch 'add-splash-screen' 2024-03-11 22:37:30 -07:00
3320f2938b
feat: add bundle size visualizer 2024-03-11 10:27:13 -07:00
ccb72a541b
feat: show message if loading is taking a while 2024-03-11 09:14:42 -07:00
cb214eff57
chore: change println! to tracing::info 2024-03-11 09:07:45 -07:00
ec54f3e362
feat: add favicons to splashscreen 2024-03-11 09:05:49 -07:00
05b50ded11
chore: remove unused loading component 2024-03-11 00:16:37 -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
41aaad9927
chore: update package.json name 2024-03-09 23:33:32 -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
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
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