Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-27 | Fix <label>s and <input>s that use unnecessary DOM IDs | Malf Furious | 1 | -10/+10 | |
I dont need to give these elements IDs, so I'm not going to | |||||
2016-02-06 | Merge the two auth views together | Malf Furious | 1 | -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 design | Malf Furious | 1 | -0/+34 | |
2016-01-03 | + Adding default view for Auth MVC | Malf Furious | 1 | -0/+13 | |