jasonhinkle / phreeze

Phreeze Framework for PHP
http://phreeze.com/
GNU Lesser General Public License v2.1
377 stars 166 forks source link

Bootstrap3 and FontAwesome4 #155

Open ysa-kreativeiq opened 10 years ago

ysa-kreativeiq commented 10 years ago

I am in the process of integrating a look & feel requiring B3 and F4, did anyone attend this and would like to highlight some of the areas or changes to be made, I have made quite a few changes and keep coming across issues... would be easier if someone here has already done this.

Is a Phreeze migration to B3 in the work?

jasonhinkle commented 10 years ago

I'm a little slow getting back due to being on vacation. We are using Bootstrap 3 and FA4 on some projects with Phreeze but I haven't gotten around to fully updating the templates. There is a pull request with some code as well. I do intend to get this updated.

As well Backbone.js needs to be updated too. It is a never-ending processing keeping the template generator up to date - any and all help is always appreciated!

ysa-kreativeiq commented 10 years ago

I understand, I ended up creating a builder3 repertory which now generates B3 FA4 compatible code. All in all, pretty straight forward. In the process I had to upgrade the datepicker, combo, and timepicker components for B3 compatibility.

Seems to have done the trick for me, I did not look at Backbone.js and Underscore newer versions.

Still have one issue relating to timepicker showing in the background of the modal, probably a z-index issue... should be fixed momentarily. Will let you know when I get everything working,

jasonhinkle commented 10 years ago

That's fantastic! I would definitely be interested in pulling in your changes if you make them available.

ysa-kreativeiq commented 10 years ago

Will do, still correcting some compatibility issues between B2 and B3...

Should make a release in the next few days, will send you a push request when I do...