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/04 22:26:08 UTC

[GitHub] [apisix-website] 1502shivam-singh commented on pull request #553: feat: optimize the blog page display effect

1502shivam-singh commented on pull request #553:
URL: https://github.com/apache/apisix-website/pull/553#issuecomment-913048731


   > By modifying the content of `BlogListPage` `BlogPostItem` `BlogSidebar` `BlogPostPage` `BlogTagsPostsPage` in `@docusaurus/theme-classic`.
   
   Looks really clean. Now that these components are swizzled we are in full control of our blog.
   
   > What do you think of it? You can see the effect through the preview link, welcome to point out problems or make suggestions ~
   
   Something I noticed, when I click on, say `technology` tag then `security` tag disappears. Similarly for others, if I click some tag than some other tag disappears in sidebar.
   So if I am correct, you are following some graph type structure here, like on clicking on `technology` it will also show other tags that come with blogs that contain `technology` tag. 
   
   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.
   
   What do you think ? Or was the current effect expected for some reason ?
   


-- 
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