material_admin icon indicating copy to clipboard operation
material_admin copied to clipboard

Drupal 8 Admin Theme

Results 9 material_admin issues
Sort by recently updated
recently updated
newest added

I got a message error on some forms, so to prevent such message I suggest to check if element array has the type attribute.

Hello @briancwald! Would you be so kind to tag a new release in Drupal.org? I can see that the latest release was 8.x-1.0-alpha6 released 10 March 2018, and there are...

The bottom sheet for notifications is pretty short and requires scrolling to view longer messages. Since the modal isn't any larger than it needs to be, it should have a...

The color palette is easy to update via scss by simply changing the `$primary`, `$secondary`, and `$accen`t variables in [color_schema.scss ](https://github.com/briancwald/material_admin/blob/8.x-1.x/scss/_color_schema.scss) however, this means you would need to sub theme...

Added RTL support by using the CSS post-processing tool [RTLCSS](https://rtlcss.com). - Added it as a gulp task - Removed any [dir=rtl] rules from the SCSS files as RTLCSS will take...

With Layout Builder being experimental in 8.5 and possibly stable in 8.6 it would be awesome if this theme fully supported the Layout Builder interface. Right now the off canvas...

[Original Post on Drupal.org](https://www.drupal.org/project/material_admin/issues/2962161) There are a couple of small UX regressions when comparing this theme's select dropdown widget to the standard Seven theme. Although minor, these types of interactions...

To increase performance we should be concatenating and minify our CSS/JS for the theme. Using a tool like [Gulp Util](https://github.com/gulpjs/gulp-util) will allow us to set a --production flag which we...

help wanted

I noticed that the Block layout page doesn't have a lot of specific Material Admin styling, and I think we could do some improvements there. Not sure how far we...