Show contributions with multiple contributors as grouped entries #233

Open
raucao wants to merge 9 commits from feature/231-group-contributions into master
Owner

Groups contributions in single rows. When clicked/selected, the row expands and shows the single contributions (with veto buttons when unconfirmed).

Additionally, the contribution details show and link to other contributors if it's part of a group contribution.

Bonus UI improvement: the details pane is now sticky on desktop, so you can actually see the details of what you select when scrolling down.

closes #231
closes #234

Groups contributions in single rows. When clicked/selected, the row expands and shows the single contributions (with veto buttons when unconfirmed). Additionally, the contribution details show and link to other contributors if it's part of a group contribution. Bonus UI improvement: the details pane is now sticky on desktop, so you can actually see the details of what you select when scrolling down. closes #231 closes #234
raucao added the ui/uxfeature labels 2026-07-26 15:24:33 +00:00
raucao added 5 commits 2026-07-26 15:24:34 +00:00
raucao added 2 commits 2026-07-26 15:38:24 +00:00
Correct avatar size and vertical centering
Improve background colors for grouped entries
CI / Lint (pull_request) Successful in 55s
CI / Test (pull_request) Successful in 1m36s
4b6ca6eea9
raucao added 2 commits 2026-07-26 16:06:37 +00:00
Make details pane sticky on desktop
CI / Lint (pull_request) Successful in 52s
CI / Test (pull_request) Successful in 1m31s
8a8d4f3d04
closes #234
raucao marked the pull request as ready for review 2026-07-26 16:06:47 +00:00
raucao added the kredits-2 label 2026-07-26 16:12:25 +00:00
Some checks are pending
CI / Lint (pull_request) Successful in 52s
CI / Test (pull_request) Successful in 1m31s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/231-group-contributions:feature/231-group-contributions
git checkout feature/231-group-contributions
Sign in to join this conversation.