tryabby / abby

Open-Source Feature Flags, Remote Config & A/B Tests for Developers ⛳🧪
https://www.tryabby.com
GNU Affero General Public License v3.0
143 stars 19 forks source link

BUG: UI Issue with Buttons Becoming Unclickable After Updating Feature Flag Description #117

Closed simonorzel26 closed 7 months ago

simonorzel26 commented 7 months ago

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

  1. Navigate to the Abby UI in the local development environment.
  2. Create a new feature flag using the standard creation process.
  3. Update the description of the newly created feature flag.
  4. 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

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.