mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-06 08:12:30 +08:00
* Add success toast after saving diagram * fix: correct save toast placement * Changes made: 1. Added i18n support 2. Fixed the issue where the save toast was running only once * fix: show toast after download completes, not when dialog opens Move toast from handleDrawioSave (dialog open) to saveDiagramToFile (after download). Also restore the duplicate-save guard that was removed. --------- Co-authored-by: Biki Kalita <86558912+Biki-dev@users.noreply.github.com> Co-authored-by: dayuan.jiang <jdy.toh@gmail.com>