You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: databases tree view (#245)
* feat(client): adapt the client to handler database-less connections
* feat(connection): add the change to make the database param non-mandatory
* feat(client): update the database implementations to be complaint with databaseQuerier interface
* feat(tui): refactor the tui to handler connection without the database
* fix(pkg): address ccoVeille comments Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
* docs(readme): add instructions on how to use new tree view
fix: fix broken ux (#244)
* fix(tui): fix pagination
* fix(tui): fix table list interaction by returning the previous behavior before the port to tview