64a736ffcb
Define local/offline truth as commands, domain events, and projections rather than stored DOM patches or EffectBatch payloads, and wire the techdemo through a local command-to-projection-to-effect flow. req: local/001 req: local/002 req: local/003 req: local/004 req: examples/001
9 lines
300 B
Plaintext
9 lines
300 B
Plaintext
<div class="local-panel">
|
|
<p><strong>Local command log</strong><br>{+ self.status +}</p>
|
|
<p>{+ self.projection +}</p>
|
|
<div class="quick-actions">
|
|
<button type="button" data-hemx-handle="queue_local_set">Queue local set completion</button>
|
|
</div>
|
|
<code>{+ self.boundary +}</code>
|
|
</div>
|