-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SourceData Inspector #151
SourceData Inspector #151
Conversation
f8de129
to
c4a2f80
Compare
c4a2f80
to
1003337
Compare
1003337
to
34e528a
Compare
cd8973e
to
b973613
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome changes, added some suggestions 👍
58e4ddc
to
5edecaf
Compare
@Pipe({ | ||
name: 'highlight' | ||
}) | ||
export class HighlightSearch implements PipeTransform { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name is a bit unclear since we only use this for tree data filtering but not with any search options. Should be either more generic or more precise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have an idea? Maybe HighlightMatchingString
?
}) | ||
export class InspectionPanelComponent implements OnInit { | ||
export class InspectionPanelComponent implements OnInit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably become RightPanelComponent
return fetch.go() | ||
.then(_ => { | ||
if (!layer) | ||
throw new Error(`Error loading layer.`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could add more information to the error message. Maybe IDs?
.resizable-container-expanded { | ||
height: calc(100vh - 3em);; | ||
styles: [ | ||
`@layer erdblick { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we necessarily need layers?
Changes
then
and friendsUI Changes
Yet Missing & Bugs
The inspector title does not show the current featureInspecting source data does not get reflected in the windows URLSetting a column size for tree tables does not work at all, horizontal scrolling also does not work(won't fix)Listening for feature selection changes should (maybe) be moved out of the FeatureInspector(should be done separately)