diff --git a/2024-06-03.mdx b/2024-06-03.mdx index fc00865..d1563ce 100644 --- a/2024-06-03.mdx +++ b/2024-06-03.mdx @@ -6,13 +6,17 @@ date: 6-3-2024 **UI improvements** -You might have noticed already, but we've been beautifying the UI in the past weeks. For example, check out this empty state page for a new database: 🤩 +The UI Playground now supports running multiple statements at once. This was a highly requested feature that will make it easier to run scripts in the Playground. -![Empty state for the new database page](/images/2024-06-03-empty-state.png) + Other UI improvements: -* The Playground now supports running multiple statements at once. * The branch selector got an upgrade and now works better with looooong branch names. * Fixed using `now()` as a default value for date columns. diff --git a/images/2024-06-03-empty-state.png b/images/2024-06-03-empty-state.png deleted file mode 100644 index f14016a..0000000 Binary files a/images/2024-06-03-empty-state.png and /dev/null differ diff --git a/images/playground_batch_sql.mp4 b/images/playground_batch_sql.mp4 new file mode 100644 index 0000000..2a35450 Binary files /dev/null and b/images/playground_batch_sql.mp4 differ