-
Notifications
You must be signed in to change notification settings - Fork 486
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
Toast Alert needs to be placed at the bottom left and default auto closing time set to 8 secs #910
Comments
As far as I know the position of the toast alert is not defined by the component but by where is used. About the closing time, where is that documented? Thx! |
The position for About closing time, not sure where it was, but we're currently employing 5s (maybe following the old pattern?) -> https://github.com/liferay/clay/blob/master/packages/clay-alert/src/ClayAlertBase.js#L37 |
Oh, ok, is about that class then, not about the component. About closing time I asume we're following the "old" patter, what I mean is... where's the new one documented? 😅 |
lexicon-system/2.0/admin/patterns/alerts/system-messages/documentation/alerts-lexicon-documentation |
… bottom left of the screen
…ixes liferay#910 `autoClose` to true follows the default values and when number follows the values passed by the API. Default times: Stripe: 5s Toast: 8s
…me` for `_startedTime` | Fixes liferay#910
…only passes the duration to ClayAlertBase | Fixes liferay#910
…liferay#910 Soy does not interpret that in ClayToast and ClayStripe we are treating autoClose to always return an `int`. We leave in soy the `autoClose` any and we guarantee that in our STATE in js do the validation to Number.
Adds a new `delayTime` option and changes the ClayToast time to 8/s | Fixes #910
@victorvalle where should the alert be positioned on small screens? At the bottom still? |
Update: (#910) Alerts move `.alert-notifications-fixed` to the bottom…
… and span full width in smaller screens Update: (liferay#910) Alert added `.alert-notifications-static-sm-down` for alerts that push content down in small screens New: (liferay#910) Alert added options to configure `$alert-notifications-max-width-mobile`, `$alert-notifications-static-sm-down-box-shadow`, `$alert-notifications-static-sm-down-margin-bottom`, `$alert-notifications-static-sm-down-margin-left`, `$alert-notifications-static-sm-down-margin-right`, `$alert-notifications-static-sm-down-margin-top`
…and aligned to the bottom in smaller screens
Update: (#910) Alert Notifications Fixed should be full width and ali…
Please set alert toast to be appear at the bottom left corner of the screen and 8 secs closing time for automatic close ones
The text was updated successfully, but these errors were encountered: