app adjustments
This commit is contained in:
@@ -6,8 +6,8 @@ function formatNumber(value, digits = 3) {
|
||||
|
||||
export function StatusPanels({ app, performance, runtime, video }) {
|
||||
return (
|
||||
<section className="status-grid">
|
||||
<div className="panel">
|
||||
<>
|
||||
<div className="panel panel--runtime">
|
||||
<h2>Runtime</h2>
|
||||
<KvList
|
||||
values={[
|
||||
@@ -24,7 +24,7 @@ export function StatusPanels({ app, performance, runtime, video }) {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="panel">
|
||||
<div className="panel panel--video">
|
||||
<h2>Video</h2>
|
||||
<KvList
|
||||
values={[
|
||||
@@ -35,10 +35,10 @@ export function StatusPanels({ app, performance, runtime, video }) {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="panel panel--full">
|
||||
<div className="panel panel--compiler">
|
||||
<h2>Compiler</h2>
|
||||
<pre>{runtime.compileMessage || "No compiler output."}</pre>
|
||||
</div>
|
||||
</section>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user