Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat(advanced search): try to reuse resource and property selection (D…
…SP-1587) (#290) * feat(advanced search): try to reuse resource and property selection * feat(advanced search): restrict resource classes by linking property's object constraint * feat(advanced search): restrict resource classes by linking property's object constraint * feat(advanced search): make new parent component for resource and property selection * feat(advanced search): move new parent component into lib * feat(advanced search): use new component in advanced search form * test(advanced search): adapt tests (ongoing) * test(advanced search): adapt tests (ongoing) * test(advanced search): adapt tests (ongoing) * fix(dev build): remove exports from module * test(advanced search): adapt tests (ongoing) * test(advanced search): adapt tests (ongoing) * test(advanced search): adapt tests (ongoing) * test(advanced search): adapt tests (ongoing) * refactor(advanced search): start from validation on AfterViewChecked * test(advanced search): fix e2e tests (ongoing) * test(advanced search): fix e2e tests (ongoing) * test(advanced search): do not install specific version of webdriver * refactor(advanced search): move CSS * test(advanced search): simplify spec * test(advanced search): simplify spec * test(advanced search): simplify spec
- Loading branch information
1 parent
fc9e935
commit 523af24
Showing
13 changed files
with
577 additions
and
424 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
.select-resource-class { | ||
margin-left: 8px; | ||
} | ||
.select-property { | ||
margin-left: 16px; | ||
|
||
.property-button { | ||
margin: 0 12px 64px 0; | ||
} | ||
} |
Oops, something went wrong.