aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/core
Commit message (Collapse)AuthorAgeFilesLines
* o Adding a page={page} when paging through the person list.Trygve Laugstøl2013-01-211-0/+8
|
* o Improved paging with a "view" state that's either 'loading', 'data' or ↵Trygve Laugstøl2013-01-211-26/+46
| | | | 'error'.
* o Adding "jenkins_users" to the JSON representation of a person.Trygve Laugstøl2013-01-171-4/+4
| | | | o Showing the avatar on the person page too.
* PagingTableService:Trygve Laugstøl2013-01-131-4/+15
| | | | o Preventing sending too many queries. Sending the latest query when the previous one completes.
* PagingTableService:Trygve Laugstøl2013-01-131-1/+29
| | | | | o Adding support for showing a spinner if the query takes more than 500ms. o Adding a spinner when searching for people.
* o Adding PagingTableService.showNext()/nextDisabled() for better look when ↵Trygve Laugstøl2013-01-131-7/+34
| | | | searching.
* o Nailing the navbar to the top.Trygve Laugstøl2013-01-131-1/+1
|
* o Implementing search on people page.Trygve Laugstøl2013-01-121-2/+16
|
* o Creating bin/web for running the web application.Trygve Laugstøl2013-01-113-0/+114