Geogi / web-pg-designer

A POC of an Electron-based (with ReactJS) PostgreSQL graphical database manager.
0 stars 0 forks source link

Reduce number of actions #13

Closed Geogi closed 4 years ago

Geogi commented 4 years ago

There are many actions that could be joined in a single, parameterized action. This would clean up the code a bit.

For example:

  1. show / hide actions for the menu drawer or the relation add modal.
  2. all the navigate actions.