thorium-reader icon indicating copy to clipboard operation
thorium-reader copied to clipboard

[POC] update layout of catalog header and add catalog title to state

Open arthur-lemeur opened this issue 3 months ago • 1 comments

arthur-lemeur avatar Oct 21 '25 09:10 arthur-lemeur

no need to create a new action, you can add a title key in IOpdsHeaderState and dispatch it from updateHeaderLinkWatcher

https://github.com/edrlab/thorium-reader/blob/85f4f2272189cf670b724c881c7cda6b8718c56a/src/common/redux/states/renderer/opds.ts#L15-L20

https://github.com/edrlab/thorium-reader/blob/85f4f2272189cf670b724c881c7cda6b8718c56a/src/renderer/library/redux/reducers/opds.ts#L59-L75

https://github.com/edrlab/thorium-reader/blob/85f4f2272189cf670b724c881c7cda6b8718c56a/src/renderer/library/redux/sagas/opds.ts#L94-L125

panaC avatar Oct 21 '25 11:10 panaC