yoichiro / chrome_mysql_admin

ChromeMyAdmin provides you the administration GUI of MySQL server. It is like phpMyAdmin, Sequel Pro.
https://www.eisbahn.jp/chrome_mysql_admin
Apache License 2.0
140 stars 33 forks source link

Confirm before rendering an ER diagram. #31

Closed igrep closed 9 years ago

igrep commented 9 years ago

Clicking the ER diagram button when opening a database with dozens of tables, it takes a long time for the app to calculate the relations of the tables to render. And the app doesn't accept any input during the caluculaation.

So I often get annoyed by clicking the ER diagram button by mistake. Especially when opening production database, I want to hold back the load to the database as much as possible.

Then, how about confirming when clicking the ER diagram button before rendering? I'll appreciate any other idea.

yoichiro commented 9 years ago

test this please

yoichiro commented 9 years ago

@igrep Can you change the contant name from "SHOW_ER_DIALOG" to "SHOW_ER_DIAGRAM"?

igrep commented 9 years ago

@yoichiro Sorry, I confused dialog and diagram :laughing: Anyway, fixed!

yoichiro commented 9 years ago

@igrep I have just released a new version 4.5.0 including this diff. Thank you for your contribution!

igrep commented 9 years ago

Thanks! I've confirmed the update now!