Appleseed / leaves.lite

Leaves.Lite presents a searchable web interface to links and bookmarks curated / organized in JSON or fed by a REST API.
Apache License 2.0
5 stars 10 forks source link

leaves - ui - tag listing should show number of items #35

Open xingh opened 6 years ago

xingh commented 6 years ago

​Desc: Right now the tag listing doesn't show number of items.

Acceptance Criteria: If a new item is added to a tag, it should show that it increased the number. Use the "Badges" CSS https://getbootstrap.com/docs/3.3/components/#badges

xingh commented 6 years ago

This may happen asyncronously and can take its time - because the tag call doesn't give counts. The secondary call can iterate through the list and do one tag a second..

If its not available, thats fine.. we can backlog until we wrap our own logic or get wallabag to implement.