Hexabot icon indicating copy to clipboard operation
Hexabot copied to clipboard

fix(ui): fix deletion issue for topmost quick reply

Open Osho957 opened this issue 5 months ago • 4 comments

Motivation

This PR fixes an issue with the deletion functionality for the topmost quick reply in the UI. The bug was causing the quick reply at the top of the list not to be removed correctly, potentially affecting the user experience.

Fixes #15

Type of change

Please delete options that are not relevant.

  • [x] Bug fix (non-breaking change which fixes an issue)

Checklist:

  • [x] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation (Storybook)
  • [ ] I have added unit tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes

ScreenRecording with updated functionality

https://github.com/user-attachments/assets/ecc5bb3c-6fe8-422f-9847-27105a900921

Osho957 avatar Sep 16 '24 12:09 Osho957