PersonaFlow / agentstack

A platform for building configurable, database-backed generative AI agentic assistants.
MIT License
14 stars 0 forks source link

BUG: AssistantBuilder - Disable Save #203

Closed krishokr closed 2 days ago

krishokr commented 2 months ago

Overview

Save should be disabled after an assistant is edited.

We also want to update the button style to change background to opacity rather than bg to transparent on hover.

Reproduce

  1. Select an assistant to edit.
  2. Make some edit to the assistnat.
  3. Select the Save button.
  4. Save should be disabled since the updated data should now reflect persisted data.

https://github.com/user-attachments/assets/af4db687-e47d-4a35-bc79-bcd79a525f9e

krishokr commented 2 days ago

Fixed