gristlabs_grist-core/app/client
Dmitry S 0b1aa22ad9 (core) Ask the user some questions after they sign up and set their name.
Summary:
- Add a /welcome/info endpoint, to serve a page after /welcome/user
- Add a new forms module to factor out the styles that feel more natural for a web form.
- Simplify form submission using JSON with a BaseAPI helper.
- The POST submission to /welcome/info gets added to a Grist doc, using a
  specialPermit grant to gain access. A failure (e.g. missing doc) is logged
  but does not affect the user.

Test Plan: Added a test case.

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D2640
2020-10-15 23:36:00 -04:00
..
components (core) Improve printing of tables, fix printing of charts, add a browser test. 2020-10-12 16:04:18 -04:00
lib (core) Ask the user some questions after they sign up and set their name. 2020-10-15 23:36:00 -04:00
models
ui (core) Ask the user some questions after they sign up and set their name. 2020-10-15 23:36:00 -04:00
ui2018
widgets
app.css
app.js
declarations.d.ts
exposeModulesForTests.js
logo.css
tsconfig.json