New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading list: add number of items in the header #3124
Comments
|
Currently, the home page shows the total amount of all articles (including Archived). Would this show that number or only the non-archived count? |
|
@andrewrod33 good point, I think it should list the number of non archived, and then in the https://dev.to/readinglist/archive page it should show the number of archived posts |
|
if there are no items in the reading list would the count be absent or zero? |
|
@bolariin good question. I'd replicate the logic for the reading list count of the homepage: which seems to be: |
Is your feature request related to a problem? Please describe.
From the homepage it is possible to see how many items there are in the reading list.
Once inside https://dev.to/readinglist that information is not accessible
Describe the solution you'd like
Add the number of articles in the title.
From the current
to something like
Additional context
This number has to update anytime an item is removed or archived I guess
The text was updated successfully, but these errors were encountered: