karrot-dev / karrot-frontend

We migrated to https://codeberg.org/karrot/karrot-frontend
https://codeberg.org/karrot/karrot-frontend
427 stars 178 forks source link

Increase default activity page size to 20 #2712

Closed nicksellen closed 3 months ago

nicksellen commented 3 months ago

This is not a full fix, but slightly improves the situation for now.

The problem is that we order activities by a column that is not unique-enough, see this discussion https://github.com/encode/django-rest-framework/discussions/7888

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.67%. Comparing base (e17e2e7) to head (71ee8d6). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2712 +/- ## ========================================== - Coverage 73.69% 73.67% -0.02% ========================================== Files 404 404 Lines 44225 44236 +11 Branches 2440 2449 +9 ========================================== Hits 32593 32593 - Misses 11632 11643 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.