- Add support for joining existing communities via invite codes.
- Refactor createCCN to handle both creating new communities and joining existing ones.
- Fix relay status polling to ensure continuous updates while running.
- Add sidebar component to enhance site navigation and improve user experience
- Implement window size constraints (min 1366x768) to ensure proper display across devices
✨ Features added:
- 🔍 Implement functional search in header navigation
- ⚙️ Add basic user settings page
- 📱 Make dashboard fully responsive
🔧 Enhancements:
- 🎭 Standardize CSS with consistent theming across components
- 🧹 Remove unused CSS for better performance
- 📊 Improve dashboard layout and visual hierarchy
- 📦 Redesign last block widget for better usability
💅 This commit introduces a cohesive design system with functional design-token components for a more ✨ polished user experience.
🔧 Replace legacy system with NIP-BB implementation
🚀 Enhance forum user experience with improved navigation and interactions
🎨 Redesign UI for forum
🏷️ Rebrand from "Phora" to "Arbor"
✅ **Replace** static 5-second sleep with active relay status checking that fails gracefully after timeout
➕ **Add new features**:
- 🏠 Home button navigation to dashboard
- 🧪 Dev mode detection for existing relay on localhost:6942
🧹 Perform minor cleanup (remove unimplemented method in electron)
#ux #devEx