Revert "Add reading progress filters and split Reads/Links tabs"

This commit is contained in:
Gigi
2025-10-16 08:05:20 +02:00
committed by GitHub
parent 7bfd7fdf6c
commit 5568437663
21 changed files with 276 additions and 1376 deletions

View File

@@ -47,8 +47,6 @@ interface ThreePaneLayoutProps {
onRefresh: () => void
relayPool: RelayPool | null
eventStore: IEventStore | null
readingPositions?: Map<string, number>
markedAsReadIds?: Set<string>
// Content pane
readerLoading: boolean
@@ -326,8 +324,6 @@ const ThreePaneLayout: React.FC<ThreePaneLayoutProps> = (props) => {
loading={props.bookmarksLoading}
relayPool={props.relayPool}
isMobile={isMobile}
readingPositions={props.readingPositions}
markedAsReadIds={props.markedAsReadIds}
settings={props.settings}
/>
</div>