We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
StyleKit.imageOfHotTopic()
StyleKit.imageOfBoardCategory()
.imageOfUpvote()
.imageOfDownvote()
imageOfComment()
.imageOfAuthor()
.imageOfClock()
.withRenderingMode(.alwaysTemplate)
GET /api/articles/popular
No need to implement "board selection UI" because the popular article configuration should be reserved for further discussion.
You may reuse BoardCellNode(this should be renamed as ArticleCellNode to avoid confusion, sorry), if you would like to implement with Texture.
BoardCellNode
ArticleCellNode
The text was updated successfully, but these errors were encountered:
xxi511
No branches or pull requests
StyleKit.imageOfHotTopic()
StyleKit.imageOfBoardCategory()
,.imageOfUpvote()
,.imageOfDownvote()
,imageOfComment()
,.imageOfAuthor()
,.imageOfClock()
.withRenderingMode(.alwaysTemplate)
(See: https://stackoverflow.com/a/26965557/3796488)GET /api/articles/popular
https://api.devptt.dev:5000/#/article/get_api_articles_popularNo need to implement "board selection UI" because the popular article configuration should be reserved for further discussion.
You may reuse
BoardCellNode
(this should be renamed asArticleCellNode
to avoid confusion, sorry), if you would like to implement with Texture.The text was updated successfully, but these errors were encountered: