When clicking a database name in the navigation frame, the database should expand at least one level to show the names of tables or the "Tables" and "Views" submenus. Perhaps, even, Tables and Views should be expanded by default.
My preference would be to return to the 3.x functionality where the database and its tables were all you see in the nav list once a database is selected. Access to other databases was achieved through a drop-down menu.
I'd also add the strong need to do this when using a database via a query switch (e.g. "pma/?db=somedb).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2013-07-13
It´s very unusable to expand the table tree every time. I would love to see an option to auto expand the table tree and see the other databases in a dropdown at the top of the navigation just like in 3.x.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Gave a try implementing this feature, see https://github.com/zixtor/phpmyadmin/commits/QA_4_0
For now, I am also collapsing the previously expanded database, as to normally have a single open visible database, unless the user otherwise opens multiple.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This should also expand when a user switches databases via the "use" command.
+1 here. +2, in fact.
My preference would be to return to the 3.x functionality where the database and its tables were all you see in the nav list once a database is selected. Access to other databases was achieved through a drop-down menu.
I'd also add the strong need to do this when using a database via a query switch (e.g. "pma/?db=somedb).
It´s very unusable to expand the table tree every time. I would love to see an option to auto expand the table tree and see the other databases in a dropdown at the top of the navigation just like in 3.x.
+1
Please turn back a database dropdown in the navigation just like in 3.x.
Last edit: eddi13 2013-07-22
Gave a try implementing this feature, see https://github.com/zixtor/phpmyadmin/commits/QA_4_0
For now, I am also collapsing the previously expanded database, as to normally have a single open visible database, unless the user otherwise opens multiple.
+1
In 3.5 it was better. Please integrate it in version 4, too.
THANKS
Implemented in QA_4_0 with some other changes too, and merged to master.