Migrating to gitlab...
Ask HN: Thoughts on new GitHub layout?
1–10 of 590 posts
Re: Ask HN: Thoughts on new GitHub layout?
#2One thing I just slightly dislike is that the width of the body is limited, but not the width of the header. Looks inconsistent.
Re: Ask HN: Thoughts on new GitHub layout?
#3Re: Ask HN: Thoughts on new GitHub layout?
#4Discussion on /r/github: https://www.reddit.com/r/github/comments/hei81f/
Personally I think it's an improvement on mobile - finally the entire README is readable by default.
That being said was there any warning/reasoning behind the change? I cannot find any announcements.
Re: Ask HN: Thoughts on new GitHub layout?
#5Turns out that glancing at the header was useful to tell what was going on!
On the plus side, GitLab's repo view (which I disliked because it felt cluttered and always hard to find what I wanted) is now easier to use and read than GitHub's, so that makes changing easier.
Re: Ask HN: Thoughts on new GitHub layout?
#6Example repository of a project that's invested in using GitHub: https://github.com/NixOS/nixpkgs Discussion on /r/github: https://www.reddit.com/r/github/comments/hei81f/ Personally I think it's an improvement on mobile - finally the entire README is readable by default. That being said was there any warning/reasoning behind the change? I cannot find any announcements.
I had a "Preview: Try the new layout and give us feedback" notification for about an hour, then it switched on permanently.
Optimistically, maybe they accidentally flipped a trial feature flag globally and it wasn't intended?
Re: Ask HN: Thoughts on new GitHub layout?
#7> Hrm. I just got switched to Github's new look and feel... and tbh, I _don't_ like it. I liked the 3D depth of the prior buttons. The new ones are too flat, the text is thinner, and they're too rounded. I appreciate that people worked on this, but... why was this change needed?
(See tweet for a screenshot comparison of the "New Issue" and "Edit" buttons before and after)
Re: Ask HN: Thoughts on new GitHub layout?
#8Ugh, they've gotten rid of the commit message, because they merged "commits" "branches" "tags" into the header bar. If you want to see what the latest commit was you need an additional click. Turns out that glancing at the header was useful to tell what was going on! On the plus side, GitLab's repo view (which I disliked because it felt cluttered and always hard to find what I wanted) is now easier to use and read th…