-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add fullscreen mode as a more efficient operation way to view projects #34081
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
base: main
Are you sure you want to change the base?
Add fullscreen mode as a more efficient operation way to view projects #34081
Conversation
Could the "Actions Logs" fullscreen share the same logic? |
templates/org/projects/view.tmpl
Outdated
<div class="ui container fluid padded"> | ||
{{template "projects/view" .}} | ||
<div class="ui container fluid padded org-projects-view"> | ||
{{template "projects/view" dict "." . "FullscreenElementsSelector" ".org-projects-view"}} |
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.
The old layout is not right, the new change makes things worse.
projects/view
already has its own "ui container" and it could have a unified CSS class name.
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.
I'm very sorry. From what I can see on the page, I don't find anything inappropriate. I can't tell what's wrong with the layout. Or rather, I don't understand what you think the correct layout should be.
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.
See latest commits
#34015 (comment)