-
Notifications
You must be signed in to change notification settings - Fork 88
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
Properly style timezone select in NcDatetimePicker #4014
Merged
raimund-schluessler
merged 2 commits into
master
from
fix/noid/datepicker-timezone-select
Apr 27, 2023
Merged
Properly style timezone select in NcDatetimePicker #4014
raimund-schluessler
merged 2 commits into
master
from
fix/noid/datepicker-timezone-select
Apr 27, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raimund-schluessler
added
bug
Something isn't working
2. developing
Work in progress
feature: datepicker
Related to the date/time picker component
labels
Apr 27, 2023
raimund-schluessler
requested review from
ChristophWurst,
jancborchardt,
artonge,
skjnldsv,
Pytal and
hamza221
April 27, 2023 09:31
raimund-schluessler
added
3. to review
Waiting for reviews
and removed
2. developing
Work in progress
labels
Apr 27, 2023
Signed-off-by: Raimund Schlüßler <[email protected]>
raimund-schluessler
force-pushed
the
fix/noid/datepicker-timezone-select
branch
from
April 27, 2023 09:34
5e4286e
to
567baef
Compare
artonge
approved these changes
Apr 27, 2023
nimishavijay
previously requested changes
Apr 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Raimund Schlüßler <[email protected]>
ChristophWurst
approved these changes
Apr 27, 2023
hamza221
approved these changes
Apr 27, 2023
raimund-schluessler
dismissed
nimishavijay’s stale review
April 27, 2023 12:44
Changes requested where implemented.
raimund-schluessler
added
the
design
Design, UX, interface and interaction design
label
Apr 27, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3. to review
Waiting for reviews
bug
Something isn't working
design
Design, UX, interface and interaction design
feature: datepicker
Related to the date/time picker component
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adjusts the styling of the timezone-picker popover to align with the
NcActions
component. It also fixes the timezone list being hidden behind the popover.Closes nextcloud/calendar#5143