I found a small issue with the bars in the ship and engineering tabs:
The bar colors are not consistent when viewing in different browsers?
I mainly use FireFox (95.0.2) where the bars are blue and white:
View attachment 284183View attachment 284184
in Edge (96.0.1054.62) and Safari (iPad 15.2) the bars are orange:
View attachment 284182
Thanks again for including screenshots - always very helpful.
I'm aware of the Firefox progress bar issue, It's straightforward to address, so happy to add Firefox styling support for that.
Sadly - given the rendering and use of effects is a bit more advanced than on a typical web page - there are some cosmetic issues with Firefox that I can't do much about, such tables render slightly differently, the DPI / font rendering is not quite the same, the gamma can differ and the SVG handling isn't as advanced as in Chrome. This last point is also an issue some WebKit engines, like Amazon Fire tablets, which don't texture mapping on the planets, so I have explicit handling to detect that and use solid color fills and gradients instead. In Firefox, and interestingly in Safari, the system map objects can look a little washed out; it could be that contrast filter isn't getting applied but the other effects seem to be applied just fine so maybe it just has something like a different gamma point.
Technically it should be possible to come up with workarounds for some of issues to bring the rendering closer, but probably not work the effort - it's serviceable and it's probably enough to let folks know it should work in Firefox, but it's likely to look better in Chrome/Chromium/Edge (even compared to Safari or other WebKit browsers).
If I come back to doing per-planet type styling for bodies at some point - which is partially implemented but not yet enabled (there are a lot of factors that impact appearance, so it's a decent amount of work) then I might look at system map styling again and see if there are any quick fixes for filters that would even things out.
Also would you consider not flashing the text when there are no pips?
I'm an explorer and 99,9% of time never have pips at weapons.
It is very distracting to have this continually flashing (maybe just turn white or red to stand out?).
I did that as a nudge to remind me as I would forget to reset pips sometimes, but yeah I find it a bit annoying too as sometimes it's intentional and the flashing is distracting. I'll maybe just change the text to be muted instead of flashing.