acdc-digital / solomon-electron

Solomon-Electron is a developing full-service Workstation for proactively managing projects at scale. Project content is vectorized and can be utilized by the in-app assistant for quick contextual retrieval combining the developing technologies of AI and intuitive Dashboard Management.
GNU General Public License v3.0
1 stars 0 forks source link

Dark Mode Toggle Button Placement #5

Closed acdc-digital closed 3 months ago

acdc-digital commented 3 months ago

I added the Toggle/ Menu Button to the Sidebar Header component. However, it overlaps the Canvas component when the Sidebar component is collapsed. We can either expand the minimum width of the collapsed sidebar to include the additional width of the ModeToggle, or find a way for the 'theme' toggle to disappear once the sidebar is collapsed.

I've commented the Toggle out for now.

Additionally, the State management still doesn't work in the Electron app, and it appeared to default to the 'system' Theme (which is Dark), which is not what I wanted for development. So- commenting it out here so it defaults to light-mode for the Electron App on restart.

acdc-digital commented 3 months ago

I set the default theme to 'light' so that the Electron app stays in light-mode during development. The state manager still isn't working so the theme-Toggle button does not work.