-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
feat(ui): finish about page #27
Conversation
Linked with #8 |
应当合并到dev而不是main |
也许应当加上我们自己的应用图标、应用介绍、贡献者列表等内容 |
嗯嗯 对的 还没写完 主要是 about page 没有设计稿 我要参考一下其他的 about page 是什么样的 |
clang-tidy review says "All clean, LGTM! 👍" |
抱歉 由于一些待完成的工作 导致编译没过 已经重新 git pull 了 |
clang-tidy review says "All clean, LGTM! 👍" |
|
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
此外,麻烦师傅们有空的时候能不能看一下 AboutPage.cc 我注释掉的部分呀 这部分的功能是打开网站 但是不知道为什么编译不过(可能是我技术不到位 写的代码有问题) |
sast-link-cxx-sdk 的bug,已修复,等待明天合入
@ArcticLampyrid 能处理一下吗
lambda表达式写的不对,看文档
|
* feat:some basic laying * feat(ui): basic laying on the page * ui laying primary draft * feat(ui): callbacks and root * attempt to fill in .cc and .slint * callbacks fiied * feat: setting page * feat: change theme when app start * chore: clean up code * feat(ui): add scroll view in setting page --------- Co-authored-by: Serein <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
增加了动画,修缮了一点小细节 |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
ab0ae83
to
57b7c51
Compare
clang-tidy review says "All clean, LGTM! 👍" |
…st-evento into feat/ui/about-page
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
executor() | ||
->asyncExecute(networkClient()->getFile(contributors[i].avatar_url), | ||
[&self = *this, i](Result<std::filesystem::path> result) { | ||
if (result.isErr()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: if with identical then and else branches [bugprone-branch-clone]
if (result.isErr()) {
^
Additional context
src/Controller/View/AboutPage.cc:53: else branch starts here
} else {
^
「TODO LIST」
有新版本:version abcd
更新内容:
button:前往下载/取消
如果没有更新,就显示「已是最新版本」