feat(components): add CustomAmountEditor, bump to 0.2.0 #1
Reference in New Issue
Block a user
Delete Branch "feat/custom-snooze-duration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Extract the shared presets-plus-Custom editor card into a reusable, presentational component: CustomAmountEditor (tonal card, optional unit toggle, amount field + live preview + confirm). Callers own amount/unit state and supply preview/confirmEnabled/labels, so the component carries no units, ranges or strings. Empty unitLabels = amount-only editor. Bumps version 0.1.0 -> 0.2.0 (no release tag yet). Consumed by calendula PR feat/custom-snooze-duration, which re-pins the submodule to this branch.