📄️ AdvancedAppLauncher Component
To enable the advanced app launcher you must install a custom Toolbar component: yarn template Toolbar.
📄️ AppLauncher Component
The AppLauncher component is a menu accessible from the toolbar that allows users to launch favorite components.
📄️ Authentication
To install, run yarn template Authentication
📄️ Dialogs
Dialogs are a way to collect user input. There are four different ways you can configure for users to interact with dialogs within Finsemble:
📄️ Linker
The WindowTitleBar component launches the Linker component when an end user clicks on the linker icon in their app's window header. After it launches, users can select FDC3 channels to activate for that app. The active channels for an app are color-coded in the app's window header.
📄️ NonConfiguredComponent
Finsemble expects to find configuration for every app a user wants to open. However, sometimes that configuration is missing. If this is the case, we provide a special built-in component called NonConfiguredComponent. Finsemble displays this component when it can't find the configuration for an app that a user is trying to open, or if it expects an app service that didn't launch.
📄️ ProcessMonitor
The ProcessMonitor component provides resource metrics such as CPU and memory.
📄️ SystemTrayComponent
To install, run yarn template SystemTrayComponent
📄️ Toolbar component
To install, run yarn template Toolbar
📄️ UserPreferences
To install, run yarn template UserPreferences
📄️ WindowTitleBar
To install, run yarn template WindowTitleBar.