mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-25 12:35:55 +00:00
Load message list over JSON
- Add jquery-load-template to bower
- Add moment (date rendering) to bower
- Load message list JSON via /api/v1/mailbox
- Render message list using jquery template
- Fix resize related problems with message list height caused by
2092949dbc
This commit is contained in:
43
themes/bootstrap/public/bower_components/jquery-load-template/.bower.json
vendored
Normal file
43
themes/bootstrap/public/bower_components/jquery-load-template/.bower.json
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "jquery-load-template",
|
||||
"homepage": "http://codepb.github.io/jquery-template/",
|
||||
"authors": [
|
||||
"Paul Burgess <paul.j.burgess@outlook.com>"
|
||||
],
|
||||
"description": "jQuery plugin for loading and using templates. The plugin is designed to be simple yet powerful, and supports loading templates from within the page, or using AJAX to load html files.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/codepb/jquery-template.git"
|
||||
},
|
||||
"main": "dist/jquery.loadTemplate-1.5.6.js",
|
||||
"keywords": [
|
||||
"templates",
|
||||
"templating",
|
||||
"jquery-plugin"
|
||||
],
|
||||
"ignore": [
|
||||
"Examples",
|
||||
"tests",
|
||||
".gitattributes",
|
||||
".gitignore",
|
||||
".travis.yml",
|
||||
"loadTemplate.jquery.json",
|
||||
"MIT-LICENSE.txt",
|
||||
"package.json",
|
||||
"readme.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.8"
|
||||
},
|
||||
"version": "1.5.6",
|
||||
"_release": "1.5.6",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.5.6",
|
||||
"commit": "54c882c2aefa361e6faa7cdfc6abcf8c68bd505b"
|
||||
},
|
||||
"_source": "git://github.com/codepb/jquery-template.git",
|
||||
"_target": "^1.5.6",
|
||||
"_originalSource": "jquery-load-template",
|
||||
"_direct": true
|
||||
}
|
||||
Reference in New Issue
Block a user