Adding the reading time on articles' main screen#492
Conversation
|
That'll need #475 (with some additions) to update the values when the reading speed is changed in the settings. |
|
Ok, thanks for your reply. I'll wait then. Do you think this is interesting anyway? |
|
Yeah, the main lists should include more information. There might be an issue about it. |
|
Ok so I'll wait for the other PR being solved. Ping me when it is ok to resume this one. |
57a0c1a to
0a970aa
Compare
…screen Better Estimated Reading Time integration
|
The code should be more or less ok, but the UI may be changed. Maybe switch places of the time and the icons (so that the time is not shifted by icons)? |
|
Yep, it was a POC to see how to do that. I'll try to make it better now. |
|
Is that possible to have a screenshot please? :) |
|
@di72nn is right. Maybe we can move the reading time near to the domain. |
|
I know, WIP/POC etc. ;) |
|
@Simounet there's a minor merge conflict, so I created a new branch with meaningful commits from this PR. To continue working on this feature you may create a new PR for |
|
I'm interested in this PR. Could we keep the "star" above the reading time? |
|
Wouldn't that "star" clash with the text of the article if it is too long? |
Maybe. Coud you share some screenshots with both approaches? (With star + reading time) |
|
Every article has estimated reading time, so it should have a fixed position. Occasional elements (stars) can be shifted by other elements if needed. |
|
I was thinking in one table with:
|
|
I have rebased this PR to a branch in this repository: follow-up-pr-492-simounet-feature/reading-time-main-screen |
|
I propose to close this PR in favor of #592. If that was wrong please comment or directly reopen |

Hello there,
I wanted to add the reading time to each article on the main screen. I thinks it could be useful to know this information before switch to the article's view.
I started to do that but can't figure out how to update the placeholder with the correct value.
Also, I have to handle the right position for this information.
Any help appreciated.