feat(frontend): add confirmation modal before deleting a chat session (#362)#370
feat(frontend): add confirmation modal before deleting a chat session (#362)#370annukumar123 wants to merge 2 commits into
Conversation
|
@annukumar123 is attempting to deploy a commit to the Darshan's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@annukumar123 Good work! The confirmation modal looks clean and follows the shadcn pattern. However, a few things need to be fixed before merging:
Please update your branch ( @imDarshanGK Could you please approve the workflow and add the necessary labels when ready? Thanks. |
|
git checkout feature/chat-delete-confirmation-modal fix conflicts if anygit push origin feature/chat-delete-confirmation-modal |
|
@adikulkarni006 Thanks for the review! I have successfully merged the latest |
Description
Closes #362.
×) next to a chat session instantly triggeredonDeleteSession(s.id), wiping out the user's history from the local SQLite database without warning. This is prone to accidental clicks, especially on mobile devices.sessionToDeletecomponent state.Hackathon Association
ssoc,level-1) so it registers for leaderboard points.