Northeastern-Electric-Racing / Argos

Our full-stack data visualization tool
GNU Affero General Public License v3.0
1 stars 0 forks source link

Allow for arrowing through graph screen values/tabs #209

Open bracyw opened 2 months ago

bracyw commented 2 months ago

Description

Right now you have to click on the specific tab and then value you want to view. It would be more convenient at times, to be able to arrow through values with the keypad.

A potential addition to this ticket could be adding support for hot keys, for specific values, that can be configured manually by the user

Acceptance Criteria

Arrowing through values doesn't effect

Proposed Solution

Not exactly sure, but I would guess you can just look up how to map button presses to lambas in typescript. Then just make that lambda change from one node to anther (one variable graph to another)

Probably best to talk to Reid.

Mocks

No response