Skip to content

Commit 18d0f44

Browse files
committed
docs(sidebar): screenshots of other-schema results in Open Quickly and the sidebar filter
1 parent 0770dbc commit 18d0f44

6 files changed

Lines changed: 10 additions & 0 deletions

docs/features/connection-window.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ The filter field matches any part of a name, so `sheet` finds `timesheet`. How f
9797

9898
A schema whose tables have not been read yet stays in the tree, collapsed, until they arrive.
9999

100+
<Frame caption="The List layout filtered by timesheet">
101+
<img className="block dark:hidden" src="/images/sidebar-filter-other-schemas.png" alt="Sidebar with timesheet in public at the top, and attendance and payroll below it, each opened to its timesheet table" />
102+
<img className="hidden dark:block" src="/images/sidebar-filter-other-schemas-dark.png" alt="Sidebar with timesheet in public at the top, and attendance and payroll below it, each opened to its timesheet table" />
103+
</Frame>
104+
100105
Type a dot to filter by schema. `attendance.time` keeps the objects in `attendance` whose names contain `time`, `attendance.` shows everything in `attendance`, and `shop.attendance.time` names the database too. A table whose own name holds a dot, such as `audit.events`, still matches when you type that name. [Open Quickly](/features/open-quickly#other-schemas) takes the same form with fuzzy matching.
101106

102107
## The trailing pane

docs/features/open-quickly.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ Opening a table or view opens a table tab, a database or schema switches the con
4444

4545
A table outside the schema the sidebar is browsing shows its schema at the end of the row, `attendance` or `attendance · View`, and keeps it while selected. Opening it leaves the connection on the schema it was browsing.
4646

47+
<Frame caption="One name in three schemas, the browsed one first">
48+
<img className="block dark:hidden" src="/images/quick-switcher-other-schemas.png" alt="Open Quickly searching timesheet, with rows for public, attendance and payroll" />
49+
<img className="hidden dark:block" src="/images/quick-switcher-other-schemas-dark.png" alt="Open Quickly searching timesheet, with rows for public, attendance and payroll" />
50+
</Frame>
51+
4752
Type a dot to search by where a table lives:
4853

4954
| Search | Finds |
69.7 KB
Loading
70.8 KB
Loading
290 KB
Loading
287 KB
Loading

0 commit comments

Comments
 (0)