Add topics list with pagination and update to api.ronde.vu

Features:
- Added TopicsList component with pagination support
- Shows active topics with peer counts
- Pagination controls (Previous/Next)
- Refresh button to reload topics
- Modal UI with proper styling
- Floating "View Topics" button on main screens

Changes:
- Updated API URL from rondevu.xtrdev.workers.dev to api.ronde.vu
- Added TopicsList component with pagination UI
- Added modal overlay and styles
- Integrated topics modal into main App

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-12 22:20:37 +01:00
parent 6538b5a18f
commit 1bbce9295d
4 changed files with 345 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ The easiest way to test:
### Server Configuration
This demo connects to: `https://rondevu.xtrdev.workers.dev`
This demo connects to: `https://api.ronde.vu`
To use a different server, modify the `baseUrl` in `src/main.js`: