arunbandari / mongo-gui

A web-based MongoDB graphical user interface
http://20.106.238.56:4321/
MIT License
279 stars 84 forks source link

Update collections and databases #26

Open mariusrak opened 3 years ago

mariusrak commented 3 years ago

When an collection is added, there is no way to see the change except reloading the interface, reload on databases would be useful.

arunbandari commented 3 years ago

@mariusrak The side nav automatically gets reloaded whenever a new database or collections is added, isn't that happening?

and we do have an option to reload the side nav manually: image

mariusrak commented 3 years ago

Then this is an issue of UX/design. It seems like this button is somehow related to searching. Ith should be separated from the search field.

mariusrak commented 3 years ago

And no, it does not get automatically reloaded when new collection is added. I mean when it appears in database, not when it is added through Mongo GUI.

arunbandari commented 3 years ago

@mariusrak Oh, I thought that the side nav isn't getting reloaded on adding a database from Mongo GUI.

So, things to do: