aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/frontPageApp/personList.html
Commit message (Collapse)AuthorAgeFilesLines
* o Adding a page={page} when paging through the person list.Trygve Laugstøl2013-01-211-1/+1
|
* o Improved paging with a "view" state that's either 'loading', 'data' or ↵Trygve Laugstøl2013-01-211-5/+14
| | | | 'error'.
* o timestamp => createdDate in the JSON to be consistent.Trygve Laugstøl2013-01-181-1/+1
| | | | | o Better builds list. o Renaming person-avatar to avatar-xl.
* PagingTableService:Trygve Laugstøl2013-01-131-1/+10
| | | | | 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-2/+2
| | | | searching.
* o Implementing search on people page.Trygve Laugstøl2013-01-121-0/+11
|
* o Creating bin/web for running the web application.Trygve Laugstøl2013-01-111-0/+47