Quick Info Widget - Right-side Panel Help and Information
The right side help panel is a great place to help users find information. It is better than ColumnSQL because:
- It is better optimized for performance
- It can show much more information
- It can be formatted with HTML to show status or conditions
- It can be accessed in both grid and detail views
- The groups can be expanded or minimized
Collapsible Section
<details><summary>This part is clickable</summary>
Everything below it is hidden by default
Then when the visitor clicks the Summary
It reveals everything below it
You can include text, lists, images, etc.
</details>
Progress Bar
<progress max="100" value="{0}"></progress>
References
Examples
Original ticket with example of Zoom (updated zoom)