Skip to content
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

Commits on Jul 29, 2024

  1. 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.
    SimonPistache committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2de1629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    814f072 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    20917c7 View commit details
    Browse the repository at this point in the history
  2. 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.
    SimonPistache committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a9265a2 View commit details
    Browse the repository at this point in the history
  3. 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.
    SimonPistache committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    31dcdf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2efba09 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    cfac52d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    05d9810 View commit details
    Browse the repository at this point in the history