datahub
datahub copied to clipboard
Dark / light theme
Add support for dark / light theme with a toggle button in the nav bar.
Notes
Should use Flowershow's theme
config option, with the following shape:
interface {
default: "light" | "dark";
toggleIcon: string; // ignore this one though
}
But let's ignore custom toggleIcon
.