Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-27 | Rename examples/ directory | Malf Furious | 1 | -230/+0 | |
In preparation for the release, I'm renaming this directory since 'examples' is confusion and misleading. Really this directory just holds some old code that needs re-integrated, so I name it 'todo'. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-09-20 | Restore old example content to working examples directory | Malf Furious | 1 | -31/+78 | |
2016-06-08 | Start design for group view | Malf Furious | 1 | -11/+0 | |
2016-03-27 | Add settings modal to Common MVC | Malf Furious | 1 | -1/+0 | |
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 | -17/+11 | |
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 | -21/+1 | |
* Digested some example code | |||||
2015-12-18 | * Moved all remaining example content out of the app/ directory and into a ↵ | Malf Furious | 1 | -0/+0 | |
new /examples/ directory | |||||
2015-11-22 | + Added footer view to Master MVC (for placing JS includes at the bottom of ↵ | M | 1 | -3/+0 | |
pages) | |||||
2015-11-22 | + Added <head> view for Master MVC | M | 1 | -6/+0 | |
2015-11-20 | * Named old example content example.html to keep it around for now | M | 1 | -0/+0 | |
2015-11-16 | * Committing more front-end ideas to index.html -- Added tons of example ↵ | M | 1 | -46/+161 | |
content and made a rough-draft for a pad-view + Committing Sonic character images for use as example content on index.html | |||||
2015-11-16 | * Work on pad main screen | M | 1 | -2/+97 | |
2015-11-16 | + Committing jQuery code | M | 1 | -0/+20 | |
+ Created index file for designing page views |