jordanjay29 There are many extensions on Beta that are tagged as Extension/Themes. I posted this topic for users to use on their forums, not to develop here on the forum.
Hope you're understanding what I mean.
jordanjay29 There are many extensions on Beta that are tagged as Extension/Themes. I posted this topic for users to use on their forums, not to develop here on the forum.
Hope you're understanding what I mean.
arda If it's unstable and in development stages, it does not satisfy our extension guidelines. I'll happily move it back once it's release ready.
And just a heads up but I receive a '504 Gateway Time-out' when attempting to view the demo you provided in the link. May want to check that out so people can see what it looks like live.
Prosperous Same here.
Nathan5226 Its an issue with freeflarum ?, @Sanguine will prolly resolve it shortly
Prosperous And just a heads up but I receive a '504 Gateway Time-out' when attempting to view the demo you provided in the link. May want to check that out so people can see what it looks like live.
It's now working for me. It was probably related to what @Frink said below.
So I will be asking a few questions to improve this theme and here's the first one:
Do you guys want the hovering shadow back? Like it was there before and I removed it and made all shadows a single value for mobile optimization.
For example, when you hover over posts, discussions and other elements, they increase their drop shadow and become visible.
Issue with FreeFlarum is resolved, sorry for the inconvenience! See the FreeFlarum thread for more information.
They look elegant, but they don't look so good on the mobile side. Like these naughty icons, this also exists in the demo site.
yiveco Thank you for your report. Please see my response to your issue you opened at the repository.
I'm doing some experimenting with the design and wanted to ask everyone something.
I replaced the background color of all Alert
's with the Material snackbar color and decided using the same design with Alert--error
's and Alert--success
'.
So, the question is, should I keep the colors, or make them all like this?
I had the idea of changing the close button color to the alert type, so that's an option too.
It would be great to use subresource integrity to protect a forum from potential malicious changes that hosted script.
It would also be great to protect the stylesheets but that's sadly not possible as the whole interest of using an hosted version here is to change it at will. At least stylesheets are not as dangerous as scripts (yet).
I computed the missing hash but sadly it doesn't work because that CDN hasn't configured the correct CORS header...
<script defer src="https://code.getmdl.io/1.3.0/material.min.js" integrity="sha384-KxJ0gpu9LJdUtdV6oe5/l3PSF37awRaWGFhnKt8hq6vS3/Wlzy1YPuJzIwg/ljkW" crossorigin="anonymous"></script>
If somebody could get those material guys to fix their CDN (and update their example "hosted" section to use subresource integrity) that would be better for everyone. Is it a project backed by Google ? I would be very surprised they overlooked that if it's them ?
clarkwinkelmann Is it a project backed by Google ?
getmdl.io is a project by Google.
clarkwinkelmann It would be great to use subresource integrity to protect a forum from potential malicious changes that hosted script.
I'll try it. Thanks.
This theme is now available as an extension, hooray!
I'm also removing the beta warning, so this can be listed at Extensions/Themes. @jordanjay29, can you move it, please?
Installation is still so simple:
composer require extum/flarum-ext-material
This is a notice for everyone who's using (or interested in using it in the near future). We have addressed major issues in 1.0.0-beta.1 such as the style file not loading in the admin panel.
We fixed all these issues for 1.0.0-beta.2 and we plan to release 1.0.0-beta.2 on 2 August. You can see 1.0.0-beta.2 progress here: https://github.com/Extum/flarum-ext-material/milestone/4. You can contribute with PRs to speed up the development.
I'm publishing this to let you know we didn't forget the admin panel, and it's an issue ?
Thank you for your understanding.
We are going to offer customization settings (e.g. Material Icons or Font Awesome) to users via the admin panel and we need suggestions for it.
You can read more and submit suggestions at Extum/flarum-ext-material109.
It looks very clean. Nice work.
I believe it is to much shadow (dp) around the cards, icons.
Or is the shadows 2dp like it is at:
https://getmdl.io/components/index.html#cards-section
DMT Yes, I'm aware. Today I'm going to fix all shadows (decrease).
I'll let you know when I'm done so you can tell me how did I do.
Is this Okay? You can see the difference.
If you like it, I will apply this shdaow to all other elements as I'm aware they are all too much.
Update: Here is the branch for elevations https://github.com/Extum/flarum-ext-material/tree/elevation I will be working there, if you could help, that would be awesome.