Updated site to scale better on small screens; Added clearfix css; Updated shadow feature to use css shadows instead of js/images.
Added code to the admin part of the site - still non-functional. Need to fix JSON streaming over HTTP such that native types (boolean, Date, int) are preserved for the DB; Need to finish the restore functionality & the hide/show of the edit, delete, and restore buttons on each editor page.
This commit is contained in:
@@ -28,12 +28,13 @@
|
||||
"passport-local": "^1.0.0",
|
||||
"pg": "^4.4.3",
|
||||
"pg-hstore": "^2.3.2",
|
||||
"sequelize": "^3.0",
|
||||
"sequelize-cli": "^2.4.0",
|
||||
"sequelize": "latest",
|
||||
"sequelize-cli": "latest",
|
||||
"serve-favicon": "~2.2.0",
|
||||
"session-file-store": "~0.0.24",
|
||||
"stylus": "~0.42.3",
|
||||
"swig": "~1.4.2",
|
||||
"socket.io": "^1.4.8"
|
||||
"socket.io": "^1.4.8",
|
||||
"msgpack5": "latest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user