Dialogs are fullscreen and not sizing properly#157
Conversation
tarekio
left a comment
There was a problem hiding this comment.
Good. Nit picking: event and geo dialogs are still full screen, we can minimize them to fit the fields.
|
@tarekio do you mean the dialogs that are in the split view?
|
…vering-the-hole-screen
Correct, it should look like the one in the Actor. |
…hole-screen' of https://github.com/sjacorg/bayanat into BYNT-1430-Searching-for-related-actors-is-covering-the-hole-screen
|
@tarekio updated events and geolocation should use the regular dialog dimensions now |
|
@level09 I set 60% as the initial default, but the split-view component actually emits the panel width as a percentage. We then apply that value to both the left and right panel widths, ensuring child dialogs resize correctly. For example: |
…vering-the-hole-screen
This is better but these dialogs now appear in the middle of the screen, covering left side. They should appear on right only, centered. |
…430-Searching-for-related-actors-is-covering-the-hole-screen
|
@tarekio the event and geolocation dialogs should now be contained into the right panel |
…e fixed positioning to avoid scrolling to center
tarekio
left a comment
There was a problem hiding this comment.
Good now. Bulletin is different than Actor and Incident, but we'll redesign these dialogs soon so we can fix that at that point.
…vering-the-hole-screen




Jira Issue
Description
Due to recent changes in #97 an update was made to the latest vuetify version that included some changes, that caused the dialog to ignore custom sizes when the prop fullscreen was used. This update changes the width through the content styles
Checklist
API Changes (if applicable)
Additional Notes
[Any other relevant information]