From 0588a002b6ee4fcb1b28b59f7513d1acb051f334 Mon Sep 17 00:00:00 2001 From: Felix Zapata Date: Thu, 16 Feb 2017 09:04:27 +0100 Subject: [PATCH 1/9] fix(news-imag.html): add default value to the alt property --- src/news-img.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/news-img.html b/src/news-img.html index d26b3daa..fc7468e0 100644 --- a/src/news-img.html +++ b/src/news-img.html @@ -58,6 +58,7 @@ + @@ -69,7 +70,10 @@ properties: { - alt: String, + alt: { + type: String, + value: '' + }, src: { type: String, From 5b3f59588611c0b8618d71e598387dacf69042d7 Mon Sep 17 00:00:00 2001 From: Felix Zapata Date: Sun, 19 Feb 2017 18:10:34 +0100 Subject: [PATCH 2/9] fix(news-drawer.html): add aria-label attribute --- src/news-drawer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/news-drawer.html b/src/news-drawer.html index 5a5e212c..4750b364 100644 --- a/src/news-drawer.html +++ b/src/news-drawer.html @@ -51,7 +51,7 @@ - + From ccc002d60032b3348b190fca3200d83882054de4 Mon Sep 17 00:00:00 2001 From: Felix Zapata Date: Wed, 6 Jun 2018 08:35:24 +0200 Subject: [PATCH 8/9] style(news-img.html): remove extra line --- src/news-img.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/news-img.html b/src/news-img.html index fc7468e0..6096249a 100644 --- a/src/news-img.html +++ b/src/news-img.html @@ -58,7 +58,6 @@ - From 6f3fc095f1ebbea8b70166243e1ea66e593a3feb Mon Sep 17 00:00:00 2001 From: Sam Li Date: Wed, 6 Jun 2018 12:43:32 -0700 Subject: [PATCH 9/9] Create CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..a1694e10 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @keanulee @frankiefu