-
Notifications
You must be signed in to change notification settings - Fork 442
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
📆 feat(meetings): Allow moderators to schedule a meeting #14074
base: main
Are you sure you want to change the base?
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.
Awesome!! Looks very cool!
Some questions from my end:
- is it not possible to set the end time too? Seems a bit odd that we can set only the start time, and it's also not so clear how long the event is
- will this be shown when you click on the top right "Next event" button in Talk? It would be nice to show the upcoming events in a popover along with a "schedule event" button, and show the schedule event section as a separate modal when you click on the button.
ae94cd2
to
9d605f4
Compare
Fine by me to add a second date-time picker |
9d605f4
to
049c08e
Compare
Yes, upon the click. Wasn't it decided here to return back to 'previous design' (dialog instead of popover)? #14008 (comment) |
@Antreesy your original list item design, but in a popover :) |
Maybe we do a quick call to align on it? I'm also quite confused at the moment :D |
Signed-off-by: Joas Schilling <[email protected]> Signed-off-by: Maksim Sukharev <[email protected]>
[skip ci] Signed-off-by: Maksim Sukharev <[email protected]>
cc5d62c
to
1e1bc75
Compare
v-model="selectedDateTimeStart" | ||
:label="t('spreed', 'Meeting start time')" | ||
type="datetime-local" /> | ||
<NcDateTimePickerNative id="schedule_meeting_input" |
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.
there is an option to enforce that end is > start
We should use it
</template> | ||
</NcSelect> | ||
<div class="calendar-meeting__flex-wrapper"> | ||
<NcDateTimePickerNative id="schedule_meeting_input" |
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.
there is an option to enforce that start is > now
☑️ Resolves
🖌️ UI Checklist
🖼️ Screenshots / Screencasts
🚧 Tasks
🏁 Checklist