Improve full screen mode for Rich Text Editor #7577
Labels
A-Rich-Text-Editor
Issues with the new rich text editor, also known as the WYSIWYG editor
O-Frequent
Affects or can be seen by most users regularly or impacts most users' first experience
S-Major
Severely degrades major functionality or product features, with no satisfactory workaround
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements
Your use case
What would you like to do?
Improve the UI and UX of the full screen mode for the Rich Text Editor.
Why would you like to do it?
The current implementation was provisional, as we had a tight deadline on delivering it. However, it does not match the designs and added unneeded complexity to
TimelineFragment
andRichTextComposerLayout
, now having several constraint sets for the same layout.How would you like to achieve it?
Use a custom
BottomSheetBehavior
implementation that resizes its contents and implementing missing designs.Have you considered any alternatives?
CoordinatorLayout
. This might make the implementation simpler at the cost at making it more difficult to re-use.Additional context
No response
Are you willing to provide a PR?
Yes
The text was updated successfully, but these errors were encountered: