https://github.com/cvan/github-live-comments
Live code comments on GitHub without refreshing the page
https://github.com/cvan/github-live-comments
Last synced: about 1 year ago
JSON representation
Live code comments on GitHub without refreshing the page
- Host: GitHub
- URL: https://github.com/cvan/github-live-comments
- Owner: cvan
- Created: 2012-07-30T05:01:46.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-30T05:02:06.000Z (almost 14 years ago)
- Last Synced: 2025-03-24T09:50:18.005Z (about 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Live Comments
Tired of refreshing the page, following links in your email notifications, and opening the same commit a dozen times? Now you can do live code reviews. Yeah, boi.

## Requirements
* dotjs
## Disclaimers
It's buggy. Wait for a stable release.
## TODO
* Update line notes when edited.
* Create line notes container when there are no existing line notes.
* Update comments at bottom of page.
* Do not notify me of my own comments added if I enter them from a different tab/window.
* Add ability to pause, resume, and restart (when polling halts after too much idling).
* Make sure line counts in sidebar get updated properly.
* Add CSS transitions when comments are deleted, added, edited.