summaryrefslogtreecommitdiffstats
path: root/app/view/pad_closed.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-11-10Add 'No issues' message to empty closed issue listMalf Furious1-0/+4
Signed-off-by: Malf Furious <m@lfurio.us>
2018-11-05Add pad closed issues viewMalf Furious1-7/+11
This view is routable from app/<pad_guid>/closed. It is a separate view for displaying the closed issues of a pad. index.php as well as the pad model code is also updated to support this view. This view currently *does not* support paging. This will very likely be added in the future. Signed-off-by: Malf Furious <m@lfurio.us>
2018-10-27Replace pad and group view headsMalf Furious1-1/+1
Since there is currently no way to set heads for these objects, I am replacing them with the appropriate glyphicon. Signed-off-by: Malf Furious <m@lfurio.us>
2018-10-22pad: Add on-page button to open new issueMalf Furious1-0/+4
First button added to the header of pad views is to open new issues. This interface is still very crude and subject to change in the near future. Signed-off-by: Malf Furious <m@lfurio.us>
2018-10-22pad: Render issue modals on pad viewMalf Furious1-0/+5
This logic instanciates an issue modal view for each issue to be accessable from a pad view.
2018-09-24Add missing requireMalf Furious1-0/+1
2018-09-20Add start of single-pad viewMalf Furious1-5/+15
2018-07-19Add basic dashboard pageMalf Furious1-12/+6
2018-02-10Add exception handler viewMalf Furious1-0/+46