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.
This commit is contained in:
Giulio Cesare Solaroli
2013-10-02 09:59:30 +02:00
förälder 20bea94ab6
incheckning 1180b7b195
34 ändrade filer med 15565 tillägg och 1356 borttagningar

Visa fil

@@ -31,7 +31,11 @@
"MochiKit/Selector.js",
"-- MochiKit/Visual.js",
"React/react-0.4.1.js",
"-- React/react-0.4.1.js",
"React/react-0.5.0-alpha.js",
"-- Hammer/hammer-1.0.5.js",
"Cubiq/add2home.js",
"Clipperz/YUI/Utils.js",
@@ -110,6 +114,8 @@
"Clipperz/PM/DataModel/DirectLoginFormValue.js",
"Clipperz/PM/DataModel/OneTimePassword.js",
"Clipperz/PM/DataModel/DevicePreferences.js",
"-- Clipperz/PM/UI/Web/Components/BaseComponent.js",
"-- Clipperz/PM/UI/Web/Components/Overlay.js",
"-- Clipperz/PM/UI/Web/Components/LoginForm.js",
@@ -118,11 +124,13 @@
"-- Clipperz/PM/UI/Web/Controllers/MainController.js",
"Clipperz/PM/UI/Components/Overlay.js",
"Clipperz/PM/UI/Components/Checkbox.js",
"Clipperz/PM/UI/Components/PageTemplate.js",
"Clipperz/PM/UI/Components/LoginForm.js",
"Clipperz/PM/UI/Components/RegistrationWizard.js",
"Clipperz/PM/UI/Components/CardList.js",
"Clipperz/PM/UI/Components/CardDetail.js",
"Clipperz/PM/UI/Components/PreferencePage.js",
"Clipperz/PM/UI/Components/ErrorPage.js",
"Clipperz/PM/UI/MainController.js",

Visa fil

@@ -0,0 +1,20 @@
CACHE MANIFEST
# 2013-10-01:v0.0.1
CACHE:
# - Explicitly cached 'master entries'.
index.html
NETWORK:
# - Resources that require the user to be online.
#login.php
#/myapi
#http://api.twitter.com
FALLBACK:
# - static.html will be served if main.py is inaccessible
# - offline.jpg will be served in place of all images in images/large/
# - offline.html will be served in place of all other .html files
# /main.py /static.html
# images/large/ images/offline.jpg
# *.html /offline.html

Visa fil

@@ -1,17 +0,0 @@
{
"name": "Clipperz",
"description": "Keep it to yourself: store and manage your password and online credentials",
"launch_path": "/delta/index.html",
"icons": {
"16": "https://www.clipperz.com/manifests/logo/16.png",
"32": "https://www.clipperz.com/manifests/logo/32.png",
"30": "https://www.clipperz.com/manifests/logo/30.png",
"60": "https://www.clipperz.com/manifests/logo/60.png",
"128": "https://www.clipperz.com/manifests/logo/128.png"
},
"developer": {
"name": "Clipperz",
"url": "https://www.clipperz.com"
},
"default_locale": "en"
}