119 Commits

Author SHA1 Message Date
Yannick Musafiri
cd06ac2dd9
Merge branch 'master' into landing-page 2020-04-23 12:01:54 -07:00
karemarsy
a782395cda Add the template in the project
Added the template of landing page in the project and customise it
2020-04-23 19:35:31 +02:00
81d86315aa Merge branch 'form-submission-thank-you-page'
* form-submission-thank-you-page:
  Cleanup
  Remove testing page render
  Add icon svg on the submission thank you page
  Make codes more readable
  Make the submission thank you page vertically centered
  Fix the identation of codes
  Implement the submission thank you page
  Define a custom layout for submission thank you page
2020-04-22 21:00:34 +02:00
92cdd51c0d Cleanup 2020-04-22 20:58:51 +02:00
Yannick
efe6a916f1 Merge branch 'master' into form-submission-thank-you-page 2020-04-22 20:22:33 +02:00
Yannick
b9723be2fb Remove testing page render 2020-04-22 20:19:44 +02:00
karemarsy
139ae58906 Add icon svg on the submission thank you page
Added icon svg and animation
2020-04-22 20:13:24 +02:00
karemarsy
144fa22820 Make codes more readable 2020-04-21 13:29:45 +02:00
karemarsy
8f730854e1 Make the submission thank you page vertically
centered
2020-04-21 13:17:42 +02:00
karemarsy
4b8269b868 Fix the identation of codes
Making codes easier to read
2020-04-21 09:40:46 +02:00
karemarsy
d304db99db Implement the submission thank you page
Implementated the page of submission thank you
2020-04-20 19:14:42 +02:00
7a7a2e49b7 Submission table tweaks
smaller fontsize and use vertical scrolling for large tables
2020-04-20 11:51:10 +02:00
b8277a7023
Merge pull request #16 from bumi/forms-show-page
Add some styling classes in the table
2020-04-20 11:35:46 +02:00
0b33a5d981
Update app/views/forms/show.html.erb 2020-04-20 11:35:31 +02:00
Yannick
f2b264d787 Define a custom layout for submission thank you page 2020-04-20 11:06:52 +02:00
karemarsy
d3f6ff9ce3 Redesign the table 2020-04-20 10:44:33 +02:00
Yannick
5ce78138d2 Add link styling 2020-04-16 18:44:31 +02:00
Yannick
3b71f6b00f Fix table styling 2020-04-16 18:20:06 +02:00
Yannick
f91730bcd6 Merge branch 'master' into forms-show-page 2020-04-16 17:42:16 +02:00
3dcd7314d0 My english typing is so bad :) 2020-04-15 17:46:47 +02:00
c0064934e9
Merge pull request #14 from bumi/form-partial
Add form update
2020-04-15 15:32:23 +02:00
51e79f1502 Typo 2020-04-15 15:00:46 +02:00
47a4de735d Add Airtable demo 2020-04-15 14:53:33 +02:00
karemarsy
e26da7dfa5 Add some styling classes in the table 2020-04-15 13:05:21 +02:00
5793b71ae6 Better english 2020-04-14 14:29:22 +02:00
f12238fbd4 Add form update 2020-04-14 14:25:38 +02:00
4821227895 Experiment with typing cycler 2020-04-14 14:13:06 +02:00
833c1a5519 Prevent tinyforms.js to init multipe times 2020-04-14 14:13:06 +02:00
916511edf4 Use turbolinks:load event listener
We use turbolinks so the DOMContentLoaded is not enough
2020-04-14 14:13:06 +02:00
6381a19d10
Merge pull request #11 from bumi/New-forms-page
Add some styling on create form
2020-04-14 11:59:44 +02:00
Yannick
97db52d2e1 Move sqlite3 dependecy into development only 2020-04-14 11:57:55 +02:00
02d66637bd Add a textarea to the testform 2020-04-14 11:50:01 +02:00
43b044d60f Fix test form and move to public directory to make it easily available
The form is helpful for development. moving it to the public folder makes
it available from http://localhost:3000/testform.html
2020-04-14 11:48:53 +02:00
karemarsy
cd5483a9b6 Merge branch 'New-forms-page' of https://github.com/bumi/tinyforms into New-forms-page 2020-04-14 11:31:45 +02:00
karemarsy
f8dd4a777e Merge gemfile changes 2020-04-14 11:28:44 +02:00
karemarsy
f5545a54da Remove unnecessary class in column
Removed some unnecessary classes and resize the card
2020-04-14 11:15:01 +02:00
Yannick
b978d7d197 Merge branch 'master' into New-forms-page 2020-04-14 09:10:38 +02:00
edf6884647 Add support for Airtable 2020-04-13 23:11:46 +02:00
Yannick
6366aa8e57 Merge branch 'master' into New-forms-page 2020-04-13 19:59:25 +02:00
karemarsy
b34b145616 Implement form design 2020-04-13 19:10:56 +02:00
80fe5f4220 Add magic ID value to demo 2020-04-13 16:27:56 +02:00
7917e921ad Use help route to redirect to notion hosted help center
This makes it easier for us later change the URL
2020-04-13 16:14:45 +02:00
80771e7415 Disable demo submit button and add link to contact 2020-04-13 16:14:21 +02:00
64031261c5 Configurable google auth callback URL 2020-04-13 15:18:14 +02:00
5947cd393e Actually link the google auth button 2020-04-13 15:13:01 +02:00
c478cfc7af Use sorcery for logins
This gives us more flexibility and allows us to use password authentication
later. Also we don't need to build the login functionality ourself.
2020-04-13 14:59:07 +02:00
73c184a4a0 Use secure token to create attachment links
The link is public but protected by a secure token.

This extends the activesupport Attachment model to automatically
generate a token
2020-04-12 23:47:56 +02:00
ad317e917d Automatically run DB migrations during the heroku release phase 2020-04-12 23:25:41 +02:00
bffed7a606 Add sequential_id to calculate auto incrementing submission id 2020-04-12 23:18:55 +02:00
38166282a7 Add link to help center
currently hosted as public notion page
2020-04-12 16:51:21 +02:00