Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update getForm to return form with ancillary data | 2025-08-08 | -1/+15 | |
| | ||||
* | Add submitted_text field to form | 2021-01-21 | -1/+2 | |
| | ||||
* | Fixes Model Casing | 2021-01-06 | -1/+1 | |
| | | | | | Changes the casing of the webhook enabled enum to fit with the other enums. Co-authored-by: ks129 <[email protected]> | |||
* | Implements Form Fetching | 2021-01-04 | -22/+7 | |
| | | | | | | Fetches forms from the backend to be displayed. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Updates Models | 2021-01-04 | -1/+8 | |
| | | | | | | Changes the models to match the backend. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Fixes Preexisting Linting Issues | 2021-01-03 | -4/+4 | |
| | | | | | | | Fixes all errors, and most warnings generated by eslint. Most were fixed by eslint automatically such as indentation and quotes. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Update getForms function to fetch data from API | 2020-12-14 | -21/+4 | |
| | ||||
* | Update form interface and add features | 2020-12-13 | -11/+18 | |
| | ||||
* | Update the forms API wrapper to fetch a specific form | 2020-10-05 | -2/+30 | |
| | ||||
* | Update form properties to mirror those in the form listing component | 2020-09-30 | -4/+4 | |
| | ||||
* | Update description of form listing | 2020-09-30 | -2/+2 | |
| | ||||
* | Add dummy form data for fetching form listings | 2020-09-30 | -0/+25 | |