Chirag Chhatrala
25a1d032a1
ESC-406 Fix Mention Extendtion for Quill ( #648 )
2024-12-16 10:08:13 +01:00
Julien Nahum
18bb005f7a
Enhance Mention Extension for Quill Editor
...
- Introduced a custom Clipboard module to sanitize pasted content by removing invalid mention formatting.
- Updated MentionBlot creation logic to ensure mentions are only created with valid data, specifically checking for 'nf_id'.
- Improved attribute setting for mentions to prevent issues with invalid or missing data.
These changes aim to improve the reliability and integrity of mentions within the Quill editor.
2024-12-06 14:49:06 +01:00
Chirag Chhatrala
8a1282f4b0
Form Editor v2.5 ( #599 )
...
* Form Editor v2.5
* Remove log debug
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-10-23 10:34:51 +02:00
Julien Nahum
97c4b9db5b
Fix mentions in front-end + email spam
2024-10-22 11:04:49 +02:00
Chirag Chhatrala
dad5c825b1
Apply Mentions everywhere ( #595 )
...
* variables and mentions
* fix lint
* add missing changes
* fix tests
* update quilly, fix bugs
* fix lint
* apply fixes
* apply fixes
* Fix MentionParser
* Apply Mentions everywhere
* Fix MentionParserTest
* Small refactoring
* Fixing quill import issues
* Polished email integration, added customer sender mail
* Add missing changes
* improve migration command
---------
Co-authored-by: Frank <csskfaves@gmail.com>
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-10-22 10:34:29 +02:00
Favour Olayinka
fa8c264cd4
fix phone input height ( #585 )
...
* fix phone input height
* fix width classes
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-10-10 10:45:01 +02:00
Julien Nahum
79d3dd7888
Feature flags ( #543 )
...
* Re-organize a bit controllers
* Added the featureflagcontroller
* Implement feature flags in the front-end
* Clean env files
* Clean console.log messages
* Fix feature flag test
2024-08-27 16:49:43 +02:00
Favour Olayinka
1adac8e00f
Dc3e4 new matrix field ( #484 )
...
* fix password reset bug
* wip: matrix input
* wip: matrix input
* wip: matrix input
* Fixed matric input component logic
* matrix input cleanup
* fix lint errors
* table border and radius
* cleanup, linting
* fix component methos
* wip matrix input
* matrix condition for contains and not contain
* patch matrix input condition logic
* linting
* refactor and cleanup
* fix syntax error
* Polished the matrix input
* Fix linting
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-08-23 15:28:21 +02:00
Favour Olayinka
edf4d4bfe4
fix date condition logic ( #510 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-08-05 14:19:00 +02:00
Julien Nahum
01312f01e9
Fix AppSumo licence owner user invites ( #492 )
2024-07-17 12:13:03 +02:00
Julien Nahum
fbc0457294
Debugging custom domain redirect opnform
...
More debugging on custom domain side
Debugging custom domain redirect further
Debugging custom domain redirect opnform
More debugging on custom domain side
Debugging custom domain redirect further
2024-07-15 11:58:23 +02:00
Julien Nahum
2ca2d97e8e
Better form themes ( #465 )
...
* Working on custom radius + input size
* Fix date input clear vertical align
* Moslty finished implementing small size
* Polishing larger theme
* Finish large theme
* Added size/radius options in form editor
* Darken help text, improve switch input help location
* Slight form editor improvement
* Fix styling
* Polish of the form editor
2024-06-27 17:52:49 +02:00
Chirag Chhatrala
795fcfc973
Select Design Changes ( #409 )
...
* Select Design Changes
* update theme file for SelectInput
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-05-16 14:50:40 +02:00
Favour Olayinka
bcd45ce8a6
0351d front end linting ( #377 )
...
* feat: disable custom script for trial users
* after lint fix
* frontend linting
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-15 19:39:03 +02:00
Chirag Chhatrala
ae18bcbb8d
Fix Dark mode ( #376 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-15 15:19:37 +02:00
Chirag Chhatrala
4f4f7128fa
New Date input ( #368 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-15 15:09:19 +02:00
Daniel Roe
d9996e0d9d
fix: opt in to `import.meta.*` properties ( #364 )
2024-03-28 17:59:41 +01:00
Favour Olayinka
659dc5086e
20334 implement desktop camera upload feature ( #335 )
...
* wip: camera upload
* Handle camera permissions
* remove console logs
* fix camera theme, hide on small screen,
* video sizing on camera upload
* camera feature minor fixes
* Package.json update
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-03-25 11:00:00 +01:00
Favour Olayinka
9761351a26
remove nuxtimg ( #347 )
...
* remove nuxtimg
* fix: remove dummyImageProvider
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-03-19 17:59:10 +01:00
formsdev
c8628ed840
Separate input type for Rating,Scale,Slider ( #351 )
...
* Separate input type for Rating,Scale,Slider
* rating, scale, slider add in test cases
* Allow field type change for new types
* Added options to db factory
* Fix linting
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-03-19 15:27:21 +01:00
Julien Nahum
91911bc6e5
Multiple bug fixing
2024-02-10 12:20:45 +01:00
Julien Nahum
cf32ba22f7
Optimize template images + disable image optim docker ( #313 )
...
* Optimize template images + disable image optim docker
* Fix new name default docker env variable name
* Re-establish template page cache
2024-02-06 19:56:14 +01:00
Julien Nahum
d1dc4fda56
Completely Disable custom domain check when not enabled
2024-02-05 14:02:20 +01:00
Julien Nahum
a650228a67
Auto-resize iframes, fix custom code, fix create form initial properties
2024-02-01 18:21:30 +01:00
Favour Olayinka
0c88c9842a
Input Slider Feature ( #292 )
...
* feat: input slider feature
* Polish slider label
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-01-29 12:57:40 +01:00
Julien Nahum
359e993374
Fix darkMode
2024-01-16 15:00:22 +01:00
Julien Nahum
49088e62bc
Fix form show page - clean code
2024-01-16 11:46:03 +01:00
Julien Nahum
c35c505114
Debugging custom domain
2024-01-15 16:49:24 +01:00
Julien Nahum
47c779fd9a
Remove error log for getDomain
2024-01-15 16:41:50 +01:00
Julien Nahum
e41929e4c8
Debug getDomain in prod
2024-01-15 16:17:10 +01:00
Julien Nahum
91432c4aed
Fix file submissions preview
2024-01-13 19:57:39 +01:00
Julien Nahum
bf98497711
Fix local file upload
2024-01-13 18:17:24 +01:00
formsdev
ff7e1ac7c3
nuxt migration -file upload - WIP ( #271 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-01-13 14:34:50 +01:00
Julien Nahum
be43c5cae3
Fix sentry nuxt and custom domain redirect
2024-01-12 17:32:10 +01:00
Julien Nahum
ea7041be28
Add custom domain support
2024-01-12 15:43:28 +01:00
Julien Nahum
5a3978874a
URL generation (front&back) + fixed authJWT for SSR
2024-01-11 14:07:27 +01:00
Julien Nahum
e2dd0295ff
Remove vform - working on form public page
2023-12-24 20:19:59 +01:00
Julien Nahum
3b798c12fd
WI
2023-12-18 10:35:00 +01:00