aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/settings/FeedSettings.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(web): Drop the experimental icon from rss feedsMohamed Bassem2025-06-071-9/+0
|
* fix: Truncate the RSS feed urlMohamed Bassem2025-05-251-1/+6
|
* feat: Allow enabling/disabling RSS feedsMohamed Bassem2025-05-171-17/+48
|
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-271-1/+2
| | | | | | | | | | | | | | | | | * 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
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-1/+1
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-14/+21
| | | | | | | | | | | | | * feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now
* ui: Mark the RSS subscriptions as an experimental featureMohamed Bassem2024-11-091-1/+11
|
* feature(web): Add the ability to view the bookmarks of a particular rss feedMohamed Bassem2024-11-031-2/+11
|
* feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem2024-11-031-0/+398