-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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(#31666): Set the columns height to hug all its contents #31726
Merged
lunny
merged 8 commits into
go-gitea:main
from
SimonPistache:31666-project-columns-height-by-content
Sep 16, 2024
Merged
feat(#31666): Set the columns height to hug all its contents #31726
lunny
merged 8 commits into
go-gitea:main
from
SimonPistache:31666-project-columns-height-by-content
Sep 16, 2024
Commits on Jul 29, 2024
-
feat(go-gitea#31666): Set the columns height to hug all its contents
In Projects, columns heights are defined by the sum of all contents height of the biggest column, rather than a fraction of the viewport height. It default to 60vh when there is no cards to display.
Configuration menu - View commit details
-
Copy full SHA for 2de1629 - Browse repository at this point
Copy the full SHA 2de1629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 814f072 - Browse repository at this point
Copy the full SHA 814f072View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20917c7 - Browse repository at this point
Copy the full SHA 20917c7View commit details -
fix(go-gitea#31666): Fix scroll brief display while dragging cards
As demonstrated in go-gitea#31726 (comment), an horizontal scrollbar can appears while dragging a card to a column from the right side, as the ghost card is animated to fit in. Force hidding the scrollbars using overflow:clip.
Configuration menu - View commit details
-
Copy full SHA for a9265a2 - Browse repository at this point
Copy the full SHA a9265a2View commit details -
fix(go-gitea#31666): Fix v-scroll brief display at the board level
A vertical scrollbar can appears while dragging a card-out, when the column height is higher than the heght-viewport and the board is being reduced (quicker than its contents). Force hidding the scrollbars using overflow:clip.
Configuration menu - View commit details
-
Copy full SHA for 31dcdf8 - Browse repository at this point
Copy the full SHA 31dcdf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2efba09 - Browse repository at this point
Copy the full SHA 2efba09View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfac52d - Browse repository at this point
Copy the full SHA cfac52dView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05d9810 - Browse repository at this point
Copy the full SHA 05d9810View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.