Skip to content

Commit

Permalink
chore: minor enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljkrb committed Sep 19, 2024
1 parent 82c8bd9 commit ec76ab7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/pages/console/basics/interface-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ Upon visiting Developer Console for the first time, users are presented with a f

## Tabs

Tabs are at the foundation of how users interact with and navigate through Developer Console; Each tab is rendered at the top of the UI, and are displayed at all times:
Tabs are fundamental to how users interact with and navigate through Developer Console. Each tab is rendered at the top of the UI and is displayed at all times.

![Interface Tabs](/png/interface-overview/interface-tabs.png)

A tab can host a specific task or connect to a specific chain. Users can create multiple tabs to work on different tasks or connect to different chains simultaneously. Each tab is independent and represents a separate connection to a specific chain.

Tabs include the following features:
- Auto connect: A tab can connect to its chains automatically upon subsequent visits to the console.
- Click and drag to re-order a tab.
- Horizontal scrolling on window overflow.
- Right click to open a context menu for quick-actions.
- Close tab: Disconnect from the chain(s) associated with the tab, and close the tab.
* **Auto connect**: A tab can connect to its chains automatically upon subsequent visits to the console.
* **Reordering**: Click and drag to re-order tabs.
* **Scrolling**: Horizontal scrolling on window overflow.
* **Quick actions**: Right-click to open a context menu for quick actions.
* **Close tab**: Disconnect from the chain(s) associated with the tab and close the tab.

## Chain Directory

Expand All @@ -43,7 +43,9 @@ The displayed directory may change based on the active page of the tab. The prev

## Connecting to a Chain

Pressing the __Connect__ button associated with a chain will open a list of RPC providers to choose from. Once an RPC provider is selected, the tab will connect to the chain (or chains) automatically.
1. Press the **Connect** button associated with a chain to open a list of RPC providers.
2. Choose an RPC provider from the list.
3. The tab will automatically connect to the selected chain(s).

![Connect to RPC Provider](/png/interface-overview/connect-rpc-providers.png)

Expand Down

0 comments on commit ec76ab7

Please sign in to comment.