summaryrefslogtreecommitdiff
path: root/frontend/delta/properties
authorGiulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-10-02 07:59:30 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-10-02 07:59:30 (UTC)
commit1180b7b195157aaeb4f0d5380e0c886bbd06c2e2 (patch) (unidiff)
tree709e33a09d9325d382aabaf0a0828e20ebdb96db /frontend/delta/properties
parent20bea94ab6b91c85b171dcf86baba0a64169d508 (diff)
downloadclipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.zip
clipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.tar.gz
clipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.tar.bz2
Updated /delta
Switched from less to scss. Still no build script to update the final CSS, though. Added preliminary support for storing account data on browser's local storage for offline viewing. No public backend currently support this feature.
Diffstat (limited to 'frontend/delta/properties') (more/less context) (show whitespace changes)
-rw-r--r--frontend/delta/properties/delta.properties.json10
-rw-r--r--frontend/delta/properties/manifest.appcache20
-rw-r--r--frontend/delta/properties/manifest.webapp17
3 files changed, 29 insertions, 18 deletions
diff --git a/frontend/delta/properties/delta.properties.json b/frontend/delta/properties/delta.properties.json
index c23e6a8..dafbdf8 100644
--- a/frontend/delta/properties/delta.properties.json
+++ b/frontend/delta/properties/delta.properties.json
@@ -33,3 +33,7 @@
33 33
34 "React/react-0.4.1.js", 34 "-- React/react-0.4.1.js",
35 "React/react-0.5.0-alpha.js",
36
37 "-- Hammer/hammer-1.0.5.js",
38
35 "Cubiq/add2home.js", 39 "Cubiq/add2home.js",
@@ -112,2 +116,4 @@
112 116
117 "Clipperz/PM/DataModel/DevicePreferences.js",
118
113 "-- Clipperz/PM/UI/Web/Components/BaseComponent.js", 119 "-- Clipperz/PM/UI/Web/Components/BaseComponent.js",
@@ -120,2 +126,3 @@
120 "Clipperz/PM/UI/Components/Overlay.js", 126 "Clipperz/PM/UI/Components/Overlay.js",
127 "Clipperz/PM/UI/Components/Checkbox.js",
121 "Clipperz/PM/UI/Components/PageTemplate.js", 128 "Clipperz/PM/UI/Components/PageTemplate.js",
@@ -125,2 +132,3 @@
125 "Clipperz/PM/UI/Components/CardDetail.js", 132 "Clipperz/PM/UI/Components/CardDetail.js",
133 "Clipperz/PM/UI/Components/PreferencePage.js",
126 "Clipperz/PM/UI/Components/ErrorPage.js", 134 "Clipperz/PM/UI/Components/ErrorPage.js",
diff --git a/frontend/delta/properties/manifest.appcache b/frontend/delta/properties/manifest.appcache
new file mode 100644
index 0000000..edebcc1
--- a/dev/null
+++ b/frontend/delta/properties/manifest.appcache
@@ -0,0 +1,20 @@
1CACHE MANIFEST
2# 2013-10-01:v0.0.1
3
4CACHE:
5# - Explicitly cached 'master entries'.
6index.html
7
8NETWORK:
9# - Resources that require the user to be online.
10#login.php
11#/myapi
12#http://api.twitter.com
13
14FALLBACK:
15# - static.html will be served if main.py is inaccessible
16# - offline.jpg will be served in place of all images in images/large/
17# - offline.html will be served in place of all other .html files
18# /main.py /static.html
19# images/large/ images/offline.jpg
20# *.html /offline.html \ No newline at end of file
diff --git a/frontend/delta/properties/manifest.webapp b/frontend/delta/properties/manifest.webapp
deleted file mode 100644
index cd18e01..0000000
--- a/frontend/delta/properties/manifest.webapp
+++ b/dev/null
@@ -1,17 +0,0 @@
1{
2 "name": "Clipperz",
3 "description": "Keep it to yourself: store and manage your password and online credentials",
4 "launch_path": "/delta/index.html",
5 "icons": {
6 "16": "https://www.clipperz.com/manifests/logo/16.png",
7 "32": "https://www.clipperz.com/manifests/logo/32.png",
8 "30": "https://www.clipperz.com/manifests/logo/30.png",
9 "60": "https://www.clipperz.com/manifests/logo/60.png",
10 "128": "https://www.clipperz.com/manifests/logo/128.png"
11 },
12 "developer": {
13 "name": "Clipperz",
14 "url": "https://www.clipperz.com"
15 },
16 "default_locale": "en"
17} \ No newline at end of file