In database login screen we'll add "Remember connection" checkbox. It'll add "remember" param to /api/connect. If true, we'll add this connection to bookmarks.json (in bookmarks.go).
We'll also show a list of remembered connections below login credentials (populated via /api/bookmarks). Selecting that connection will populate login info fields.
There's also a need to delete remembered connections.
We need an easy way to remember connections.
In database login screen we'll add "Remember connection" checkbox. It'll add "remember" param to /api/connect. If true, we'll add this connection to
bookmarks.json
(inbookmarks.go
).We'll also show a list of remembered connections below login credentials (populated via
/api/bookmarks
). Selecting that connection will populate login info fields.There's also a need to delete remembered connections.