janvi01 / sql-editor

A web-based application that provides a SQL editor to run queries and display results.
https://sql-editor-online.vercel.app/
MIT License
9 stars 17 forks source link

feat: added toast for run succesfull query #44

Closed prash240303 closed 9 months ago

prash240303 commented 10 months ago

Description

Related issue(s)

feat #37
vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sql-editor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 16, 2023 10:14am
janvi01 commented 10 months ago

@prash240303 kindly rebase and resolve the conflicts.

The toast also occurs when loading the site for the first time. It should occur only when query is being run.

Screenshot 2023-11-07 at 11 39 40 AM
prash240303 commented 10 months ago

fixed it