Skip to content

Don't need system in the theme enum #50

@martinalong

Description

@martinalong

system as a separate value of theme seems superfluous? Instead, the host could just send an update message to the server of light/darkupon the system theme changing

Current theme enum:

theme?: "light" | "dark" | "system";

Proposed theme enum:

theme?: "light" | "dark";

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions