You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request creates an annotations search page & accompanying verification grid to the workbench client.
Fixes: #2140
Features
- Add open-ecoacoustics web components as a dependency
- Add annotations search page
- Add verification interface page
- Add @angular/elements allowing us to create custom elements using Angular components (was needed for full Lit + - Angular interoperability within slotted content)
- Add semantic selectors to wip component
- Add disabled attributes to date-time-input.component start/end date/time inputs
- Add pageSize attribute to pagination template
- You can now add response headers to the SSR server using the angular.json serve.options.headers object
Bug Fixes
- Fix the previously non-functional UnsavedInputGuard
- Fix docker image publish workflow doubling the inputted tag name on manual dispatches
- Fix docker version build numbers now use an incrementing number instead of the number of commits in the tag
- Fixes a bug with route titles when viewing profiles
- Fixes a bug where typeahead input component pills would not be vertically centered
- Fix failing CI due to deprecated dependencies
Code Quality
- Disable AOT during development builds and disable lib check (don't typecheck third party library code). These changes result in decreased dev build time by ~40-50%
- Add new test helpers selectFromTypeahead and getElementByInnerText
Users have expressed the desire to verify annotations created by various human annotators and machine learning models.
To accomplish this, we should utilize the new Open Ecoacoustics oe-verification-grid web component.
Figma designs
The text was updated successfully, but these errors were encountered: