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
feat(feed_decorators): complete logic in decorator loader
Updates `FeedDecoratorLoaderWidget` to fully implement the decorator loading logic.
- Adds the missing implementation to handle the `suggestedSources` decorator type, including fetching sources from the repository and filtering out already-followed items.
- Expands the `callToAction` logic to include all CTA types, making the widget feature-complete.
- Adds logging for unhandled decorator types to improve maintainability.
0 commit comments