This PR addresses the issue where the feedback dialog remains visible after submission, preventing users from accessing the end of the sidebar on some pages(for example https://wiki.gpac.io/Filters/filters_general)
Changes
Made feedback widget auto-hide after submission
Minimized widget vertical footprint with horizontal layout
Before/After
Before
Feedback dialog remained visible after submission
Dialog blocked access to bottom sidebar items
Large vertical space consumption
After
Dialog automatically disappears after feedback submission
Fixes #27 - Feedback dialog blocking sidebar access
Resolves https://github.com/gpac/wiki/issues/27
Description
This PR addresses the issue where the feedback dialog remains visible after submission, preventing users from accessing the end of the sidebar on some pages(for example https://wiki.gpac.io/Filters/filters_general)
Changes
Before/After
Before
After