From edc8eb9ea8e7fef4d5c109ad59ae159307485c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heikki=20Johannes=20Hild=C3=A9n?= Date: Sat, 30 Sep 2017 16:10:29 +0300 Subject: [PATCH 1/5] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1d31ec..654000f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ I finally took the time to go through and clean up this code. The build includes an executable with a preview, and some settings to play around with for each widget. A (YouTube) video preview is [available here](http://www.youtube.com/watch?v=21UMeNVBPU4). -![](preview1.gif) - #### Implemented components - [x] Avatar @@ -27,6 +25,12 @@ I finally took the time to go through and clean up this code. The build includes - [x] Text Field - [x] Toggle +#### Preview + +###### Text Field + +![Text Field](textfield.gif) + #### Not implemented - [ ] App Bar From 1e76fbf75ae26b8468bd770d64ee248dc61e4c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heikki=20Johannes=20Hild=C3=A9n?= Date: Sat, 30 Sep 2017 16:11:16 +0300 Subject: [PATCH 2/5] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 654000f..89d3065 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,13 @@ I finally took the time to go through and clean up this code. The build includes - [x] Snackbar - [x] Tabs - [x] Text Field +![Text Field](textfield.gif) - [x] Toggle #### Preview ###### Text Field -![Text Field](textfield.gif) - #### Not implemented - [ ] App Bar From 46f628ff4d7966e7a7b75c633e73774b15700e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heikki=20Johannes=20Hild=C3=A9n?= Date: Sat, 30 Sep 2017 16:13:07 +0300 Subject: [PATCH 3/5] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89d3065..b87d259 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,13 @@ I finally took the time to go through and clean up this code. The build includes - [x] Snackbar - [x] Tabs - [x] Text Field -![Text Field](textfield.gif) - [x] Toggle #### Preview -###### Text Field +| Component | GIF | +| ------------- |:-------------:| +| Text Field | ![Text Field](textfield.gif) | #### Not implemented From ae0faa5d55f23ac0b784a5b1b8be9aa0081db813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heikki=20Johannes=20Hild=C3=A9n?= Date: Sat, 30 Sep 2017 16:14:09 +0300 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b87d259..0ac6ef2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ I finally took the time to go through and clean up this code. The build includes #### Preview | Component | GIF | -| ------------- |:-------------:| +| ------------- |---------------| | Text Field | ![Text Field](textfield.gif) | #### Not implemented From f37f4f44ed14fc4d59391a2bec9c5a3ec48650ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heikki=20Johannes=20Hild=C3=A9n?= Date: Sat, 30 Sep 2017 16:15:14 +0300 Subject: [PATCH 5/5] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0ac6ef2..dbf4af6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ I finally took the time to go through and clean up this code. The build includes an executable with a preview, and some settings to play around with for each widget. A (YouTube) video preview is [available here](http://www.youtube.com/watch?v=21UMeNVBPU4). +| Component | Preview | +| ------------- | --------------------------------- | +| Text Field | ![Text Field](textfield.gif) | + #### Implemented components - [x] Avatar @@ -25,12 +29,6 @@ I finally took the time to go through and clean up this code. The build includes - [x] Text Field - [x] Toggle -#### Preview - -| Component | GIF | -| ------------- |---------------| -| Text Field | ![Text Field](textfield.gif) | - #### Not implemented - [ ] App Bar