-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Annotation Search and Verification Pages
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
- Loading branch information
1 parent
96507ec
commit 03fa8fe
Showing
97 changed files
with
5,507 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.