Module

FPO.Page.Admin.CreateGroup

Page for creating a new group.

This is a sub-page of the Administration page, accessed via the "Add" button on the Groups tab. It allows the user to specify a group name, description, and add members (with role selection) during group creation.

The member search bar shows a dropdown popover of addable users only when the input has focus (like a combobox / autocomplete). The first result is highlighted by default; pressing Enter adds it. Clicking a user also adds them. In both cases the popover dismisses and re-appears when the user types or clicks the input again. Clicking outside dismisses via a transparent overlay.

The current user (creator) is always added as Admin and shown with a minimal "(You · Admin)" label — no role toggle or remove button.

#component

component :: forall query output m. MonadStore Action Store m => MonadAff m => Navigate m => Component query Unit output m

Modules