mirror of
https://github.com/dergigi/boris.git
synced 2025-12-27 03:24:31 +01:00
- Create fetchHighlightsFromAuthors function for fetching highlights from multiple contacts - Add tab structure to Explore page (Writings and Highlights tabs) - Update explore cache to handle both blog posts and highlights - Add /explore/highlights route - Keep UI consistent with /me page tab structure - Implement pull-to-refresh for both tabs - Add proper caching and streaming for highlights
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
export * from './highlights/fetchForArticle'
|
|
export * from './highlights/fetchForUrl'
|
|
export * from './highlights/fetchByAuthor'
|
|
export * from './highlights/fetchFromAuthors'
|
|
|