NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
29 stars 6 forks source link

`SelectedCommand` panel needs to be updated to have consistent styling #1394

Closed duranb closed 3 months ago

AaronPlave commented 3 months ago

Any specific styling that we need here?

duranb commented 3 months ago

@AaronPlave Sorry. I didn't fill this out too well. I'm noticing that there are certain sequences that don't produce a fully stylized side panel when selected. This is made more apparent in Chet's PR with a sequence of

@ID "id"

A2024-123T12:34:56 @ACTIVATE("activate.name") # No Args
@ENGINE 10
@EPOCH "epoch string"

When adding that and selecting it, nothing seems to be formatted. I'm not sure if it's a case that was missed or just hasn't been stylized yet.

AaronPlave commented 3 months ago

Looks like some new language features that haven't been styled

duranb commented 3 months ago

Turns out this was just localized to #1387 and was already addressed.