Search
Views admin filters and/or table grouping
Table may not be showing groupings correctly.
Mobile menu alignment
Context
Mobile menu toggle button and links are a bit janky.
Resolution
Menu button is 1.5em wide, align-items: center.
Required indicator should appear at end of label
Currently in it’s own column. Review inline/flex rules.
Sidebar design
Sidebars appear to the right or left of the content when they fit, or collapse into a content header or footer on narrow screens.
Sidebars can be implemented as a region in the page template, configured in the block layout.
Sidebars could also be…
Rearrange filters table is broken
Sidebar text wrapping/overflow
The fixed width and text wrapping cause this header to wrap.
https://contrib.drupalarchitect.info/project/mantra-theme/task/216-media-library-styles
Analysis
The Content w/ sidebar component, used in the layout currently uses --sidebar-…
Use button link style on some form buttons
The form for adding fields to an entity has a button to change the field type next to continue, and they both look the same.
I have a style for button.link in libraries/global/component/button.css.
How to apply it here, and other form…
Favicon not appearing on prod
I fixed the favicon, but it's only working locally.
https://contrib.drupalarchitect.info/project/mantra-theme/task/264-responsive-favicons
TODO: Figure out whey prod is not working.Is it the cloudflare caching?
Nope, I just didn't push the code yet.
Favicon
Hook for adding favicons and locations.
/**
* Responsive favicon.
*
* Implements hook_page_attachments_alter().
*/
function mantra_starter_page_attachments_alter(array &$attachments) {
$theme_path = \Drupal::service('extension.list.theme…
Screenshots are too big
Screenshot is a media display that has a dashed border and opens full size in a modal.
Sometimes they can get too big.
TODO
Set max height (600px?)
Add size options.