[Umbrella] Bugs
See original GitHub issue-
Navigation card is broken
-
Change scan answer box to be
<pre>
-
Required Thrusters don’t change
-
Make it obvious on core when crew has transported something
-
Something is wrong with the shields, making them not responsive. Find out what it is and fix it
-
Short Range Comm Core has layout issues. Can’t close last comm
-
Power distribution sometimes flakes when dragging bars
-
Make damage report card field use
<pre>
-
Use system display name in reactivation code notification
-
Tractor beam Strength needs to be tied to power- Making it’s own issue -
“New Security Team” placeholder on the damage teams card
-
Processed data from sensors showed up on Probe Network
-
Probe network probes show up in probe control list - shouldn’t
-
Internal sensors super broken
-
Sensors resets movement when check ‘Ask for speed’
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (3 by maintainers)
Either way works, the only downside to using
<pre>
means you’ll lose HTML support. For example, say I wanted the “WARNING” in my message to be red, I could type<span style='color:red'>WARNING</span>blah blah blah
to achieve this. Using pre will remove this functionality. Bug or feature, you decide!Last time I used
<pre>
it also had problems with some CSS properties… I could be wrong about that though.Somebody else can implement it. I’m not going to.