Add aggregate on view groups headers (#9749)

Adding aggregate operations on view groups headers, with a design
similar to what is done on kanban headers: all view groups share the
same operation on the same field.


https://github.com/user-attachments/assets/26f6dd6f-1cf7-4ea6-9600-78d5ad5d690a
This commit is contained in:
Marie
2025-01-20 18:26:30 +01:00
committed by GitHub
parent 8762af050a
commit 3838fef812
8 changed files with 132 additions and 91 deletions

View File

@ -10,7 +10,7 @@ const globalCoverage = {
const modulesCoverage = {
branches: 25,
statements: 44,
lines: 45,
lines: 44,
functions: 38,
include: ['src/modules/**/*'],
exclude: ['src/**/*.ts'],