|
1 | 1 | # ByteBox Development Roadmap πΊοΈ |
2 | 2 |
|
3 | 3 | **Last Updated:** December 1, 2025 |
4 | | -**Current Version:** 2.1.0 |
| 4 | +**Current Version:** 2.1.1 |
5 | 5 | **Next Version:** 2.2.0 (Planned - Phase 4) |
6 | 6 | **Status:** π Active Development |
7 | 7 |
|
@@ -85,6 +85,16 @@ _No features currently in progress. Ready for Phase 4!_ |
85 | 85 |
|
86 | 86 | ## β
Recently Completed |
87 | 87 |
|
| 88 | +### v2.1.1: Theme Persistence & Navigation Fixes π |
| 89 | +**Status:** β
Complete (2025-12-01) |
| 90 | +**Priority:** Critical |
| 91 | +**Released:** v2.1.1 |
| 92 | + |
| 93 | +Critical bug fixes for theme persistence and sidebar navigation: |
| 94 | +- **Dark Theme Default** - Fixed `getUserSettings()` to use correct default values (dark mode, byte-classic accent, neon-grid icons, etc.) |
| 95 | +- **Sidebar Navigation** - Changed `<a>` tags to Next.js `<Link>` component for client-side navigation |
| 96 | +- **Theme No Longer Resets** - Sidebar clicks now preserve React state instead of triggering full page reloads |
| 97 | + |
88 | 98 | ### v2.1.0: Card Modal Editing & UX Improvements π¨ |
89 | 99 | **Status:** β
Complete (2025-12-01) |
90 | 100 | **Priority:** High |
@@ -319,6 +329,7 @@ Make ByteBox fully responsive and mobile-friendly with proper touch interactions |
319 | 329 | | Customizable Dashboard | β
Complete | 1.5.0 | 2025-11-29 | |
320 | 330 | | Database-Backed Settings | β
Complete | 2.0.0 | 2025-12-01 | |
321 | 331 | | Appearance Overhaul | β
Complete | 2.0.0 | 2025-12-01 | |
| 332 | +| Theme Persistence Fix | β
Complete | 2.1.1 | 2025-12-01 | |
322 | 333 | | Category Pages | π Concept | TBD | TBD | |
323 | 334 | | Quick Links Bar | π Concept | TBD | TBD | |
324 | 335 | | Mobile App Layout | π Concept | TBD | TBD | |
@@ -382,6 +393,10 @@ Make ByteBox fully responsive and mobile-friendly with proper touch interactions |
382 | 393 | - β
Prisma 7 upgrade with better-sqlite3 adapter |
383 | 394 | - β
Custom accent themes persistence |
384 | 395 | - β
Settings presets persistence |
| 396 | +7. β
~~**Theme Persistence & Navigation Fixes**~~ DONE (v2.1.1) |
| 397 | + - β
Fixed default theme settings (dark mode default) |
| 398 | + - β
Fixed sidebar navigation to use Next.js Link |
| 399 | + - β
Theme no longer resets on sidebar clicks |
385 | 400 |
|
386 | 401 | ### Upcoming Sprint (Phase 4) |
387 | 402 | 1. **Category-Specific Pages** π (Next Priority) |
|
0 commit comments