Mike

Results 7 issues of Mike

Currently, we are using our own Icon component which takes an `src` prop with a URL for a custom image. This is a problem for dark mode and is redundant...

needs design

This PR: - Adds an initial dark theme and applies it. - Switches most components to using the useTheme hook rather than accessing the theme directly. - Removes some over-specified...

Below is a list of potentially deprecated UI components in the desktop UI. This issue may grow as more are discovered, or it can be closed if it's determined that...

desktop

Currently in the desktop app, there are a number of places where we are re-defining overrides for MUI components (try searching the code for "${classes.button}"). This is not very DRY,...

desktop

In order to prevent drift in the UI and to prepare for Dark Mode, some refactoring and consolidation is needed. This work should have very little impact on the UI...

desktop

When I'm working on the desktop client on Ubuntu, I need to test in both light and dark modes. In order for the change to take effect, I need to...

developer experience

We want to make sure that the app matches the designs in Figma, particularly the colors. - One color reference can be found here: https://www.figma.com/design/UNczd6Jq3zce0BwHF079cx/Dark-mode?node-id=372-4944&t=TZYg2MBKH7caregW-0 - The component library designs...