-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
ℹ️ Needs infoFurther information is requestedFurther information is requested
Description
Before you start (required)
General checklist
- I have removed personal / sensitive data from screenshots and logsI have searched existing issues and discussions to ensure this is not a duplicate issueTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
How are you using Maybe?
- I am a paying Maybe customer (hosted version)
- Paying Maybe users can also open requests in Intercom (if there is sensitive info involved)
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.I am a self-hosted userTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Self hoster checklist
Paying, hosted users should delete this entire section.
If you are a self-hosted user, please complete all of the information below. Issues with incomplete information will be marked as Needs Info
to help our small team prioritize bug fixes.
- Self hosted app commit SHA (find in user menu): sha-e6b69c1f5c4422299bd4f119fa8ea22da51b498f
- I have confirmed that my app's commit is the latest version of MaybeTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Where are you hosting?
- RenderDocker ComposeUmbrelOther (please specify)To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Bug description
When setting up the account and selecting country or any dropdown, the dropdown is light mode and is impossible to read.
I assume the UI got my system preferences and automatically set up dark mode.
To Reproduce
(Precondition) Set up system preferences to dark mode.
- Set up a fresh Maybe instance (using docker compose)
- Go to http://localhost:3000/registration/new
- Enter email and password
- Click setup account
- Select Country dropdown
The dropdown will be white and unreadable.
Expected behavior
Dropdown should match the dark mode theme.
Screenshots and/or recordings
Metadata
Metadata
Assignees
Labels
ℹ️ Needs infoFurther information is requestedFurther information is requested
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
zachgoll commentedon May 2, 2025
@xBlaz3kx we're using native HTML inputs here, which should be entirely controlled by your OS level dark/light mode preference; not the dark/light mode preference you set in our app.
This appears to be a browser related issue because I'm not able to reproduce it in Safari or Chrome. Can you confirm:
xBlaz3kx commentedon May 2, 2025
I'm using Chrome on Linux, Version: 134.0.6998.88.
Just pulled commit
bc7e32deab8403c76f6611f53bbc6dfb65203527
, still the same issue.steven-s1508 commentedon May 4, 2025
Same issue for me using Firefox/139.0.
It's (not surprisingly) also in the profile settings, not just the registration.
zachgoll commentedon May 7, 2025
@xBlaz3kx @steven-s1508 I've pushed a potential fix for this.
Can you confirm if it worked for you? I'm unfortunately not able to reproduce what either of you are seeing on any of my browsers (Mac M1 OS)
2b2dfd0
xBlaz3kx commentedon May 7, 2025
@zachgoll Looks like your fix has resolved the issue 🥳 Thanks!