Skip to content

Commit

Permalink
Restructure of app, final implementation of design & clean up
Browse files Browse the repository at this point in the history
* Views / Controllers / Apps are better organised (but not perfect)
* Removed old unused HTML and kept a simple template in index.html 
* Notices are smart in that a typing notice shown and then hidden will not cause another notice to disappear such as a warning
* Use of a more normal eventEmitter pattern with .on, .off etc. on the core models view and app
* Controller / app / view hooked up now complete
* Better date formats such as today, yesterday etc.
* Support for auto login with ?autoLogin=name for local development
  • Loading branch information
mattheworiordan committed Nov 12, 2015
1 parent 29832c9 commit 11f0b80
Show file tree
Hide file tree
Showing 12 changed files with 773 additions and 552 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ plugins/
!plugins/fetch.json
node_modules
.sass-cache
*.css.map
79 changes: 48 additions & 31 deletions www/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions www/css/style.css.map

This file was deleted.

0 comments on commit 11f0b80

Please sign in to comment.