Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix weekday selection and quick link to get disabled #694

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

devmount
Copy link
Collaborator

Description of the Change

  • Add the ability to be disabled for BubbleSelect
  • Fix the quick link field to get disabled on schedule deactivation

image

image

Context

I also added the changes to a corresponding PR in services-ui:
thunderbird/services-ui#4

Applicable Issues

Closes #686

@devmount devmount self-assigned this Sep 26, 2024
@@ -167,6 +167,7 @@ const onChange = () => {
overflow: hidden;
max-width: 40%;
text-wrap: nowrap;
z-index: 1;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some weird reason the prefix element gets hidden behind the input as soon as that gets disabled 🤷🏻

Comment on lines -875 to -878
.bubble-select {
gap: .25rem;
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is handled by the BubbleSelect component itself now and hence not needed anymore.

@devmount devmount merged commit 70ebe3f into main Sep 27, 2024
4 checks passed
@devmount devmount deleted the bugs/686-disabled-fields branch September 27, 2024 07:34
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.

Some fields are editable while schedule is deactivated
2 participants