aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/forms.ts (follow)
Commit message (Collapse)AuthorAgeLines
* Update getForm to return form with ancillary dataGravatar Joe Banks2025-08-08-1/+15
|
* Add submitted_text field to formGravatar ks1292021-01-21-1/+2
|
* Fixes Model Casing Gravatar Hassan Abouelela2021-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 FetchingGravatar Hassan Abouelela2021-01-04-22/+7
| | | | | | Fetches forms from the backend to be displayed. Signed-off-by: Hassan Abouelela <[email protected]>
* Updates ModelsGravatar Hassan Abouelela2021-01-04-1/+8
| | | | | | Changes the models to match the backend. Signed-off-by: Hassan Abouelela <[email protected]>
* Fixes Preexisting Linting IssuesGravatar Hassan Abouelela2021-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 APIGravatar ks1292020-12-14-21/+4
|
* Update form interface and add featuresGravatar ks1292020-12-13-11/+18
|
* Update the forms API wrapper to fetch a specific formGravatar Joe Banks2020-10-05-2/+30
|
* Update form properties to mirror those in the form listing componentGravatar Joe Banks2020-09-30-4/+4
|
* Update description of form listingGravatar Joe Banks2020-09-30-2/+2
|
* Add dummy form data for fetching form listingsGravatar Joe Banks2020-09-30-0/+25