Matti Nannt
d360c1f741
Fix legacy sdk endpoints not working with new services ( #591 )
2023-07-20 14:44:58 +02:00
Johannes
cf953db18f
Refactor Survey Overview Page
...
Refactor Survey Overview Page
2023-07-20 06:35:36 -05:00
Johannes
7475df147d
Move Stripe to a new account ( #589 )
2023-07-20 11:03:32 +02:00
Matti Nannt
06d620dbc8
Update docs for nextjs setup with app directory ( #590 )
2023-07-20 10:45:06 +02:00
Matthias Nannt
feadefa90d
clean up and move to new action -> service structure
2023-07-19 19:00:04 +02:00
Johannes
754832f097
Add Author Box to Blog articles
...
Add Author Box to Blog articles
2023-07-19 07:01:08 -05:00
Johannes
dad8ebe8da
update blog articles
2023-07-19 13:44:01 +02:00
Johannes
df27b4703f
add author box
2023-07-19 13:36:53 +02:00
Matthias Nannt
e385638c14
merge latest changes from main
2023-07-19 13:35:03 +02:00
Johannes
8cacb2ccee
Landing Page: Balance cal.com widget with Concierge Div, Update Concierge Offer
...
Landing Page: Balance cal.com widget with Concierge Div, Update Concierge Offer
2023-07-19 05:56:50 -05:00
Johannes
98a62949d5
update concierge offer
2023-07-19 12:52:43 +02:00
Matti Nannt
dd6ac2e4cd
Fix build errors and update contact to Formbricks GmbH ( #585 )
2023-07-19 12:50:19 +02:00
Matti Nannt
c52df00d39
Fix Email Notifications ( #583 )
...
* Fix email notifications not working properly
* Fix response notification not working
* fix response meta schema
* fix typo in docs
* improve error message in webhooks
2023-07-19 12:30:31 +02:00
Ankur Datta
0c7c3c9ad2
[RM] getProductWithEnvironments
2023-07-19 10:10:49 +00:00
Ankur Datta
5612fbfa22
[RM] getSurveysWithResponseCount
2023-07-19 09:41:06 +00:00
Ankur Datta
186a4269a3
[CHANGE] make survey-list as server component
2023-07-19 07:29:18 +00:00
Shubham Palriwala
503e7649e2
Fix formbricks-js unit tests not working properly ( #582 )
2023-07-19 08:46:39 +02:00
ShubhamPalriwala
e3b4ec4a9e
fix: cal widget had an internal predefined margin causing it to be unabalanced with the concierge div
2023-07-19 00:59:52 +05:30
Johannes
e23f26f48c
Improve Responsiveness of LP
...
Improve Responsiveness of LP
2023-07-18 07:04:26 -05:00
Johannes
9e9fe5c09d
update logos
2023-07-18 13:57:17 +02:00
ShubhamPalriwala
3bb4a34e4c
fix: hero component padding for smaller screen & github div conditional horizontal margin
2023-07-18 17:15:18 +05:30
Matti Nannt
9fcc0a360c
Fix Posthog environment variables not recognized in Frontend ( #578 )
...
* move posthog variable to client in t3env
* remove groups, add revalidation to action/attributes pages
2023-07-18 12:53:40 +02:00
Shubham Palriwala
3824d95151
Move Actions & Attributes pages over to server components ( #495 )
...
* feat: server rendering of event actions summary page & server actions
* chore: renaming event to action and minor refactoring
* fix: logging message
* delete: unnecessary file
* feat: migrate attributes overview page
* feat: impl grouped page & layout, logically differentiate attributes and actions
* pnpm format
* fix: logical addressing of dirs and minot bugs
* move: actionsAndAttributes navbar to dedicated dir from components
* fix: use server-only build-time checks and move actionsAttributes navbar
* revert: unnecessary docker compose changes
* resolve merge conflicts dynamically
* fix: address feedback comments
* use sparkles icon from heroicons
* fix updated action not updating in table
* remove async from client function due to warning
* move router.refresh in AddNoActionModal
* small rename
* feat: replace swr w server action in ActionSettingsTab
* replace custom error with ResourceNotFoundError error class
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-07-18 12:40:03 +02:00
Matti Nannt
5bfaad9484
Improve Folder Structure for App-wide Client-imports ( #577 )
...
* move posthog to new implementation
* update folder structure
2023-07-18 11:32:58 +02:00
Matti Nannt
a5c8c1aa85
Update formbricks-js version in html docs ( #576 )
2023-07-18 09:12:33 +02:00
Johannes
c92011b069
Improve UI for delete account functionality ( #575 )
2023-07-17 19:25:48 +02:00
Anshuman Pandey
856247763c
Improve Tags UI/UX ( #563 )
...
* fix: fixes tag merging logic
* fix: moves tag merge logic into transactions
* update tags settings icon
---------
Co-authored-by: Johannes <johannes@formbricks.com >
2023-07-17 19:24:08 +02:00
Matti Nannt
2199a4b102
Improve pnpm go command pipeline & remove database tsup setup ( #574 )
...
* move docker compose dev
* update all packages; pnpm format
* remove tsup from prisma
* add zod to prisma files
* delete tsup config
* improve pnpm go script, downgrade prettier
* update pnpm lock
2023-07-17 18:12:40 +02:00
Matti Nannt
cd49d687ad
fix weekly summary cron workflow ( #568 )
2023-07-17 09:30:03 +02:00
Johannes
2852bf617a
Fix ordering dropdown + Other input field
...
Fix ordering dropdown + Other input field
2023-07-16 09:04:22 -05:00
Johannes
30623d5fd2
fix order dropdown, other field and UX tweaks
2023-07-16 15:51:46 +02:00
Johannes
b673044890
Add Blog for v1 Release - How we got here
...
Add Blog for v1 Release - How we got here
v1.0
2023-07-14 06:05:44 -05:00
Shubham Palriwala
bf9189c1af
fix: docker compose url for curl ( #557 )
2023-07-14 13:00:57 +02:00
Moritz Rengert
e262006f7e
Add Demo-Data to newly created teams ( #521 )
...
* create people and survey on team create
* create people and responses / displays
* drafting GPT input
* add attributeClass, eventClass and people
* fix link in person detail page
* fix email instead of uid
* added two surveys
* add events, 3 more surveys
---------
Co-authored-by: Johannes <johannes@formbricks.com >
2023-07-14 12:55:41 +02:00
Johannes
d44ea1f32d
add v1 blog
2023-07-14 12:51:44 +02:00
Matti Nannt
e24f6cd017
Improve documentation ( #552 )
...
* update nextjs app docs
* remove prisma extendedWhereUnique from schema
* change button titles in pricing table
* fix smaller bugs
2023-07-14 12:48:57 +02:00
Matthias Nannt
c6a4b7731f
merge latest changes, resolve conflict & build error
2023-07-14 11:05:00 +02:00
Johannes
62d2c1af18
improve filter ux, update summary header ( #555 )
2023-07-14 10:37:42 +02:00
Ankur Datta
2ea3d42ff6
[RM] logs
2023-07-14 07:43:24 +00:00
Ankur Datta
e275553425
[ADD] loading-state, [HANDLE] imports
2023-07-14 07:24:43 +00:00
Nitesh Seram
1a83373099
Fix random 0 can appear in survey menubar ( #553 )
...
Co-authored-by: Seram Nitesh Singh <nitesh.s@auzmor.com >
2023-07-14 09:08:15 +02:00
Matti Nannt
94c11193e5
Fix changesets config ( #551 )
@formbricks/js@1.0.0
2023-07-13 20:44:29 +02:00
Matti Nannt
21529da799
Fix billing page not showing current plan ( #550 )
...
* update packages, fix error getting current subscription plan
* fix billing page not showing current plan
* add revalidation constant
2023-07-13 20:28:48 +02:00
Ankur Datta
701a7d9786
[REFACTOR] survey-overview-page
2023-07-13 17:54:21 +00:00
Ankur Datta
4410b14d0c
[ADD] services
2023-07-13 17:53:48 +00:00
Ankur Datta
cddbbc2be2
[ADD] server-actions
2023-07-13 17:53:09 +00:00
Ankur Datta
4fefa09ee8
[ADD] product-with-environment-type
2023-07-13 17:52:55 +00:00
Ankur Datta
09106188ba
[FIX] zod-type
2023-07-13 17:52:18 +00:00
Matti Nannt
62c001cbee
Update packages, Fix error getting current subscription plan ( #549 )
2023-07-13 18:23:31 +02:00
Shubham Palriwala
adef4c8762
Add Public Docker Image and Build Pipeline using Github Actions ( #546 )
...
* feat: github action to build and push to dockerhub on release
* feat: docker repo and quickstart readmne
* fix: check for NEXTAUTH_SECRET in dockerfile before running
* fix: check for NEXTAUTH_SECRET as null or not
* add deployment guide
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-07-13 17:33:54 +02:00