-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Guidance, Description-List, Button, Notification]: Fix max-length indiactor's width and spacing, Hide variant option from Nested DL-Story, Adjust Button Height, Adjust Notification width and internal button styling #394
Merged
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
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 20, 2024 10:43
Destroyed
videoeero
reviewed
Jun 20, 2024
@@ -121,6 +126,7 @@ export class GuidanceComponent implements OnInit { | |||
|
|||
ngOnInit(): void { | |||
if (this.maxLength) { | |||
this._maxLengthWidth = this.maxLength > 100 ? 'lg' : this.maxLength > 10 ? 'md' : 'sm'; |
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.
This needs to be refactored away from ngOnInit to ngOnChanges, so if for some reason maxLength value changes the values must be calculated again.
github-actions
bot
temporarily deployed
to
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 20, 2024 13:19
Destroyed
github-actions
bot
temporarily deployed
to
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 20, 2024 13:57
Destroyed
xanxan
changed the title
[Guidance]: Fix max-length indiactor's width and spacing
[Guidance, Description-List]: Fix max-length indiactor's width and spacing, Hide variant option from Nested DL-Story
Jun 20, 2024
xanxan
force-pushed
the
fudis-paivystysvuoro-231-korjaukset
branch
from
June 20, 2024 15:25
14731fa
to
cbfa6e4
Compare
github-actions
bot
temporarily deployed
to
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 20, 2024 15:26
Destroyed
xanxan
changed the title
[Guidance, Description-List]: Fix max-length indiactor's width and spacing, Hide variant option from Nested DL-Story
[Guidance, Description-List, Button]: Fix max-length indiactor's width and spacing, Hide variant option from Nested DL-Story, Adjust Button Height
Jun 20, 2024
…ide button when setting for two lines
xanxan
force-pushed
the
fudis-paivystysvuoro-231-korjaukset
branch
from
June 20, 2024 19:10
cbfa6e4
to
edf2508
Compare
github-actions
bot
temporarily deployed
to
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 20, 2024 19:10
Destroyed
github-actions
bot
temporarily deployed
to
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 20, 2024 19:14
Destroyed
github-actions
bot
temporarily deployed
to
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 23, 2024 21:43
Destroyed
github-actions
bot
temporarily deployed
to
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 24, 2024 07:42
Destroyed
github-actions
bot
temporarily deployed
to
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 24, 2024 08:48
Destroyed
github-actions
bot
temporarily deployed
to
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 24, 2024 08:57
Destroyed
RiinaKuu
previously approved these changes
Jun 24, 2024
…same than the width of the grid
github-actions
bot
temporarily deployed
to
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 24, 2024 13:35
Destroyed
github-actions
bot
temporarily deployed
to
Documentation for branch fudis-paivystysvuoro-231-korjaukset
June 24, 2024 16:48
Destroyed
RiinaKuu
approved these changes
Jun 25, 2024
xanxan
changed the title
[Guidance, Description-List, Button]: Fix max-length indiactor's width and spacing, Hide variant option from Nested DL-Story, Adjust Button Height
[Guidance, Description-List, Button, Notification]: Fix max-length indiactor's width and spacing, Hide variant option from Nested DL-Story, Adjust Button Height, Adjust Notification width and internal button styling
Jun 27, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Jira-ticket: https://funidata.atlassian.net/browse/DS-330