-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add/improve responsiveness #24
Comments
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: But it's slow going. I feel about 70% complete. |
Okay that are great news! |
Hello there! do you have any news about the responsive implementation? |
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: One challenge I'm working through right now is tables: I also need to polish up the search filter ui: 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? |
How do i checkout this branch into rails project? @nhunzaker |
@Nasaakaa You can specify the branch in your Gemfile |
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:
Any ideas for a fix?
The text was updated successfully, but these errors were encountered: