Skip to content

Conversation

@blackgirlbytes
Copy link
Contributor

@blackgirlbytes blackgirlbytes commented Dec 21, 2024

I didn't realize there was a menu to switch between dark mode and light mode because the vertical dots in dark mode aren't very visible to me when my screen brightness was low. I like to keep my screen brightness low in the night.

Screenshot 2024-12-21 at 3 13 23 AM

They were visible in light mode though.

I changed it so that in dark mode the vertical dots are light grey
Screenshot 2024-12-21 at 4 11 30 PM

But in light mode the vertical dots continue to be gray
Screenshot 2024-12-21 at 3 11 13 AM

Summary of changes

  • Modified the VertDots component to use currentColor for the fill property, which allows the component to inherit the color from its parent element. This change improves the consistency of the component's appearance in different themes.
  • Added the className attribute to the svg element with the value text-gray-600 dark:text-white/90 to ensure the component displays correctly in both light and dark modes.

@blackgirlbytes blackgirlbytes self-assigned this Dec 21, 2024
@blackgirlbytes
Copy link
Contributor Author

How do I get the CI to stop failing? I'm not familiar with this notary tool that keeps throwing an error?

@michaelneale
Copy link
Collaborator

@blackgirlbytes ah I had to do something. Unfortunately to make things run reliably on macos means relying on hosted services at apple to run the notary service, which aren't very reliable (certainly at certain times of day or configuration). Re-running build now!

@blackgirlbytes
Copy link
Contributor Author

Ah thank you @michaelneale !!!

@github-actions
Copy link
Contributor

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

@michaelneale michaelneale merged commit 3fab831 into v1.0 Dec 22, 2024
6 checks passed
@blackgirlbytes blackgirlbytes deleted the dark-mode-menu-dots-visibilit branch December 23, 2024 02:58
michaelneale added a commit that referenced this pull request Jan 6, 2025
* v1.0: (43 commits)
  feat: openrouter provider (#538)
  [ui] chore: tidy up gui providers (#537)
  [ui]: Polish and system theme fix (#533)
  [ui]: General ui polish to more closely match designs (#532)
  Latency issue fix with prepare_inference (#535)
  chore: use cross to build binaries (#507)
  feat: a system for non developers to augment developer system (#524)
  fix: Broken open directory and new session buttons in more menu (#520)
  refactor: move get_usage to provider trait (#506)
  fix: Make stop button more obvious (#516)
  fix: Enhance Dark mode menu dots visibility (#517)
  working on automating release of .zip and binaries and having them on each PR as well (#509)
  conditionally load memory system in goose server (#508)
  Adds 'instructions' field to InitializeResult (#511)
  feat: MCP client sdk (#505)
  Update cli-release.yml
  feat: added groq provider (#494)
  fix: use rust tls (#500)
  fix: Ldelalande/fix scroll (#504)
  feat: MCP server sdk (simple version first) (#499)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants