mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-18 21:06:22 +08:00
This commit adds a new option `@modalForMobile` for `<DMenu />` which allows to display a `<DModal />` when expanding a menu on mobile. This commit also adds a `@views` options to toasts which is an array accepting `['mobile', 'desktop']` and will control if the toast is show on desktop and/or mobile. Finally this commit allows to hide the progressBar even if the toast is set to `@autoClose=true`. This is controlled through the `@showProgressBar` option. |
||
|---|---|---|
| .. | ||
| d-button-tooltip.gjs | ||
| d-default-toast.gjs | ||
| d-float-body.gjs | ||
| d-float-portal.gjs | ||
| d-inline-float.gjs | ||
| d-inline-menu.gjs | ||
| d-inline-tooltip.gjs | ||
| d-menu.gjs | ||
| d-popover.gjs | ||
| d-toast.gjs | ||
| d-toasts.gjs | ||
| d-tooltip.gjs | ||