rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.
https://processwire.com/talk/topic/13389-adminonsteroids/
GNU General Public License v2.0
39 stars 10 forks source link

Consistent UI and AdminThemeUikit compatibility #49

Closed jmartsch closed 7 years ago

jmartsch commented 7 years ago

Hi,

I made some modifications that your already great module looks also good in the AdminThemeUikit.

I also added a watch task to npm that you can run with npm run watch, which watches the .scss and .js files in the src directory and compiles and minifies the files in it.

Maybe you can add this instructions to the documentation.

rolandtoth commented 7 years ago

Thanks! I'm not using the Uikit theme so I appreciate the help. I'm using gulp atm but perhaps I'll switch to npm too. I've added a few words to the Wiki on npm instructions.

jmartsch commented 7 years ago

Thanks for merging. I also normally use gulp. But this was easier and quicker to integrate for me. If you have gulp scripts, why don´t you publish them with the repo?

rolandtoth commented 7 years ago

My gulpfile.js files are for the actual project and I just add AOS specific tasks there. I know it's not ideal, perhaps I'll change this later. But if npm tasks works fine perhaps there's no need.

I've just removed the "label" from the filterbox you've added, I hope it doesn't break anything in the Uikit theme.