Skip to main content

Module settings

Module settings 

Source
Expand description

The preferences, as the sidebar’s Settings section.

Four choices and nothing else, each shown as what it does: which end of the light/dark axis the page is drawn at, which base16 scheme the diagram is painted in — each card drawing a block and a wire in that scheme’s own colours — which face it is lettered in, each card lettered in it, and who its commits are attributed to.

Re-exports§

pub use Settings_completions::Component::Settings;

Structs§

FontCardProps 🔒
Properties for the FontCard component.
ModeCellProps 🔒
Properties for the ModeCell component.
NameProps 🔒
Properties for the Name component.
ProfileProps 🔒
Properties for the Profile component.
SchemeCardProps 🔒
Properties for the SchemeCard component.
SectionProps 🔒
Properties for the Section component.
SettingsProps
Properties for the Settings component.

Enums§

Holding 🔒
Whether a choice is the one the preferences hold.

Constants§

CARD 🔒
A choice shown as a card: a sample of what it does over its name.
HEADING 🔒
SEGMENT 🔒
The mode switch’s cells: the taken one raised off the track.
TAKEN_CARD 🔒
TAKEN_SEGMENT 🔒
TICK 🔒
The mark on the taken card.

Functions§

FontCard 🔒
A face as what it letters.
ModeCell 🔒
Props
Name 🔒
A card’s name, weighted and ticked when it is the one held.
Profile 🔒
Who this session’s work is attributed to. It reaches the session the moment it is typed — the identity is stamped on the next commit, not on the ones already written — so nothing has to be restarted for it to take.
SchemeCard 🔒
A scheme as what it paints: two blocks and the wire between them, in the scheme’s own ground, ink and accents.
Section 🔒
One heading and what sits under it.
Settings
Props