Inspector layout improved, Deep Linking implemented

This commit is contained in:
Taras Greben 2025-12-22 16:56:46 +02:00
commit 0022cb6a3a
5 changed files with 351 additions and 150 deletions

View file

@ -107,20 +107,46 @@
</div>
<div class="features">
<!-- 1. Privacy (Core) -->
<div class="feature-card">
<span class="feature-icon">🔒</span>
<h3>Privacy First</h3>
<p>Zero cloud upload. All images and data are stored in your browser's local database. Works 100% offline.</p>
</div>
<div class="feature-card">
<span class="feature-icon">🕸️</span>
<h3>Netlist Tracing</h3>
<p>Click-to-trace connectivity across your board. Define nets, label nodes, and export directly to <strong>KiCad</strong>.</p>
</div>
<!-- 2. Visual Inspection (Core) -->
<div class="feature-card">
<span class="feature-icon">👁️</span>
<h3>Auto-Stitch & Inspect</h3>
<p>Align close-up shots with wide-angle views using Computer Vision. Stitch Top vs. Bottom layers for X-Ray inspection.</p>
<h3>Auto-Stitch & X-Ray</h3>
<p>Align close-up shots with wide-angle views. Stitch Top vs. Bottom layers to inspect traces through the board.</p>
</div>
<!-- 3. BOM Management (New - Requested) -->
<div class="feature-card">
<span class="feature-icon">📝</span>
<h3>Visual BOM</h3>
<p>Map components directly on the image. Record values, references, and descriptions, then export to CSV.</p>
</div>
<!-- 4. Netlist Tracing (Workflow) -->
<div class="feature-card">
<span class="feature-icon">🕸️</span>
<h3>Net Tracing</h3>
<p>Document connectivity across layers. Define nets, label nodes, and export a <code>.net</code> file for KiCad.</p>
</div>
<!-- 5. Integrated Tools (New - Highlights Calculators) -->
<div class="feature-card">
<span class="feature-icon">🧰</span>
<h3>Smart Decoders</h3>
<p>Integrated calculators for Resistor Color Bands, Inductors, and Air-core coils. Access them directly while editing.</p>
</div>
<!-- 6. Deep Linking (New - Sharing) -->
<div class="feature-card">
<span class="feature-icon">🔗</span>
<h3>Deep Linking</h3>
<p>Share projects instantly. Host your Device ZIP on GitHub or any CORS-enabled server and open it via a direct URL.</p>
</div>
</div>