-
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
Feature/ab#1319 add detail panel to each marker on map #140
base: main
Are you sure you want to change the base?
Feature/ab#1319 add detail panel to each marker on map #140
Conversation
… filter + removed scrollbar + fixed translation mistake
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.
- Please fix issues in PR Added a feature to filter incidents by type #139 in the according PR. Answer questions.
- Dialog is looking different and not user friendly. Why you copied the code? Maintenance and further extensions might be difficult.
right: showPanel ? '320px' : '10px', | ||
bgcolor: 'white' | ||
|
||
function DecisionDialog() { |
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.
What was the reason to place the implementation of the DecisionDialog Component inside the file for the DecisionOverviewMap? Think about implementation options which would provide a better maintenance.
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.
Please reuse dialog component if possible. Video is not working and styling is different.
Description
Motivation and Context
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: