active_material icon indicating copy to clipboard operation
active_material copied to clipboard

Add/improve responsiveness

Open defec8edc0de opened this issue 8 years ago • 6 comments

Apparently some components are not responsive? Is this a feature or a bug? Tables for example, when I have an index table with a column that contains a lot of text in a row, it messes up the layout:

non-responsive-table

Any ideas for a fix?

defec8edc0de avatar Jun 07 '16 13:06 defec8edc0de

Gross! It's possible that we set up a style to prevent word wrapping for long urls. I can dig into that to improve the horizontal breakage here.

Back to the responsive question. The work on the master branch is not responsive. It was largely an effort to reskin and cover all existing active admin elements. We're working on a responsive version now:

screen shot 2015-09-24 at 1 56 09 pm

screen shot 2015-09-16 at 9 08 18 am

But it's slow going. I feel about 70% complete.

nhunzaker avatar Jun 08 '16 20:06 nhunzaker

Okay that are great news!

defec8edc0de avatar Jun 09 '16 10:06 defec8edc0de

Hello there! do you have any news about the responsive implementation?

jbcarpanelli avatar Jul 12 '16 16:07 jbcarpanelli

Progress is still slow, but all of the work is on the nh-responsive-redesign branch. It's definitely still a work in progress, but it's getting there:

screen shot 2016-07-13 at 9 54 10 am

screen shot 2016-07-13 at 9 54 56 am

screen shot 2016-07-13 at 9 55 04 am

screen shot 2016-07-13 at 9 55 09 am

One challenge I'm working through right now is tables:

screen shot 2016-07-13 at 9 55 26 am

I also need to polish up the search filter ui:

filters

But then a million other things. As I have time, I'm integrating the new UI into our own projects. This is helpful for ironing out issues.

Any thoughts? Anything you would like to see?

nhunzaker avatar Jul 13 '16 13:07 nhunzaker

How do i checkout this branch into rails project? @nhunzaker

NSNJRGL avatar Nov 15 '19 03:11 NSNJRGL

@Nasaakaa You can specify the branch in your Gemfile

dlederle avatar Nov 25 '19 14:11 dlederle