Fix dark theme colors, reload button functionality, and code cleanup

This commit is contained in:
2026-01-23 12:50:56 +01:00
parent fd537026d3
commit cebae83ae1
5 changed files with 145 additions and 563 deletions

View File

@@ -1,5 +1,4 @@
import React from 'react';
import { VERSION } from '../version';
function Header({ theme, onThemeChange, currentPage, onPageChange }) {
return (