Commit graph

6 commits

Author SHA1 Message Date
bf3c950da0
🧭 Add navigation sidebar and 📏 enforce minimum window dimensions
- Add sidebar component to enhance site navigation and improve user experience
- Implement window size constraints (min 1366x768) to ensure proper display across devices
2025-04-08 18:42:38 +02:00
9a125e3111
fix repeat events bug with input and textarea 2025-03-25 19:00:41 +01:00
dc9abee715
🎨 🚀 Overhaul UI/UX with comprehensive design system improvements
 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.
2025-03-20 09:46:47 +01:00
2a1447cd77
🚀 Improve relay initialization and UX enhancements
 **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
2025-03-17 19:37:06 +01:00
18e4ad7629
📚 Enhance project setup & maintenance workflows
- 📝 Add comprehensive README.md, CONTRIBUTING.md, and 🔒 SECURITY.md documentation
- 🔧 Integrate code formatting tool and refactor existing codebase to meet style guidelines
- ⬆️ Update project dependencies to latest stable versions
- 🤖 Implement pre-commit hook for automated code formatting

#documentation #tooling #maintenance
2025-03-10 17:14:09 +01:00
da9428f059
Initial version 2025-02-20 19:28:48 +01:00