aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ErrorMessage.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Improve ErrorMessage InterfaceGravatar Hassan Abouelela2022-07-01-5/+6
| | | | | | | Unify the string and element types on the interface to clarify they are mutually exclusive. Signed-off-by: Hassan Abouelela <[email protected]>
* Style ChangesGravatar Hassan Abouelela2022-07-01-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Allow More Customization In Error MessageGravatar Hassan Abouelela2022-07-01-2/+13
| | | | | | | | Add transitions to the error message component, and allow more flexibility by allowing the caller to specify the inner component of the message. Signed-off-by: Hassan Abouelela <[email protected]>
* Set z-index and position for error message CSSGravatar ks1292021-02-08-0/+2
|
* Fix CSS visibilty attributeGravatar ks1292021-02-08-1/+1
| | | Co-authored-by: Hassan Abouelela <[email protected]>
* Toggle visibility instead returning null when no error should be shownGravatar ks1292021-02-05-10/+7
|
* Merge branch 'forms-submitting' of ↵Gravatar ks1292021-01-21-1/+1
|\ | | | | | | https://github.com/python-discord/forms-frontend into forms-submitting
| * Add space to union both sidesGravatar ks1292021-01-21-1/+1
| | | | | | Co-authored-by: Hassan Abouelela <[email protected]>
* | Use relative unitsGravatar ks1292021-01-21-3/+3
|/
* Change ErrorMessage CSS propertiesGravatar ks1292021-01-18-2/+2
|
* Create new ErrorMessage component for showing field error messagesGravatar ks1292021-01-18-0/+25