Conversation
|
Uploads of CSVs and workspace Logo work 🎉 I can't seem to login with this branchRequestInvite gives me the following error
Strange re-rendersRe-renders are not smooth like in previous iterations Note: Seems that the reset button flickering also happens on prod at the moment. The rest of less smooth transitions is probably just because it is super fast haha 😅 Submit + Cancel form buttons stackedInstead of these form buttons being horizontally aligned they are stacked on top of each other. Newly created question in Dialogue Builder is not shown in builderThis happens when there are two question entries within a branch who have the same match value (e.g. Facilities). Deleting the other entry with that option makes the newly created question visibleNote: This also currently happens on production. |

First iteration of Fastify implementation
Replaced Express back-end with fastify back-end 🎉🎉🎉
Note: It is still using a fastify-express plugin to handle our previous express middleware. On their github page is stated:
This plugin should not be used as a long-term solution, it aims to help you have a smooth transition from Express to Fastify, but you should migrate your Express specific code to Fastify over time.
So in a next iteration we should probably swap them for native middleware.
Could you test your campaigner routes @JMitnik
Fixes HAAS-293