You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
While limiting the trigger editor to around 15 lines may be sufficient for simpler configurations, it becomes problematic when writing more complex or longer trigger logic. In our workflow, a single query can be used by multiple triggers, so we often embed a fair amount of logic into the trigger field itself. This results in lengthy scripts that are difficult to maintain in a small, fixed-size text box. Scrolling back and forth makes it challenging to see the full picture, spot potential mistakes, or easily modify the code.
Describe the solution you'd like
A resizable (or otherwise expandable) trigger editor where users can see more lines of code at once. Ideally, this could be implemented via:
A drag-to-resize handle that lets the user expand the editor’s height (and possibly width).
A collapsible/expandable “full-screen” or “pop-out” mode to allow for an even broader view of the trigger logic.
Having this flexibility would greatly ease editing, debugging, and reviewing longer trigger scripts.
Describe alternatives you've considered
Writing the code in an external editor (e.g., IDE) and then pasting it back in. However, AFIK there is no painless IDE and would require lots of refactoring to be usable in the dashboard context.
Additional context
v 2.18.0
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
While limiting the trigger editor to around 15 lines may be sufficient for simpler configurations, it becomes problematic when writing more complex or longer trigger logic. In our workflow, a single query can be used by multiple triggers, so we often embed a fair amount of logic into the trigger field itself. This results in lengthy scripts that are difficult to maintain in a small, fixed-size text box. Scrolling back and forth makes it challenging to see the full picture, spot potential mistakes, or easily modify the code.
Describe the solution you'd like
A resizable (or otherwise expandable) trigger editor where users can see more lines of code at once. Ideally, this could be implemented via:
Having this flexibility would greatly ease editing, debugging, and reviewing longer trigger scripts.
Describe alternatives you've considered
Writing the code in an external editor (e.g., IDE) and then pasting it back in. However, AFIK there is no painless IDE and would require lots of refactoring to be usable in the dashboard context.
Additional context
v 2.18.0
The text was updated successfully, but these errors were encountered: