-
Notifications
You must be signed in to change notification settings - Fork 23
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
Adapt modal design to large screens #2995
Merged
RasmusKjeldgaard
merged 85 commits into
develop
from
enhancement/2977-add-large-screen-functionality-to-modal
Jun 6, 2023
Merged
Adapt modal design to large screens #2995
RasmusKjeldgaard
merged 85 commits into
develop
from
enhancement/2977-add-large-screen-functionality-to-modal
Jun 6, 2023
Conversation
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
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
April 24, 2023 11:10
Inactive
RasmusKjeldgaard
force-pushed
the
enhancement/2977-add-large-screen-functionality-to-modal
branch
from
April 25, 2023 13:23
101885e
to
d5fcbae
Compare
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
April 25, 2023 13:31
Inactive
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
April 26, 2023 07:18
Inactive
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
April 26, 2023 11:29
Inactive
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
April 27, 2023 12:41
Inactive
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
April 27, 2023 12:42
Inactive
It gives unwanted padding on page-based examples, as e.g. pages scrollbar with be spaced from the viewport edge.
This change only affects desktop, as sizes are not implemented for mobile
This is to avoid magic numbers for paddings in code and tests as the margin would have to be subtracted from the paddings in header and footer for the design to look correct.
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
May 17, 2023 07:29
Inactive
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
May 17, 2023 11:57
Inactive
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
May 17, 2023 12:13
Inactive
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
May 22, 2023 12:07
Inactive
…l' of https://github.com/kirbydesign/designsystem into enhancement/2977-add-large-screen-functionality-to-modal
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
May 22, 2023 13:39
Inactive
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.
Just reviewed the added docs stuff @jakobe, looks great!
.../src/app/examples/modal-example/embedded-modal-example/embedded-modal-example.component.html
Outdated
Show resolved
Hide resolved
.../src/app/examples/modal-example/embedded-modal-example/embedded-modal-example.component.html
Show resolved
Hide resolved
Co-authored-by: RasmusKjeldgaard <rkk@bankdata.dk>
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
May 23, 2023 11:35
Inactive
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
May 25, 2023 09:06
Inactive
github-actions
bot
temporarily deployed
to
pr-2977-add-large-screen-functionality-to-modal
June 2, 2023 08:20
Inactive
jakobe
approved these changes
Jun 6, 2023
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.
🤞🏻
RasmusKjeldgaard
deleted the
enhancement/2977-add-large-screen-functionality-to-modal
branch
June 6, 2023 09:05
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
This PR closes #2977
What is the new behavior?
Does this PR introduce a breaking change?
Are there any additional context?
Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Reminders
Review
When the pull request has been approved it will be merged to
develop
by Team Kirby.