web-app/components/Home

The Home composer — a focused two-pane prompt workspace. The left pane is the building-block cloud (keywords, lists, expansions, dynamic prompts); the right pane is an editor-style composer: a prompt box that fills its space with a rotating random suggestion, a compact action toolbar (generate / random / clear / save / share), inline save + share panels, and the generated-prompt list.

Temporarily removed (see notes/plans/removed-pending-readd.md): image generation, the chaos knob, presets, and the Normal/Anime style toggle (the anime word lists mix SFW + explicit adult tags and need a proper split first).

Description:
  • The Home composer — a focused two-pane prompt workspace. The left pane is the building-block cloud (keywords, lists, expansions, dynamic prompts); the right pane is an editor-style composer: a prompt box that fills its space with a rotating random suggestion, a compact action toolbar (generate / random / clear / save / share), inline save + share panels, and the generated-prompt list.

    Temporarily removed (see notes/plans/removed-pending-readd.md): image generation, the chaos knob, presets, and the Normal/Anime style toggle (the anime word lists mix SFW + explicit adult tags and need a proper split first).

Source:

(require("web-app/components/Home"))(props) → {JSX.Element}

Description:
  • The compose workspace.

Source:
Parameters:
Name Type Description
props object
Properties
Name Type Description
settings object

The current settings.

setSettings function

Update the settings.

Returns:
Type
JSX.Element