jetstream
jetstream copied to clipboard
Misc query improvements (count, dark mode, etc..)
Feedback from discord:
- Query editor shown in dark mode
- Be nice to have a tick box that says "Show Count" or something on the query editor
- Second if you do edit the query with Count() and then select more field names the Count() doesn't get removed
Maybe there is a separate feature to query just the count based on the existing query - results could be shown somewhere else without impacting the existing query.
https://discord.com/channels/246568944213819393/955492316116844595/1109120094719709274
Correction to #2
Be nice to have a tick box that says "Show Count" or something because the only way to do this is to edit the query.
Saw this and had an idea. But could be bad performance; but here it is.
When building the query have a button that says show count and that button returns the count. Thus not having to fully execute the query but just show number of records it would return I was also thinking as in real time to pull the count; hence my "Bad Performance" came into but that could be do able as well