summaryrefslogtreecommitdiff
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
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 (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/delta/css/web.css2112
-rw-r--r--frontend/delta/html/index_template.html5
-rw-r--r--frontend/delta/js/Clipperz/PM/DataModel/DevicePreferences.js90
-rw-r--r--frontend/delta/js/Clipperz/PM/Proxy.js1
-rwxr-xr-xfrontend/delta/js/Clipperz/PM/Proxy/Proxy.JSON.js4
-rw-r--r--frontend/delta/js/Clipperz/PM/Proxy/Proxy.Offline.LocalStorageDataStore.js4
-rw-r--r--frontend/delta/js/Clipperz/PM/UI/Components/CardDetail.js85
-rw-r--r--frontend/delta/js/Clipperz/PM/UI/Components/CardList.js13
-rw-r--r--frontend/delta/js/Clipperz/PM/UI/Components/Checkbox.js44
-rw-r--r--frontend/delta/js/Clipperz/PM/UI/Components/LoginForm.js6
-rw-r--r--frontend/delta/js/Clipperz/PM/UI/Components/Overlay.js7
-rw-r--r--frontend/delta/js/Clipperz/PM/UI/Components/PreferencePage.js88
-rw-r--r--frontend/delta/js/Clipperz/PM/UI/MainController.js130
-rw-r--r--frontend/delta/js/React/react-0.5.0-alpha.js13239
-rw-r--r--frontend/delta/js/main.js3
-rw-r--r--frontend/delta/less/web/mixin.less87
-rw-r--r--frontend/delta/less/web/overlay.less157
-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
-rw-r--r--frontend/delta/scss/web.scss (renamed from frontend/delta/less/web.less)1
-rw-r--r--frontend/delta/scss/web/480.scss (renamed from frontend/delta/less/web/480.less)0
-rw-r--r--frontend/delta/scss/web/768.scss (renamed from frontend/delta/less/web/768.less)0
-rw-r--r--frontend/delta/scss/web/992.scss (renamed from frontend/delta/less/web/992.less)0
-rw-r--r--frontend/delta/scss/web/add2home.scss (renamed from frontend/delta/less/web/add2home.less)0
-rw-r--r--frontend/delta/scss/web/behavior.scss (renamed from frontend/delta/less/web/behavior.less)4
-rw-r--r--frontend/delta/scss/web/checkbox.scss96
-rw-r--r--frontend/delta/scss/web/flexbox.scss138
-rw-r--r--frontend/delta/scss/web/fonts.scss (renamed from frontend/delta/less/web/fonts.less)0
-rw-r--r--frontend/delta/scss/web/mixin.scss107
-rw-r--r--frontend/delta/scss/web/overlay.scss115
-rw-r--r--frontend/delta/scss/web/style.scss (renamed from frontend/delta/less/web/style.less)324
-rw-r--r--scripts/builder/frontends/deltaBuilder.py9
-rwxr-xr-xscripts/proxy/main.py5
34 files changed, 15565 insertions, 1356 deletions
diff --git a/frontend/delta/css/web.css b/frontend/delta/css/web.css
index eb2f102..239c9ed 100644
--- a/frontend/delta/css/web.css
+++ b/frontend/delta/css/web.css
@@ -1,1353 +1,1643 @@
1/* 1/*
2 2
3Copyright 2008-2013 Clipperz Srl 3Copyright 2008-2013 Clipperz Srl
4 4
5This file is part of Clipperz, the online password manager. 5This file is part of Clipperz, the online password manager.
6For further information about its features and functionalities please 6For further information about its features and functionalities please
7refer to http://www.clipperz.com. 7refer to http://www.clipperz.com.
8 8
9* Clipperz is free software: you can redistribute it and/or modify it 9* Clipperz is free software: you can redistribute it and/or modify it
10 under the terms of the GNU Affero General Public License as published 10 under the terms of the GNU Affero General Public License as published
11 by the Free Software Foundation, either version 3 of the License, or 11 by the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version. 12 (at your option) any later version.
13 13
14* Clipperz is distributed in the hope that it will be useful, but 14* Clipperz is distributed in the hope that it will be useful, but
15 WITHOUT ANY WARRANTY; without even the implied warranty of 15 WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17 See the GNU Affero General Public License for more details. 17 See the GNU Affero General Public License for more details.
18 18
19* You should have received a copy of the GNU Affero General Public 19* You should have received a copy of the GNU Affero General Public
20 License along with Clipperz. If not, see http://www.gnu.org/licenses/. 20 License along with Clipperz. If not, see http://www.gnu.org/licenses/.
21 21
22*/ 22*/
23 23
24@font-face { 24@font-face {
25 font-family: 'Source Code Pro'; 25 font-family: 'Source Code Pro';
26 font-style: normal; 26 font-style: normal;
27 font-weight: 200; 27 font-weight: 200;