Matthew Harris

Results 89 comments of Matthew Harris

Seems that the missing ingredient is outlined in the docs here: - https://github.com/CodetrixStudio/CapacitorGoogleAuth#web (which is to call the init function from the correct location depending on your framework)

Thanks :) Ah yes you're correct, I picked a bad example there, "Content Parts" is not a submenu item on the old admin theme, but with the items that are...

In the weekly meeting today we agreed to move over to the mobile menu throughout: 1. Make the mobile accordion style menu the default at all screen sizes 2. Keep...

yes I agree that the single menu should just be made visible throughout. I haven't seen @agriffard's work, I wasn't involved in the admin theme then but I'm guessing leaving...

#2634 should either give some tips or be resolved by the plans in this thread.

Note: https://github.com/Proligence/OrchardTesting

Yeah I'm trying :) You need to change your GitHub preferences. I think if you unstar it then emails will stop or if you dig around in settings you can...

Some of the wrappers use this shape from [CoreShapes.cs](https://github.com/OrchardCMS/Orchard/blob/dev/src/Orchard.Web/Core/Shapes/CoreShapes.cs#L787): ``` [Shape] public IHtmlString PlaceChildContent(dynamic Source) { return Source.Metadata.ChildContent; } ``` Which is used like `@Display.PlaceChildContent(Source: Model)` This seems like an...

also change search box border color: ![image](https://cloud.githubusercontent.com/assets/1038062/15267564/a2461da4-19bd-11e6-977a-8438b95363d6.png)

_This document got pretty long, pretty fast haha. I have been collecting these thoughts together recently but I hadn't posted them publicly yet because I wanted to have a clear...