Forgive me if this is covered elsewhere, but I haven't found it yet. One of the things that I do like about GitHub is actually the community/social aspect. For example, I follow projects I am interested in, and I can see notifications from all of them on one page--without filling up my email inbox. I also follow users who have similar interests, and I often discover new projects when I see in my feed (which I read vi…
Thanks for your feedback and questions! >One of the things that I do like about GitHub is actually the community/social aspect. For example, I follow projects I am interested in, and I can see notifications from all of them on one page--without filling up my email inbox. I also follow users who have similar interests, and I often discover new projects when I see in my feed (which I read via RSS) that they've starred…
Sr.ht, the hacker's forge, now open for public alpha
211–220 of 221 posts
Re: Sr.ht, the hacker's forge, now open for public alpha
#212Re: Sr.ht, the hacker's forge, now open for public alpha
#213Does the mailing-list PR model show you at a glance which PRs have been merged?
Re: Sr.ht, the hacker's forge, now open for public alpha
#214Earlier quoted context omitted.
It does already have some JS. On the builds page, when it is running a build, it refreshes every second to show new output.
This is accomplished without JavaScript.
Re: Sr.ht, the hacker's forge, now open for public alpha
#215Earlier quoted context omitted.
This is accomplished without JavaScript.
There’s a script tag on the builds page that reloads the page every second, according to the page source. How is that not JavaScript?
The script you found removes it and does it a different way so it can scroll to the bottom. Optional progressive enhancement.
Re: Sr.ht, the hacker's forge, now open for public alpha
#216Earlier quoted context omitted.
There’s a script tag on the builds page that reloads the page every second, according to the page source. How is that not JavaScript?
The key to doing it without JavaScript is this: The script you found removes it and does it a different way so it can scroll to the bottom. Optional progressive enhancement.
Re: Sr.ht, the hacker's forge, now open for public alpha
#217Don't change the order of the header for each page
dispatch
lists
git
builds
todo
man
meta
Currently the active page is moved to the left. Just make it bold and retain its position.