-
Notifications
You must be signed in to change notification settings - Fork 205
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 responsive design to default views #751
Comments
I'd love to take this up! |
@faustinoaq should i hold off until #746 is closed? also, to test it, should i uninstall amber then install from the branch I'm working on? |
@faraazahmad I think #746 will be merged very soon 👍 so, go ahead 💯 I think you can work over @ChangJoo-Park branch (https://github.com/ChangJoo-Park/amber/tree/bootstrap-4) so when that PR is merged you don't need to update your files again, because To test it You don't need to uninstall amber at all, just compile it locally in your cloned working fork repo and use By example right now, I have amber git clone [email protected]:faustinoaq/amber.git
cd amber
shards install
shards build amber --production # Avoid to compile ameba linter (used only on Travis CI)
cd ..
./amber/bin/amber new forum --deps -d sqlite
cd forum
#rm -rf lib/amber && cp -r ../amber lib/amber # required if you're working on amber core
../amber/bin/amber watch Then you can rebuild it and use |
Should I also add a |
Also, is it necessary to keep the upwards pointing arrow on |
@faraazahmad Oh, nice suggestions!, no problem, I think you can publish a new PR, with some screen captures, explaining why the new responsive design for welcome page (forms, grids, auth, etc) is better that current one, and what things should be replaced/removed/added 😉 I think responsive is good, by example, I'm implementing the new error page (based on Phoenix one) and looks pretty responsive: (even in mobile) |
This is great @faraazahmad and @faustinoaq |
Closing this issue since it was address in ChangJoo-Park@520afc7 |
@eliasjpr No, this is not solved yet, the @ChangJoo-Park PR was about Bootstrap 4 update, no responsive design was added 😅 |
What else is remaining? |
@faraazahmad We still need to fix navbar on small screens (maybe using a menu) and change forms/tables/grids to be responsive 😅 Welcome page need some responsive design enhancements as well: |
Wait a second, @eliasjpr @faraazahmad Did #746 handle responsive design? I thought we gonna include responsive design changes in a new PR, see: #746 (comment) |
I did include a navbar toggler in the navbar |
@faraazahmad Oh, nice!, thank you so much! I guess we need to open a new PR including your changes because I can't see them on master 😅
|
Description
I think we should support responsive design for small screens 👇
Steps to Reproduce
Not applicable (feature request)
Versions
Master bea1063
Additional Information
We need to tweak css media queries a bit as well 😅
The text was updated successfully, but these errors were encountered: