Commit Graph

3 Commits

Author SHA1 Message Date
Pranav C
747cddfdef fix: formula identifier special character bug 2024-11-06 15:51:29 +00:00
Pranav C
6ee2aba938 Nc fix/3616 formula related bugs (#9277)
* fix: handle `@` char in field name while generating identifier token for monaco

* fix: invalid formula validation in UI
2024-08-17 19:16:37 +03:00
Anbarasu
a5fc9be175 feat: Formula colouring and improved suggestions (#9072)
* feat: formula language

* feat: formula coloring and ux improvements

* fix: suggestions generation

* fix: handle undefined editor

* fix: handle formula errors

* fix: update imports

* fix: minor corrections

* fix: test corrections

* fix: increase timeout

* fix: clear existing formulas before pasting

* fix: ux improve

* fix: ux improve

* fix: coloring issue

* fix: remove styles

* fix: handle wrapping

* fix: bug fixes

* fix: strict suggestion handling

* fix: update indent strategy

* fix: handle formula in nested state and unbalanced parens

* fix: formula fix

* chore: sync dependencies
2024-07-30 13:47:07 +05:30