3 Commits
Author SHA1 Message Date
Jay Harris 63be302a09 Fix bad license (http ==> https) 2022-11-09 18:31:39 +13:00
Pete Miller ce0c689973 Brave News: refactor to have API return card data and in intended display order, instead of a flat list of content
Previously, the front-end would decide on the order and type of card used for each feed item. Having the mojom API return that makes it easier to have the same decisions apply to desktop and android.
Also uses strong typings from mojom es module output. Works very well with Typescript.
Now that the mojom API is feature-complete, we can remove the extension API.
2021-11-08 15:49:23 -08:00
Pete Miller 565458bf1d Brave News: implement backend in mojom, removing extension backend and webui message handler.
This facilitates both a frontend implementation in Android as well and eventually removing the built-in extension.
2021-11-08 15:20:59 -08:00