You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new block is created in the documentation editor, there is currently no visual feedback indicating its presence, especially when the block is empty. This makes it challenging for users to identify newly created blocks.
Proposed Solution:
Implement a border around newly created or empty blocks to provide immediate visual feedback. The border should be hidden once the block contains content, ensuring that users can easily identify new additions without cluttering the interface.
Steps to Reproduce:
Open the documentation editor.
Create a new block (leave it empty).
Observe that there is no border or visual indication of the new block's presence.
Expected Behavior:
Upon creating a new or empty block, a border should appear around it, making it easily identifiable.
Once the block is filled with content, the border should disappear.
Additional Information:
This issue has been noted in other contexts, such as the visibility of borders in empty group blocks, which are intended for decorative purposes but lack clear visual feedback in the front-end display. Implementing this feature could enhance user experience significantly by providing clear visual cues during block creation while maintaining a clean interface as content is added.
The text was updated successfully, but these errors were encountered:
Yeah, borders is one way. I think the main issue is its very hard to see a new block is added or not.
Another more subtle option could be having a placeholder text. Or having a subtle background color for new blocks.
I think placeholder text might give a more clean look to the editor and still solve the issue
Placeholder is the best option, i agree, and just having the cursor autofocus and blink in this new block should do it.
Though still showing all the placeholders might not be right, I think autofocus + placeholder only when the user focuses on the block would be best.
Description:
When a new block is created in the documentation editor, there is currently no visual feedback indicating its presence, especially when the block is empty. This makes it challenging for users to identify newly created blocks.
Proposed Solution:
Implement a border around newly created or empty blocks to provide immediate visual feedback. The border should be hidden once the block contains content, ensuring that users can easily identify new additions without cluttering the interface.
Steps to Reproduce:
Expected Behavior:
Additional Information:
This issue has been noted in other contexts, such as the visibility of borders in empty group blocks, which are intended for decorative purposes but lack clear visual feedback in the front-end display. Implementing this feature could enhance user experience significantly by providing clear visual cues during block creation while maintaining a clean interface as content is added.
The text was updated successfully, but these errors were encountered: