Merge remote-tracking branch 'origin/main' into ui

This commit is contained in:
2025-04-02 12:20:30 +05:30
27 changed files with 1019 additions and 84 deletions

View File

@@ -18,5 +18,4 @@ export function toggleTheme() {
localStorage.setItem('theme', newTheme);
}
// Initialize theme on page load
setTheme();