aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/settings/rules/page.tsx (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-01refactor: remove unused trpc files from web and mobileMohamed Bassem1-1/+1
2026-02-01refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem1-5/+9
* refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client
2026-01-01chore: drop the experimental tag from the rule engineMohamed Bassem1-10/+1
2025-04-27feat: Implement generic rule engine (#1318)Mohamed Bassem1-0/+89
* 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