-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add Hide/Show all checks
button to commit status check
#26284
Conversation
If there's only one commit status, there's no scrollbar. But if I click Edited: |
And there's two border lines here. 🤔 Edited: |
Yeah, this is step two, and I wish I can also fix #25279 in step two. (But I'm not good at frontend 😢) Edited: |
Can I change the max-width in L9 directly? It seems that this comes from tippy, not sure whether we can change it manually. It seems that it is not correct, it should be at least |
It is a original tippy.js rule: It seems to be a way to prevent a tippy instances from becoming wider than the page, and therefore go partially off-screen. It should not influence such dropdowns that are not nearly as wide as the page ( I think your issue is related to something different than that rule. |
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: delvh <dev.lh@web.de>
37006a2
to
e8ddbc9
Compare
It's right in the PR page but not in the popup because of the missing parent class. |
It's not related to Clarifying the root problem would always help the code quality. |
We should replace it with |
14c9688
to
46e528b
Compare
46e528b
to
a5f5953
Compare
The background color of |
Why not use |
We can do this for the Edit: done in 5b8a735. |
@wxiaoguang unblock? |
* upstream/main: Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source (go-gitea#27798) [skip ci] Updated translations via Crowdin Add `Hide/Show all checks` button to commit status check (go-gitea#26284) Fix http protocol auth (go-gitea#27875) Display issue task list on project cards (go-gitea#27865) Reduce margin/padding on flex-list items and divider (go-gitea#27872)
) Step one for a GitHub like commit status check ui: ![image](https://github.com/go-gitea/gitea/assets/18380374/22953b88-1f91-4d19-bc57-ad92d33fa11f) ![image](https://github.com/go-gitea/gitea/assets/18380374/78572a49-c9b0-472b-86a8-8293197e807b) ![image](https://github.com/go-gitea/gitea/assets/18380374/bc5c8d1c-2ab5-4b03-b8c6-20c34b86d856) Step two: ![image](https://github.com/go-gitea/gitea/assets/18380374/938b359e-8823-4192-b82d-55fa40b986fd) ![image](https://github.com/go-gitea/gitea/assets/18380374/2de5bb8f-40f5-462a-8d6d-bac13a32bc2a) The design now will list all commit status checks which takes too much space. This is a pre-improve for go-gitea#26247 --------- Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Step one for a GitHub like commit status check ui:
Step two:
The design now will list all commit status checks which takes too much space.
This is a pre-improve for #26247