simonw / django-sql-dashboard

Django app for building dashboards using raw SQL queries
https://django-sql-dashboard.datasette.io/
Apache License 2.0
437 stars 37 forks source link

Move the list of tables to a sidebar #63

Closed simonw closed 3 years ago

simonw commented 3 years ago

They're ugly and difficult to navigate at the moment.

Django_SQL_Dashboard
simonw commented 3 years ago

The problem with having them in the sidebar is that often we'll have wide results tables, so taking up space in the side isn't great.

Instead, I'm going to turn these into a more readable multi-column list, but place it at the bottom of the page.

That will leave the top of the page free for contextual help, suggested queries and suchlike.

simonw commented 3 years ago

I moved these to the footer (as a two column list) in b92b76aa1d6f69e977679ced5106f19b2a155660

Django_SQL_Dashboard