Ashutosh-Bhadauriya
c5be453563
Increase badge margin and change button variant
2023-06-13 16:29:02 +05:30
Ashutosh-Bhadauriya
46fadf9df0
Feat: Add ability to archive attributes
2023-06-13 15:16:57 +05:30
Matti Nannt
97263a66cc
Add new client endpoints & webhook functionality ( #355 )
...
* add new zod schema for responses
* add new client endpoints for responses
* add services for responses and surveys
* add new responses model to webhooks & email
---------
Co-authored-by: Johannes <johannes@formbricks.com >
2023-06-12 19:51:13 +02:00
Johannes
2278fc1477
fix survey layout
2023-06-12 18:15:26 +02:00
Johannes
583dc7af2b
remove chevron
2023-06-12 17:35:36 +02:00
Johannes
c6702cecb8
fix standalone links
2023-06-12 17:22:32 +02:00
Johannes
d970c121a5
fix single question
2023-06-12 13:59:37 +02:00
Johannes
369379e539
Merge branch 'main' of github.com:formbricks/formbricks into patch/add-overflow-to-survey
2023-06-12 13:57:47 +02:00
Johannes
51621dcaff
add scroll indicator on iPhone
2023-06-12 13:50:59 +02:00
Johannes
03e83caeb7
Merge pull request #351 from Ashutosh-Bhadauriya/enhance/question-card-ui
...
Great work @Ashutosh-Bhadauriya - thanks! 🥳
2023-06-12 03:54:48 -05:00
AshutoshBhadauriya
f312783670
Remove logiceditor import
2023-06-12 14:23:28 +05:30
Matti Nannt
ef70e7363f
Fix responsiveness issue for long questions FOR-760 ( #358 )
2023-06-12 09:41:05 +02:00
AshutoshBhadauriya
b3ab0ad12e
Minor fixes
2023-06-10 13:54:46 +05:30
AshutoshBhadauriya
e54d8f42fb
Fix description
2023-06-09 21:34:21 +05:30
Johannes
ba1a17578f
fix autoFocus in FreeText standalone ( #354 )
2023-06-09 17:08:32 +02:00
AshutoshBhadauriya
ac83286b27
Fix: all the changes suggested in the issue
2023-06-09 20:31:21 +05:30
Matti Nannt
1243017718
Include formbricks-api into formbricks-js ( #352 )
...
* remove debug loglevel from formbricks usage;
* remove license fields from internal packages
* improve package descriptions, add logger message for survey delay
* include formbricks api into formbricks js
* make formbricks errors package private
* update formbricks-js dependencies to include formbricks-api
* update formbricks-js to 0.1.20
2023-06-09 15:10:01 +02:00
Johannes
93c66c0caf
Update Notification Email Subject ( #350 )
...
* update email noti subject
* add improvement to PR template
2023-06-09 15:02:57 +02:00
Johannes
92787722f0
add scroll to select
2023-06-09 14:22:01 +02:00
AshutoshBhadauriya
9d3117b9c1
Merge branch 'main' of https://github.com/Ashutosh-Bhadauriya/formbricks into enhance/question-card-ui
2023-06-09 15:07:24 +05:30
AshutoshBhadauriya
3218bbdf6a
Enhancement: Revamp question card ui
2023-06-09 14:36:29 +05:30
Johannes
4bfaf68de2
Smoothen Progressbar animations and minor survey editor improvements ( #339 )
...
* auto focus on sign up
* update PR template
* add updatedAt date to survey summary
* add animation to Progress, make timer smoother
* change button size in question card, auto focus
* add transition to js widget, fix auto focus in editor
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-06-09 10:31:22 +02:00
Moritz Rengert
d2aa9b5f04
fix rating question button alignment ( #341 )
...
* fix: input in Link Survey / Preview alignment
* fix: input alignment in js package
2023-06-09 10:17:31 +02:00
Johannes
91d4b09453
Feature/template update ( #343 )
...
* improve layout and information design of templates view
---------
Co-authored-by: moritzrengert <moritz@rengert.de >
2023-06-09 10:14:02 +02:00
Moritz Rengert
fc6534fa19
feature/delay survey ( #345 )
...
* add delay option to survey trigger
2023-06-09 10:08:23 +02:00
Matti Nannt
944c861b18
Fix Formbricks Usage Bug leading to unidentified users ( #340 )
...
* move formbricks client to useEffect only
* add formbricks client to onboarding
2023-06-07 11:30:31 +02:00
Moritz Rengert
8a2beab5d1
Add Other Option to Multiple Choice Questions ( #314 )
...
* add other options to multiple choice question types
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: Johannes <johannes@formbricks.com >
2023-06-06 20:10:47 +02:00
Matti Nannt
d7fb29607a
bugfix: mark onboarding responses as finished in formbricks ( #338 )
2023-06-06 15:00:32 +02:00
Matti Nannt
bd31d87046
Multiple fixes for Formbricks usage within Formbricks ( #336 )
...
* use label instead of id in onboarding analysis, add logout to formbricks usage
* add await option for all sdk commands, fix logout bug in formbricks usage
2023-06-05 17:22:52 +02:00
Matti Nannt
7040755b40
send onboarding results to formbricks ( #335 )
2023-06-05 11:41:47 +02:00
Moritz Rengert
8e43939206
fix: extract activeQuestionId from submit data not the expanded form ( #326 )
2023-06-01 08:51:32 +02:00
Matti Nannt
c4dd7ae4a2
fix security issue in link ( #330 )
2023-05-31 18:22:12 +02:00
Matti Nannt
0f6210c559
fix prisma commands with new json plugin ( #328 )
...
* add prisma migration, change prisma commands
* remove userAttributes from type definitions
2023-05-31 17:45:47 +02:00
Matti Nannt
0e94900e2c
enhance prisma json types ( #327 )
2023-05-31 15:57:10 +02:00
Johannes
78f7b4d03e
Duplicate Questions, Add Survey Name to Summary, Update Login Screen ( #322 )
...
* Duplicate Questions, Add Survey Name to Summary, Update Login Screen
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-05-31 09:52:58 +02:00
Johannes
0b24f1fe09
add "Preview" text to survey preview
2023-05-30 10:52:19 +02:00
moritzrengert
9631776552
fix: remove comments and console.log
2023-05-30 09:51:59 +02:00
moritzrengert
726b734b1a
fix: update js package to make last question work with logic. fix build errors
2023-05-30 09:45:27 +02:00
moritzrengert
7ba1cc5055
fix: upade link survey to have logic working on last question
2023-05-30 09:38:59 +02:00
moritzrengert
94a10b2870
fix: thank you card not opening on skip logic, simplify check
2023-05-30 09:32:12 +02:00
moritzrengert
f71cc87b3d
fix: update goToNextQuestion logic to work in last question
2023-05-30 08:50:39 +02:00
Matti Nannt
e07a30c12d
Add new client Endpoints for App-Router (WIP) ( #316 )
2023-05-29 14:33:02 +02:00
Moritz Rengert
92ee5529d8
Add option to auto-close ( #310 )
...
* add option to aut-close a in-app survey
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-05-29 12:47:10 +02:00
Johannes
cda8513410
Formbricks Branding Signature ( #305 )
...
* Add Formbricks Signature Branding (can be deactivated in Look & Feel Settings)
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-05-29 11:46:07 +02:00
Johannes
2912b8bd8d
Merge pull request #307 from formbricks/feature/extend-link-context-menu
...
Extend Menu for Link Surveys
2023-05-29 11:04:04 +02:00
Johannes
fe4d6a8ce8
Enable users to create a new team ( #299 )
...
* Add option to create a new team
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-05-28 19:11:23 +02:00
Moritz Rengert
7238b28fb5
Add Logic Jumps ( #283 )
...
* Add the ability to add Logic Jumps to all Question Types
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-05-28 19:05:01 +02:00
Johannes
ed0135733a
Merge branch 'main' of github.com:formbricks/formbricks into feature/extend-link-context-menu
2023-05-28 13:07:08 +02:00
moritzrengert
37f26fa7c6
fix: show link options only on published surveys
2023-05-27 00:58:37 +02:00
Moritz Rengert
fec3741ef4
Fix Progress Bar in in-App Survey Preview
2023-05-26 12:44:54 +02:00