joncage / ed-scout

An Elite Dangerous companion app to simplify finding unexplored worlds
MIT License
134 stars 18 forks source link

Mark non-scoopable systems in trip list #90

Open ghost opened 4 years ago

ghost commented 4 years ago

As the star class is given like [M] in the trip list, maybe color the non-scoopable (aka all other star class than OBAFGKM) the star class symbol in red? So that it is clearly visible when there's a non-fuel gap ahead where you definitely want to start with full fuel tanks.

[M]- default color from HUD [TTS] - red color from HUD

ghost commented 4 years ago

So create some style information around that line 366 in index.html: let starClass = "["+(systemInfo.StarClass?systemInfo.StarClass:"?")+"]";

joncage commented 4 years ago

Good call! I like it 👌🏻