You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/05 09:51:41 UTC

[GitHub] [apisix-website] liuxiran opened a new issue #554: Improve the tag interaction logic in blog page

liuxiran opened a new issue #554:
URL: https://github.com/apache/apisix-website/issues/554


   Awesome, thanks @Baoyuantop .
   
   and there are something would make this feature better to use, as @1502shivam-singh pointed in https://github.com/apache/apisix-website/pull/553#issuecomment-913048731
   > This, as is understandable can become little confusing. So I guess an option could be keeping the sidebar static, not changing on clicking on tags, just changing the background of the tag clicked to red.
   
   this suggestion would be a better choice, 
   
   and more details :
   * when user choose a tag, e.g. technology,  this tag should be marked color red, and all the posts contains technology tag should be listed.
   * when user choose two tags, e.g. technology and news, these two tags should be marked color red, and all the posts contains technology should be list, and all the posts contains news tag should be list too. Attention that, the posts contains both  technology and news tags, should be only list one time.
   * when user choose `All` tag, clear all other tags selected, and list all posts.
   
   what do you think?
   
   _Originally posted by @liuxiran in https://github.com/apache/apisix-website/issues/553#issuecomment-913055305_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] juzhiyuan closed issue #554: Improve the tag interaction logic in blog page

Posted by GitBox <gi...@apache.org>.
juzhiyuan closed issue #554:
URL: https://github.com/apache/apisix-website/issues/554


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] Baoyuantop commented on issue #554: Improve the tag interaction logic in blog page

Posted by GitBox <gi...@apache.org>.
Baoyuantop commented on issue #554:
URL: https://github.com/apache/apisix-website/issues/554#issuecomment-913176163


   In general, these are two problems that need to be resolved:
   
   1. Find a method or API to get all blog data in `BlogListPage` and `BlogTagsPostPage`.
   At present, the data of tags comes from the list page on the right side of it. In BlogPostPage, I used cancel pagination to get all the blog data. But I didn’t find a way to get it in BlogTagsPostPage, which also caused the display of tags to appear abnormal after selecting a tag.
   
   2. Find a way to filter multiple tags at the same time in `docusaurus`.This can better support users to view blogs under multiple tags at the same time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org