Skip to content

Commit c8a580d

Browse files
Merge pull request #46 from lawrencerowland/codex/improve-ui-on-app
Improve Petri Net Checks UI with a quick tip callout
2 parents 9a0833f + 066ec89 commit c8a580d

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

apps/petri-net-checks/src/App.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@
1515
color: #4b5563;
1616
}
1717

18+
19+
.petri-net-note {
20+
border-left: 4px solid #0ea5e9;
21+
background: #f0f9ff;
22+
color: #0f172a;
23+
padding: 0.75rem 1rem;
24+
border-radius: 8px;
25+
}
26+
27+
.petri-net-note strong {
28+
color: #075985;
29+
}
30+
1831
.petri-net-actions {
1932
display: flex;
2033
flex-wrap: wrap;

apps/petri-net-checks/src/App.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ export default function App() {
1010
app, or open it directly in a new tab.
1111
</p>
1212
</header>
13+
<section className="petri-net-note" aria-label="Usage tips">
14+
<strong>Quick tip:</strong> Use the static fallback in a separate tab to
15+
compare flow states side-by-side while you explore the embedded view.
16+
</section>
1317
<div className="petri-net-actions">
1418
<a className="btn" href="./static.html">Open static fallback</a>
1519
<a className="btn" href="../../index.html">Back to app index</a>

0 commit comments

Comments
 (0)