Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
5b78e89e
Commit
5b78e89e
authored
Mar 24, 2014
by
Addy Osmani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Addressing feedback
parent
174bbc42
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
86 deletions
+21
-86
architecture-examples/polymer/bower.json
architecture-examples/polymer/bower.json
+3
-3
architecture-examples/polymer/bower_components/polymer-localstorage/AUTHORS
...les/polymer/bower_components/polymer-localstorage/AUTHORS
+0
-9
architecture-examples/polymer/bower_components/polymer-localstorage/CONTRIBUTING.md
...mer/bower_components/polymer-localstorage/CONTRIBUTING.md
+0
-1
architecture-examples/polymer/bower_components/polymer-localstorage/LICENSE
...les/polymer/bower_components/polymer-localstorage/LICENSE
+0
-27
architecture-examples/polymer/bower_components/polymer-localstorage/PATENTS
...les/polymer/bower_components/polymer-localstorage/PATENTS
+0
-23
architecture-examples/polymer/bower_components/polymer-localstorage/bower.json
.../polymer/bower_components/polymer-localstorage/bower.json
+0
-8
architecture-examples/polymer/elements/td-item.css
architecture-examples/polymer/elements/td-item.css
+6
-7
architecture-examples/polymer/elements/td-model.html
architecture-examples/polymer/elements/td-model.html
+4
-2
architecture-examples/polymer/elements/td-todos.css
architecture-examples/polymer/elements/td-todos.css
+5
-5
architecture-examples/polymer/elements/td-todos.html
architecture-examples/polymer/elements/td-todos.html
+3
-1
No files found.
architecture-examples/polymer/bower.json
View file @
5b78e89e
...
...
@@ -3,8 +3,8 @@
"version"
:
"0.0.0"
,
"dependencies"
:
{
"todomvc-common"
:
"~0.1.4"
,
"polymer-selector"
:
"Polymer/polymer-selector"
,
"flatiron-director"
:
"Polymer/flatiron-director"
,
"polymer-localstorage"
:
"Polymer/polymer-localstorage"
"polymer-selector"
:
"Polymer/polymer-selector"
,
"flatiron-director"
:
"Polymer/flatiron-director"
,
"polymer-localstorage"
:
"Polymer/polymer-localstorage"
}
}
architecture-examples/polymer/bower_components/polymer-localstorage/AUTHORS
deleted
100644 → 0
View file @
174bbc42
# Names should be added to this file with this pattern:
#
# For individuals:
# Name <email address>
#
# For organizations:
# Organization <fnmatch pattern>
#
Google Inc. <*@google.com>
architecture-examples/polymer/bower_components/polymer-localstorage/CONTRIBUTING.md
deleted
100644 → 0
View file @
174bbc42
See https://github.com/Polymer/polymer/blob/master/CONTRIBUTING.md
architecture-examples/polymer/bower_components/polymer-localstorage/LICENSE
deleted
100644 → 0
View file @
174bbc42
// Copyright (c) 2012 The Polymer Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
architecture-examples/polymer/bower_components/polymer-localstorage/PATENTS
deleted
100644 → 0
View file @
174bbc42
Additional IP Rights Grant (Patents)
"This implementation" means the copyrightable works distributed by
Google as part of the Polymer project.
Google hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, offer to sell, sell, import,
transfer and otherwise run, modify and propagate the contents of this
implementation of Polymer, where such license applies only to those
patent claims, both currently owned or controlled by Google and acquired
in the future, licensable by Google that are necessarily infringed by
this implementation of Polymer. This grant does not include claims
that would be infringed only as a consequence of further modification of
this implementation. If you or your agent or exclusive licensee
institute or order or agree to the institution of patent litigation
against any entity (including a cross-claim or counterclaim in a
lawsuit) alleging that this implementation of Polymer or any code
incorporated within this implementation of Polymer constitutes
direct or contributory patent infringement, or inducement of patent
infringement, then any patent rights granted to you under this License
for this implementation of Polymer shall terminate as of the date
such litigation is filed.
architecture-examples/polymer/bower_components/polymer-localstorage/bower.json
deleted
100644 → 0
View file @
174bbc42
{
"name"
:
"polymer-localstorage"
,
"private"
:
true
,
"dependencies"
:
{
"polymer"
:
"Polymer/polymer#0.2.1"
},
"version"
:
"0.2.1"
}
\ No newline at end of file
architecture-examples/polymer/elements/td-item.css
View file @
5b78e89e
...
...
@@ -124,8 +124,7 @@ label {
}
.destroy
:hover
{
text-shadow
:
0
0
1px
#000
,
0
0
10px
rgba
(
199
,
107
,
107
,
0.8
);
text-shadow
:
0
0
1px
#000
,
0
0
10px
rgba
(
199
,
107
,
107
,
0.8
);
-webkit-transform
:
scale
(
1.3
);
-moz-transform
:
scale
(
1.3
);
-ms-transform
:
scale
(
1.3
);
...
...
@@ -148,11 +147,11 @@ label {
@media
screen
and
(
-webkit-min-device-pixel-ratio
:
0
)
{
.toggle
{
background
:
none
;
/*
ShadowDOM Polyfill work around for webkit/blink bug
https://code.google.com/p/chromium/issues/detail?id=251510
*/
background-color
:
transparent
;
/*
ShadowDOM Polyfill work around for webkit/blink bug
https://code.google.com/p/chromium/issues/detail?id=251510
*/
background-color
:
transparent
;
}
.toggle
{
...
...
architecture-examples/polymer/elements/td-model.html
View file @
5b78e89e
...
...
@@ -28,7 +28,9 @@
},
storageIdChanged
:
function
()
{
this
.
storage
=
document
.
querySelector
(
'
#
'
+
this
.
storageId
);
this
.
storage
&&
(
this
.
items
=
this
.
storage
.
value
);
if
(
this
.
storage
)
{
this
.
items
=
this
.
storage
.
value
;
}
},
filterItems
:
function
()
{
var
fn
=
this
.
filters
[
this
.
filter
];
...
...
@@ -52,7 +54,7 @@
}
this
.
itemsChanged
();
},
clearItems
:
function
(){
clearItems
:
function
(){
this
.
items
=
this
.
items
.
filter
(
this
.
filters
.
active
);
},
setItemsCompleted
:
function
(
completed
)
{
...
...
architecture-examples/polymer/elements/td-todos.css
View file @
5b78e89e
...
...
@@ -247,11 +247,11 @@ label[for='toggle-all'] {
@media
screen
and
(
-webkit-min-device-pixel-ratio
:
0
)
{
#toggle-all
{
background
:
none
;
/*
ShadowDOM Polyfill work around for webkit/blink bug
https://code.google.com/p/chromium/issues/detail?id=251510
*/
background-color
:
transparent
;
/*
ShadowDOM Polyfill work around for webkit/blink bug
https://code.google.com/p/chromium/issues/detail?id=251510
*/
background-color
:
transparent
;
}
#toggle-all
{
...
...
architecture-examples/polymer/elements/td-todos.html
View file @
5b78e89e
...
...
@@ -49,7 +49,9 @@
this
.
model
=
document
.
querySelector
(
'
#
'
+
this
.
modelId
);
},
routeChanged
:
function
()
{
this
.
model
&&
(
this
.
model
.
filter
=
this
.
route
);
if
(
this
.
model
)
{
this
.
model
.
filter
=
this
.
route
;
}
},
addTodoAction
:
function
()
{
this
.
model
.
newItem
(
this
.
$
[
'
new-todo
'
].
value
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment