Ankush Chauhan
Ankush Chauhan
**@vinitshahdeo please review**
@championswimmer please merge
**I fixes the google import url, the font-family and prettier the text using vscode prettier extension .** **Merge it !!!!!!**
- Implemented local storage to persist the selected theme across page refreshes. - Updated the theme context to apply the saved theme on load. - Enhanced the UI by highlighting...
Issue: #359 Changed the text color to black Before: https://github.com/user-attachments/assets/5c7ddd98-54c4-47f2-8424-03fbda5c4872 After: https://github.com/user-attachments/assets/b15c6151-fcf3-4867-8b99-6acb20439204
**Changes:** - Introduced **optional chaining** in the image rendering logic for `currentTheme?.['board-image']` to prevent potential errors when `currentTheme` is `undefined`. **Before:** - The code accessed `currentTheme['board-image']` without checking if `currentTheme`...