aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/feeds (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove unused trpc files from web and mobileMohamed Bassem2026-02-011-1/+2
|
* refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem2026-02-011-4/+8
| | | | | | | | | * refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-271-0/+53
* 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