Skip to content

Theme for app vs Theme for patch #6

Description

@louis993546

For the app, I mostly want to stick with Material Theme, including all the part that adapt to OS light/dark mode, etc.

But for patches, they should not randomly change color just because one person export their patch at 4PM and the other at 6PM.

Your mission, should you choose to accept it, is to come up with a mechanism to allow participants to safely build composable that are stable.


Idea dump

Nested theme?

ZePatchTheme {
    DetailPage {
        Preview {
            NoTheme {
                // Where the patch happens
            }
        }
    }
}

(More ideas welcome)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    🌟 nice to have 😍Would make the project more fun/easy/intuitive, but we can live without it just in case.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions