In the Abby UI, there is a consistent issue where, after creating a feature flag and then updating its description, all buttons within the UI become unclickable. This behavior prevents any further interaction with the UI until the page is refreshed.
Steps to Reproduce
Navigate to the Abby UI in the local development environment.
Create a new feature flag using the standard creation process.
Update the description of the newly created feature flag.
After the description update, attempt to click any button within the UI (e.g., save, cancel, delete).
Expected Behavior
After updating the description of a feature flag, all UI buttons should remain clickable and functional, allowing the user to continue interacting with the UI without any hindrance.
Actual Behavior
Once the description of a feature flag is updated, all buttons within the UI become unclickable. This issue persists until the page is refreshed manually.
Environment
Browser: Chrome Version 122.0.6261.129 (Official Build) (arm64)
Operating System: Apple M2 Pro 13.3.1
Local development environment setup using the README installation guide.
Additional Information
No console errors are observed when the buttons become unclickable.
The issue is reproducible consistently following the steps mentioned.
Suggested Next Steps
Investigate the event handlers associated with the description update process.
Check for any JavaScript errors or state management issues that might be causing the UI to become unresponsive.
This issue template provides a structured way to report the problem you're experiencing, focusing on clear reproduction steps, expected vs. actual behavior, and detailed environment information. Adjust the "Operating System" and add any additional details specific to your project's context.
Description
In the Abby UI, there is a consistent issue where, after creating a feature flag and then updating its description, all buttons within the UI become unclickable. This behavior prevents any further interaction with the UI until the page is refreshed.
Steps to Reproduce
Expected Behavior
After updating the description of a feature flag, all UI buttons should remain clickable and functional, allowing the user to continue interacting with the UI without any hindrance.
Actual Behavior
Once the description of a feature flag is updated, all buttons within the UI become unclickable. This issue persists until the page is refreshed manually.
Environment
Additional Information
Suggested Next Steps
This issue template provides a structured way to report the problem you're experiencing, focusing on clear reproduction steps, expected vs. actual behavior, and detailed environment information. Adjust the "Operating System" and add any additional details specific to your project's context.