light_mode
dark_mode

Web Client

The web client is the web UI in the browser with panel list, panels, and singled out slots. If you open the URL of a Boomack Server in the browser, you see the panel list. From there you can navigate to the panels. From a panel you can navigate back to the panel list with the home button in the panel header. Additionally, you can single-out a slot with the single-out button, if its toolbar is visible. That opens the slot in a new browser tab without the panel header or other slots.

Web Client URLs

Query Parameters

When creating bookmarks or opening a Boomack panel/slot with a script, you can add query parameters to the URLs to adjust the appearance and behavior of the panel/slot.

Theme

The color theme.

Example: http://127.0.0.1:3000/panels/default?theme=iron

Zoom

A page wide CSS scale transformation.

Example: http://127.0.0.1:3000/panels/default?zoom=1.5

Header

A switch to hide the panel header. Can not show the header, if it is hidden in the panel layout.

Example: http://127.0.0.1:3000/panels/default?header=0

Logo

A switch to hide the logo in the panel header. Can not show the logo, if it is hidden in the panel layout.

Example: http://127.0.0.1:3000/panels/default?logo=0

Header Tools

A switch to hide the toolbar in the panel header. Can not show the tools, if they are hidden in the panel layout.

Example: http://127.0.0.1:3000/panels/default?header-tools=0

Slot Toolbars

A switch to hide all slot toolbars in a panel. Can not show toolbars, which are hidden in the slot definition.

Example: http://127.0.0.1:3000/panels/default?toolbars=0

A switch to hide the toolbar of an individual slot. Can not show the toolbar, if it is hidden in the slot definition.

Example: http://127.0.0.1:3000/panels/default/slots/main?toolbar=0

Slot Tools

A switch to hide all tool buttons from the slot toolbars.

Example: http://127.0.0.1:3000/panels/default?tools=0

Update Mode

The update mode for a panel or slot.

The modes have the following meaning:

Example: http://127.0.0.1:3000/panels/default/slots/default?update=always

Offline

Simulate rendering for export. Deactivates all interactive tools and the connection to the Boomack Server.

Example: http://127.0.0.1:3000/panels/default?offline=1