Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-22 | Deprecate application code | Malf Furious | 1 | -83/+0 | |
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design. | |||||
2016-06-12 | Add refresh btn to Scrott navbar | Malf Furious | 1 | -0/+2 | |
2016-06-11 | Add navbar dropdown for selecting group page to view | Malf Furious | 1 | -0/+12 | |
2016-06-01 | Add modal view to create a new user group | Malf Furious | 1 | -0/+12 | |
2016-05-29 | Add copyright notice to application view files | Malf Furious | 1 | -0/+18 | |
2016-03-27 | Move getUserGlyphicon function from common model into user class | Malf Furious | 1 | -1/+1 | |
2016-03-27 | Only include the Setting modal if currently logged in | Malf Furious | 1 | -1/+3 | |
This prevents sending un-necessary HTML to the client on login/signup pages and allows code on the setting modal to assume that getCurrentUser() will always return an object. | |||||
2016-03-27 | Add settings modal to Common MVC | Malf Furious | 1 | -0/+3 | |
This modal dialog will be used to change app and object settings from any page in the app. The link to open it is added to the user button menu. | |||||
2016-03-27 | Update application navbar | Malf Furious | 1 | -1/+14 | |
The navbar now has a different view when logged in. I added the 'user button' which shows alert info and has a menu. Currently, the only menu item is 'Log out'. | |||||
2016-01-03 | * Start of application navbar | Malf Furious | 1 | -0/+20 | |
* Digested some example code | |||||
2016-01-02 | + Adding initial view files for common MVC | Malf Furious | 1 | -0/+1 | |