gui/components/Home

The Home composer — a focused two-pane prompt workspace. The left pane is the building-block cloud (keywords, lists, expansions, blocks); the right pane hosts the reusable PromptComposer prompt box (with all its bells and whistles) above the generated-prompt list.

Image generation is back (per the active provider: api-tier renders into the Gallery; the syntax tier copies a formatted prompt). Still removed (see notes/plans/removed-pending-readd.md): 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, blocks); the right pane hosts the reusable PromptComposer prompt box (with all its bells and whistles) above the generated-prompt list.

    Image generation is back (per the active provider: api-tier renders into the Gallery; the syntax tier copies a formatted prompt). Still removed (see notes/plans/removed-pending-readd.md): presets and the Normal/Anime style toggle (the anime word lists mix SFW + explicit adult tags and need a proper split first).

Source:

(require("gui/components/Home"))(props) → {JSX.Element}

Description:
  • The compose workspace.

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

The current settings.

setSettings function

Update the settings.

onOpenImage function <optional>

Open a generated image (by served path) in the single view.

Returns:
Type
JSX.Element