Simplify demo: remove topics UI, ID-only connections

- Remove topic selection and peer discovery UI
- Remove MethodSelector and TopicsList components
- Simplify ConnectionForm to just take a connection ID
- Update to use @xtr-dev/rondevu-client@0.3.2
- Demo version: 0.3.2

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-12 23:18:05 +01:00
parent 1efe7346f4
commit eaf474a984
5 changed files with 49 additions and 199 deletions

View File

@@ -162,6 +162,12 @@ body {
font-size: 0.95rem;
}
.help-text {
margin-top: 8px;
font-size: 0.85rem;
color: #6c757d;
}
input[type="text"] {
width: 100%;
padding: 12px 16px;