Matti Nannt
3206637e22
Add Rating Question (Numbers, Stars & Smileys) ( #271 )
...
Add new Star Rating Question Type with different ranges and variations.
---------
Co-authored-by: moritzrengert <moritz@rengert.de >
2023-05-10 13:31:49 +02:00
Moritz Rengert
56e500397a
feature/move question cards ( #278 )
...
* add moveQuestion function to handle index changes
* add dropdown arrows to context menu, disable on first / last element and call moveQuestion function
* fix: build error StartIcon typing
* fix: endIcon type for button
2023-05-10 10:08:00 +02:00
Matti Nannt
60f7103198
Revert & gradually use updated files ( #280 )
...
* revert to last working version
* add updated ui components
* update formbricks-com components
* apply prettier formatting
* update apps/web files
2023-05-10 00:20:43 +02:00
Matti Nannt
ef4e5ed17a
Fix Dev Environment Errors & Docker Deployment ( #279 )
...
* fix prisma errors
* add new database build process
* fix js widget needing @prisma/client
2023-05-09 20:12:48 +02:00
Matthias Nannt
520f282384
update type imports in @formbricks/js`
2023-05-09 15:33:39 +02:00
Matti Nannt
650b674e24
update all packages, fix typescript errors ( #277 )
...
* simplify ui package, update all packages
* fix typescript errors that occur during build
2023-05-09 13:18:07 +02:00
Matthias Nannt
9b42808d6d
update dependencies
2023-05-08 13:52:52 +02:00
Matti Nannt
325eda064e
Add Webhooks for Zapier Integration ( #273 )
...
* add simple webhooks
* add pipelines endpoint to handle internal events
2023-05-05 10:53:54 +02:00
Matthias Nannt
8d38031b11
fix docker build errors, simplify docker file to fix startup issue, update nextjs
2023-05-05 09:53:25 +02:00
Matthias Nannt
fe1314634a
rename onboarding flag to fix onboarding not shown
2023-05-03 15:28:20 +02:00
Matti Nannt
04f536b7c6
Add support for Next.js Server-Components ( #272 )
...
* Add new env variable NEXT_PUBLIC_WEBAPP_URL that is used server-side for the current address
* Move Next-Auth to App-Directory
* Move Membership-API & User-API to App-Directory
* Update env-examples with new structure
2023-05-03 15:17:23 +02:00
Timothy
056ddff709
#586 : Add new Onboarding for new & existing users ( #266 )
...
* add new onboarding for new and existing Formbricks users
* Add new personalized template view
---------
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-05-03 14:00:11 +02:00
Johannes
13508f42be
Add Team switch ( #259 )
...
* add team switch when user has multiple teams
* fix hydration error by changing the way env variables load
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-05-01 15:11:53 +02:00
Johannes
c20ca5e789
update variable names
2023-04-29 16:25:34 +02:00
Johannes
3de164623b
add templates + objective
2023-04-29 16:20:04 +02:00
Johannes
efce2c106a
ux tweaks
2023-04-28 16:27:47 +02:00
Moritz Rengert
bcd4f953ee
Add Rating Question Type (numbers) ( #256 )
...
Add Rating Question Type (with numbers)
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-04-28 12:05:29 +02:00
Johannes
7e9b336954
Improve UX with multiple tweaks ( #258 )
2023-04-27 20:11:44 +02:00
Matthias Nannt
8a7f8eb94c
update formbricks/js
2023-04-26 14:46:15 +02:00
Johannes
ddec12740d
update docs template, adjust link survey width
2023-04-26 11:05:45 +02:00
Midka
09356bbded
add: error handling to SDK ( #240 )
...
* improve error handling and add new `errorHandler` to sdk init function.
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-04-25 20:24:42 +02:00
Johannes
6fd11fb54c
replace ID with email if available
2023-04-25 19:21:22 +02:00
Matthias Nannt
96ac6a2a6f
add delete action functionality
2023-04-25 16:26:15 +02:00
Matthias Nannt
29064b3bde
fix build errors, fix z-index in sdk
2023-04-24 21:12:11 +02:00
Matthias Nannt
7abe1d877a
Merge branch 'main' of github.com:formbricks/formbricks
2023-04-24 20:14:32 +02:00
Matti Nannt
7eefdd336c
Add CTA Question Type ( #246 )
...
* add CTA question type together with new Text Editor based on Lexical and CTA summary
---------
Co-authored-by: moritzrengert <moritz@rengert.de >
2023-04-24 20:13:39 +02:00
Matthias Nannt
1a9400139c
fix sdk bug on initialization
2023-04-24 12:06:52 +02:00
Matthias Nannt
d835e78d92
remove duplicated question types, update js sdk to 0.1.11
2023-04-19 16:03:26 +02:00
Matthias Nannt
fbc1c74046
fix migrations
2023-04-19 14:36:54 +02:00
Moritz Rengert
48bac2128e
Add NPS Question Type ( #243 )
...
Add NPS Question Type
---------
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-04-19 14:28:58 +02:00
Moritz Rengert
d15d062581
Add MultipleChoice Multi-Select Question Type ( #238 )
...
Add MultipleChoice Multi-Select Question Type
---------
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-04-19 13:38:23 +02:00
Matti Nannt
d2ee0d6a9a
Add Link Survey Functionality ( #239 )
...
Users can now create & send link surveys to their customers.
2023-04-18 11:40:30 +02:00
Johannes
c9f5f8cd16
Update Pricing tables
2023-04-17 13:49:50 +02:00
Matthias Nannt
d6868c3d40
fix add margins for survey modal FOR-596
2023-04-17 10:01:13 +02:00
Matthias Nannt
1ec4dcb02d
build free limit into formbricks cloud
2023-04-16 13:47:51 +02:00
Matthias Nannt
87ee687d51
release formbricks-js version 0.1.10
2023-04-14 17:01:03 +02:00
Matthias Nannt
e6d091d35e
fix widget styling, add z-index, remove env to fix vercel error
2023-04-14 16:56:07 +02:00
Matthias Nannt
9e1a17a3ef
fix build errors in formbricks-com
2023-04-14 15:53:00 +02:00
Matthias Nannt
5163f36e53
format files according to prettier config
2023-04-14 12:52:13 +02:00
Matthias Nannt
529bf4611c
add z-index to js modal
2023-04-14 12:49:34 +02:00
Ramsay Sewell
29cf117fda
#230 : add required attr to multiple choice inputs ( #232 )
...
* add required attr to multiple choice inputs
* add required field to multiple choice preview components
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-04-14 09:29:48 +02:00
Matthias Nannt
76a4d49c2d
update package json of js widget
2023-04-12 13:21:28 +02:00
Matthias Nannt
08229c1761
update JS Readme, release js 0.1.7, fix quickstart instructions
2023-04-12 13:08:27 +02:00
Moritz Rengert
a0baa25864
Feature Thank You Card ( #222 )
...
add thankyou card to surveys.
---------
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-04-12 12:35:04 +02:00
Matthias Nannt
a934fa3897
add stripe payment to cloud
2023-04-08 16:53:42 +02:00
Matthias Nannt
0560526b53
fix response summary / list not working without personId
2023-04-07 16:39:46 +02:00
Matthias Nannt
1cb1687958
publish js widget v0.1.6
2023-04-06 17:29:20 +02:00
Moritz Rengert
fb404a8452
Add innerHtml and cssSelector No-Code Event Creation ( #219 )
...
* feat: make cssSelector and innerHtml available as noCode Events
2023-04-06 17:12:04 +02:00
Matthias Nannt
6e761b0a91
add migration
2023-04-06 14:51:23 +02:00
Matthias Nannt
5111efdfdf
make personId optional in response
2023-04-06 14:47:53 +02:00