-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add two pane view to calendar panel #18286
Conversation
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.
Yes, I think we do, especially if we are going to move controls to the right side of the top bar |
Co-authored-by: Paul Bottein <[email protected]>
03855ea
to
bc843a8
Compare
@@ -52,10 +52,12 @@ | |||
"@lezer/highlight": "1.1.6", | |||
"@lit-labs/context": "0.4.1", | |||
"@lit-labs/motion": "1.0.4", | |||
"@lit-labs/observers": "2.0.1", |
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.
FYI, this introduced a duplicate of @lit/reactive-element
(bumping it to the next major version).
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.
Adjusted in #18484
Proposed change
Intoduces a two pane view, that turns into a 1 pane view on narrow screens:
On mobile the header becomes a drop down menu that allows to pick the calendars that you want to show:
Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: