Refactor layout component to enable dark theme by default

This commit is contained in:
mauro-balades
2024-09-16 23:34:51 +02:00
parent 84bea350b3
commit 8c5f86d8ce
4 changed files with 10 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ export interface ReleaseNote {
version: string;
date: string;
extra?: string;
image?: boolean;
fixes?: Fix[];
features?: string[];
breakingChanges?: string[];
@@ -798,6 +799,7 @@ export const releaseNotes: ReleaseNote[] = [
{
version: "1.0.1-a",
date: "15/09/2024",
image: true,
extra: "This version marks a more stable alpha release.\nThis release brings a few improvements to the UI and some important quality of life features for workspaces, such as separate pinned tabs, custom icons and assigned tab conainers!",
features: [
"Added verified digital signnature to Windows builds",