OpenGeoscience / geoweb

Open source geoscience tools and applications
8 stars 3 forks source link

We should use boostrap for dialogs and other UI components #146

Closed cjh1 closed 10 years ago

cjh1 commented 10 years ago

It looks like there are some jquery components being used as well. It would be nice to have a consistent UI.

aashish24 commented 10 years ago

Agreed. What other components?

cjh1 commented 10 years ago

Are the workflow dialogues jquery?

On Fri, Sep 13, 2013 at 12:04 PM, Aashish Chaudhary < notifications@github.com> wrote:

Agreed. What other components?

— Reply to this email directly or view it on GitHubhttps://github.com/OpenGeoscience/geoweb/issues/146#issuecomment-24405126 .

benbu commented 10 years ago

Yes they are jquery-ui. Do we use bootstrap dialogs anywhere? We could use http://bootboxjs.com/, or just use bootstrap classes for modal divs.

cjh1 commented 10 years ago

Yes, the ESGF login dialog is a boostrap modal dialog. Personally I think they look a little better than the JQuery equivalent.

benbu commented 10 years ago

the workflow dialog and algorithm select now use bootstrap modal, and the layer info has a new custom style and behavior. Anything else?

aashish24 commented 10 years ago

Thanks Ben!