pingcap / website

The website of PingCAP. Powered by Gatsby ⚛️ and Rocket 🚀.
11 stars 21 forks source link

Support display all blog posts via tag and category icons #211

Closed CaitinChen closed 4 years ago

CaitinChen commented 4 years ago

Currently, in the blog page, when we click a category icon, we will see posts of this category. In this case, when we want to see all posts, we have to click "Blog" in the horizontal navigation bar at the top of the page or the Back button in the browser.

We hope: When we've chosen a tag or category icon, if we click this icon again, the choosing effect is canceled. (Then, we will see all posts.)

@dcalvin FYI.

YiniXu9506 commented 4 years ago

@CaitinChen All the tags and categories button on the right side of blog page are links, not check buttons. This is not a strong requirement to change this. Please refer the logic on other sites.

CaitinChen commented 4 years ago

@YiniXu9506 OK. After investigation and discussion with @dcalvin, we hope you can add a new category named "All". When we click "All", we can see all blog posts. Thanks.