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:
@ -10,7 +10,7 @@ const globalCoverage = {
|
||||
const modulesCoverage = {
|
||||
branches: 25,
|
||||
statements: 44,
|
||||
lines: 45,
|
||||
lines: 44,
|
||||
functions: 38,
|
||||
include: ['src/modules/**/*'],
|
||||
exclude: ['src/**/*.ts'],
|
||||
|
||||
Reference in New Issue
Block a user