jacob-ai-bot / jacob

Just Another Coding Bot
https://jacb.ai
Apache License 2.0
130 stars 20 forks source link

Update Settings Page to Support Dark Mode and Fix Dropdown Text Visibility #330

Open kleneway opened 5 hours ago

kleneway commented 5 hours ago

Description

The settings page currently does not fully support dark mode. Specifically, there is a bug where the dropdown menus display white text on a white background when dark mode is enabled, making the options unreadable. Additionally, the overall appearance of the settings page in dark mode needs to be updated to ensure all UI elements are consistent and visually appealing.

Look at other components in the dashboard to get a better sense of how dark mode is implemented.

Expected Outcome

jacob-ai-bot[bot] commented 4 hours ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-ai-bot[bot] commented 4 hours ago

Update

I've completed my work on this issue and have created a pull request: JACoB PR for Issue Update Settings Page to Support Dark Mode and Fix Dropdown Text Visibility.

Please review my changes there.