Closed hudson-newey closed 3 weeks ago
Size Change: +124 B (0%)
Total Size: 3.59 MB
Filename | Size | Change | |
---|---|---|---|
dist/workbench-client/browser/@ecoacoustics/web-components/components.js |
116 kB | +66 B (+0.06%) | |
dist/workbench-client/browser/@ecoacoustics/web-components/custom-elements.json |
9.59 kB | +7 B (+0.07%) | |
dist/workbench-client/browser/@ecoacoustics/web-components/verification-grid-BTP5tbOH.js |
0 B | -12 kB (removed) | π |
dist/workbench-client/browser/main-7AVCUVYU.js |
0 B | -1.13 MB (removed) | π |
dist/workbench-client/server/main.js |
1.94 MB | -16 B (0%) | |
dist/workbench-client/browser/@ecoacoustics/web-components/verification-grid-DnTXiJ40.js |
12.1 kB | +12.1 kB (new file) | π |
dist/workbench-client/browser/main-2BSDE7KO.js |
1.13 MB | +1.13 MB (new file) | π |
βββββββββ4 filesβββββββββββ4 suitesβββ7m 9s :stopwatch: 15β992 testsβ15β584 :heavy_check_mark:β408 :zzz:β0 :x: 16β140 runsββ15β732 :heavy_check_mark:β408 :zzz:β0 :x:
Results for commit 6f43afac.
:recycle: This comment has been updated with latest results.
Fix downloading verification grid results
Downloading verification grid results was previously broken due to injected services being included in the
toJSON
outputChanges
mediaService
instance in theAnnotation
model. Allowing for advanced DI and improves consistancy with how other services are injected in other models (e.g. for association services)^
prefix)Issues
Fixes: #2157
Final Checklist
npm run lint
)npm run test:all
)