aboutsummaryrefslogtreecommitdiffstats
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
* Add login pageGravatar Tom Willemse2013-06-231-0/+12
| | | | Nothing is yet done with the information, but it should soon.
* Add changing order of storiesGravatar Tom Willemse2013-06-201-2/+33
|
* Add changing of stateGravatar Tom Willemse2013-06-201-5/+20
| | | | | By clicking on a story's state you change that story's state to the next possible state.
* Replace front-end with ReactGravatar Tom Willemse2013-06-192-24/+162
|
* Get data on a story from the serverGravatar Tom Willemse2013-05-221-0/+16
| | | | | | Uses a GET request to get extra data about a story, if that story already exists it removes it so users can hide/show as much as they like.
* Hide new story formGravatar Tom Willemse2013-05-211-0/+8
Use jQuery to allow it to be toggled between visible and invisible.