summaryrefslogtreecommitdiffstats
path: root/app/view/auth/default.view.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-03-27Fix <label>s and <input>s that use unnecessary DOM IDsMalf Furious1-10/+10
I dont need to give these elements IDs, so I'm not going to
2016-02-06Merge the two auth views togetherMalf Furious1-24/+90
For design reasons and to simplify flow of control throughout the app login/signup sequence, these two views are being merged together. This will autimately make the auth MVC less stateful, which I think is good. NOTE: This breaks the Auth MVC, the model and controller will need updated to support this new, single default view
2016-01-26+ Added a basic login page designMalf Furious1-0/+34
2016-01-03+ Adding default view for Auth MVCMalf Furious1-0/+13