-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Responsive view - 1 (testing / WIP) #1641
Conversation
I lack the CSS experience to give this any kind of useful technical review. I can read it fine, and it follows about what I'd expect, but if there were gotchas or bad practices hiding, I'd have no clue. 😅 That said, it looks way better on mobile. So my inclination would be to give it a few days to see if anybody more intelligent than me shows up to give it review, but otherwise plan to merge. One thing I did wonder: you added some new javascript, and we've generally tried to keep the page pretty functional even when the browser has javascript disabled. But I couldn't find any cases where it didn't seem to behave reasonably even with javascript disabled. So...comments / review from others? |
Oh, also: thank you very much for working on this! |
I just noticed my live PR and will make changes along with no-JS sidebar. :) |
First off I must concur. The website does look way way better on mobile. Thanks for working on this @adsingh14 ! Having said that, I must admit that my web dev knowledge is pretty limited too. So, no guarantees on thorough reviews here too, sorry. But I also did some usability testing on the deployed site. It seems to work well for the most part, which is a good thing. I noticed three things which I wanted to point out.
|
@sivaraam I'm aware of your mentioned issue already. I'm getting some issues to run search offline and that's my top priority. |
May I know on which device you're testing this ? |
Great! I've added a few lines to run collapsible sidebar without javascript. Before squashing my commits into a single one, is it mandatory to run 'searchbar' (refer. to #1421 (comment) )? Although, searched results screen is same as the other pages. PS: I'll create a new branch which includes all changes in a single commit including 'No javascript' sidebar functionality. |
I haven't had a chance to look carefully at the new changes, but I re-spun-up the review app to give people something to look at. And I think the issue with search is unrelated to your PR. IIRC, the review-app setup doesn't have access to all of the secret variables, which includes the credentials for the search database. On a similar review-app which touches nothing related (https://git-scm-pr-1630.herokuapp.com/), search doesn't work there either. |
Great then ! I will create a new PR which will have a single commit of the changes I made till now. :) |
Transferred to #1644. |
Changes
Issue: #1421
Context
Current website is not responsive.