Skip to content
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/business dialog #202

Merged
merged 17 commits into from
Nov 11, 2019
Merged

Feature/business dialog #202

merged 17 commits into from
Nov 11, 2019

Conversation

samlanzz
Copy link
Contributor

@samlanzz samlanzz commented Oct 24, 2019

feat(business): dialog

Add a dialog component for the business scope.
NOTE: there are still overflow issues for the dialog body.

vlanz added 2 commits October 21, 2019 13:26
Implement dialog component, create dialog examples and documentation
@samlanzz samlanzz requested a review from kyubisation October 24, 2019 05:27
Copy link
Collaborator

@kyubisation kyubisation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is currently a problem with the layering, as the header is currently on top of the overlay.
To change this, the z-index entries in app.component.scss need to be adapted:
.brand z-index: 980
.menu z-index: 980
.burger-icon z-index: 990

vlanz added 8 commits October 28, 2019 08:39
Fix layering for dialog component
Improve imports on dialog styling
Remove double declaration
Extract components and directives into separate files
Add positioning and size configuration, separate styles to components
Copy link
Contributor Author

@samlanzz samlanzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are still some issues with this component, I'm slowly working through them. My main concerns at the moment:

  • initial dialog size
  • content not scrolling when size is set by hand
  • ugly & > * selector in dialog-container.component.scss

Any input is appreciated!

@kyubisation
Copy link
Collaborator

I'll have a look at the changes.
Something I initially forgot to mention: Thank you very much for the contribution 😃

Improve default size and scroll overflow of content
Copy link
Collaborator

@kyubisation kyubisation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks to be nearly done.
Thank you very much for your effort.
In regard to & > *; Since we have limited possibilities here, it is fine.

Improve example description
vlanz added 5 commits November 11, 2019 09:23
Set default dialog max-height
Remove unnecessary initial focus
Remove perfect scrollbar from dialog footer
Refactor styles to reside inside component structure
Remove unnecessary styles and directive for dialog title
@samlanzz samlanzz marked this pull request as ready for review November 11, 2019 12:35
@kyubisation
Copy link
Collaborator

LGTM 😃
Thank you very much for the contribution!

@kyubisation kyubisation merged commit e625c59 into master Nov 11, 2019
@kyubisation kyubisation deleted the feature/business-dialog branch November 11, 2019 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants