69 Commits

Author SHA1 Message Date
Tara Z. Manicsic
b69b537288
chore: add Ben as contributor
Add Ben to contributor list of package.json
2022-03-04 13:48:36 -05:00
Tara Z. Manicsic
2755a39e5c
updates repo logo 2022-03-02 14:18:37 -05:00
Tara Z. Manicsic
d26228242d
Merge pull request #23 from netlify-templates/tzm/22/fixMobileLayout
fixes [#22]: addresses mobile layout issue
2022-03-02 13:45:05 -05:00
Tara Z. Manicsic
acd93fd605 changes min-width 2022-03-02 13:34:51 -05:00
Tara Z. Manicsic
928924da20
chore: spaces out bash scripts 2022-02-25 23:04:51 -05:00
Prince Wilson
fe722f62e2
Update package.json 2022-02-25 09:08:28 -05:00
Tara Z. Manicsic
7b0de3249d
fix: dependabot warnings 2022-02-23 22:30:01 -05:00
Tara Z. Manicsic
9166fb93b5 fixes dependabot warnings 2022-02-23 22:27:17 -05:00
Tara Z. Manicsic
4efa1ad2c5
Updates form section + moves redirects 2022-02-23 22:14:52 -05:00
Tara Z. Manicsic
dd5967afb3
refactor: improve static build 2022-02-23 15:27:51 -05:00
Ben Hong
9ca2f85ed3 fix: add form name 2022-02-23 10:41:15 -08:00
Ben Hong
a371e8d990 feature: add success page for form 2022-02-23 10:35:53 -08:00
Ben Hong
c2103218e2 config: remove axios dependency from lock file 2022-02-23 10:34:16 -08:00
Ben Hong
c104c47cd0 config: remove extra eslint file 2022-02-23 10:31:11 -08:00
Ben Hong
9999f34e7c config: add jsconfig for vetur 2022-02-23 10:31:00 -08:00
Ben Hong
98c3fa31f1 config: remove axios package 2022-02-23 10:30:46 -08:00
Ben Hong
2a8854d871 style: standardize component name 2022-02-23 10:30:16 -08:00
Ben Hong
652e8ccb7c refactor: remove named component 2022-02-23 10:29:49 -08:00
Ben Hong
87089d9efe refactor: remove custom confirmation page 2022-02-23 09:29:06 -08:00
Ben Hong
caacdcb9ad fix: remove static placeholder for form 2022-02-23 09:24:08 -08:00
Ben Hong
be902ad91f fix: add randomly missing action for form 2022-02-23 08:47:19 -08:00
Ben Hong
f2f4966c24
docs: fix capitalization 2022-02-23 08:42:12 -08:00
Ben Hong
13b45480e3
Merge pull request #13 from netlify-templates/chore/updateReadme
Add some details to the README
2022-02-23 08:40:58 -08:00
Ben Hong
04b42bb605
fix: update page route name
Co-authored-by: Tara Z. Manicsic <tzmanics@gmail.com>
2022-02-23 08:39:57 -08:00
Ben Hong
9429a3c1df
docs: update setup instructions
Co-authored-by: Tara Z. Manicsic <tzmanics@gmail.com>
2022-02-23 08:39:34 -08:00
Ben Hong
0330083b92
docs: improve clarity of setup instructions
Co-authored-by: Prince Wilson <maxcell.wilson@gmail.com>
2022-02-23 08:39:13 -08:00
Ben Hong
ed732e044c
docs: add logo
Co-authored-by: Tara Z. Manicsic <tzmanics@gmail.com>
2022-02-23 08:38:53 -08:00
Ben Hong
79d504f3bb
docs (#2): clarify the need for async keyword 2022-02-23 08:38:09 -08:00
Ben Hong
0168b22e4a
Merge pull request #14 from netlify-templates/2/fix-import
fix (#2): use directory to import static files
2022-02-23 08:31:47 -08:00
Ben Hong
5534179990 refactor (#2): separate static files from functions 2022-02-23 08:25:34 -08:00
Ben Hong
1af5c0702a fix (#2): add async keyword 2022-02-23 08:23:47 -08:00
Charlie Gerard
9e3286badb add some details to the README 2022-02-22 21:34:53 -08:00
Tara Z. Manicsic
310ec06ec7
feature: adds Netlify Function and documentation
feature (#2): add example of Nuxt serverless function
2022-02-22 21:55:19 -05:00
Tara Z. Manicsic
41a58dcb5c
Merge branch 'main' into 2/add-a-netlify-function 2022-02-22 21:54:23 -05:00
Tara Z. Manicsic
66a44e941e
removes extra dividers and adds syntax highlight 2022-02-22 21:18:17 -05:00
Tara Z. Manicsic
9b5fcf67f9
feature: adds Netlify Form documentation
Adds Netlify Form documentation
2022-02-22 21:16:04 -05:00
Tara Z. Manicsic
efc59f002a
adds honeypot attribute info 2022-02-22 20:56:39 -05:00
Tara Z. Manicsic
c69bbe3904
switches to shorter netlify honeypot syntax 2022-02-22 20:48:10 -05:00
Ben Hong
a8ab5bb0bb docs (#2): add Prince's documentation on forms to README 2022-02-22 17:26:51 -08:00
Ben Hong
b97970b0dc refactor (#2): rename form routing page to simple name 2022-02-22 17:24:18 -08:00
Ben Hong
a8bc204cf8 config (#2): remove multi-word rule enforcement on pages 2022-02-22 17:22:42 -08:00
Ben Hong
3ed9a2d57d feature (#2): add joke block component to home page 2022-02-22 17:22:13 -08:00
Ben Hong
07b9861415 feature (#2): add joke api endpoint 2022-02-22 17:14:07 -08:00
Ben Hong
06bd1e1dff config (#2): add esbuild configuration for serverless functions 2022-02-22 17:13:34 -08:00
Charlie
abb24c5273
Merge pull request #10 from netlify-templates/chore/updatePackageJson
Update fields in package.json
2022-02-22 14:41:33 -08:00
Prince Wilson
4dbdcadc0d fix: remove form name since hidden input field 2022-02-22 17:31:24 -05:00
Prince Wilson
e948fd3865 fix: Add visually-hidden bot-field input 2022-02-22 17:30:56 -05:00
Prince Wilson
7531888f98 chore: Add Netlify Forms documentation 2022-02-22 17:28:36 -05:00
Charlie Gerard
6dd8127e8d update fields in package.json 2022-02-22 14:00:07 -08:00
Tara Z. Manicsic
5fd5e9e7bf changes text area and lints 2022-02-22 01:24:49 -05:00