-
Notifications
You must be signed in to change notification settings - Fork 509
Closed
Labels
Milestone
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
We have several issues at the moment which makes it very hard to find the correct spot to do some things.
- NewMessageForm is ~1k lines and not maintainable anymore, but also it contains a lot of features that could just be split into new subcomponent
- Extract modal with file template picker
- AdvancedInput should die in favor of RichContentEditable Replace custom component with new RichContenteditable #4333
- MessagePart/Poll.vue contains the Modal, but should only be the card/Button - feat(Poll): live polls pop-ups during the call #11448
- Voting/result modal should be a new component containing the logic and not be part of a MessagePart component.
- Settings dialog has so many different sections we should group them by usecase (why is guests and meetings so far apart?)
- Also renaming should be moved inside
marcoambrosini