aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/rules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(web): Fix deleting the action in the rule engine auto saves. fixes #1858Mohamed Bassem2025-09-071-0/+1
|
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-275-0/+1014
* Add schema for the new rule engine * Add rule engine backend logic * Implement the worker logic and event firing * Implement the UI changesfor the rule engine * Ensure that when a referenced list or tag are deleted, the corresponding event/action is * Dont show smart lists in rule engine events * Add privacy validations for attached tag and list ids * Move the rules logic into a models