datahub icon indicating copy to clipboard operation
datahub copied to clipboard

Dark / light theme

Open olayway opened this issue 7 months ago • 0 comments

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.

olayway avatar Jul 22 '24 14:07 olayway