joyhughes / Jen

Image processing, generative photography, cellular automata
https://discord.gg/GQQHUbkf
20 stars 20 forks source link

Settings menu #146

Open joyhughes opened 1 month ago

joyhughes commented 1 month ago

Include a "gear" icon in the media controller or otherwise in the top of the control panel. This will control settings of the web app.

There will be a pull-down menu. The first item on the menu is "Appearance" - there will be room for more items. Appearance will start with a way to toggle dark mode and the widget size option (issue #147 ).

RamakrushnaBiswal commented 1 month ago

I want to work with the issue @joyhughes

joyhughes commented 1 month ago

@RamakrushnaBiswal Look at App.jsx it has these lines:

const darkTheme = createTheme({
  palette: {
    mode: 'dark',
  },
});

These set the dark mode. Figure out how to set this with a switch.

RamakrushnaBiswal commented 1 month ago

@joyhughes okey then

RamakrushnaBiswal commented 1 month ago

@joyhughes i created a setting menu

joyhughes commented 2 weeks ago

@RamakrushnaBiswal Do you still want to work on this one?