From 43dff0b4f4f0ce98670c48398ccad4f8a9160424 Mon Sep 17 00:00:00 2001 From: Razvan Stoenescu Date: Thu, 12 Jan 2017 19:10:58 +0200 Subject: [PATCH 1/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3ab3a7..8b49d69 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,6 @@ Read more [here](http://quasar-framework.org/guide/contributing.html). ## License -Copyright (c) 2016 Razvan Stoenescu +Copyright (c) 2016-2017 Razvan Stoenescu [MIT License](http://en.wikipedia.org/wiki/MIT_License) From ac2492a6a2cf24c1337960bc3f951070eadc0dd7 Mon Sep 17 00:00:00 2001 From: Robert Axelsen Date: Wed, 15 Nov 2017 15:16:07 +0100 Subject: [PATCH 2/8] Fix issue with spinner never stopping (#26) I was experiencing [the same issue as reported here](https://github.com/quasarframework/quasar/issues/888), and learned that the slot="message" attribute needs to be moved upwards to the highest div parent of the spinner, for it to work as expected. The slot="message" attribute should only be part of the q-spinner tag if it is not enclosed in a parent div. Would be nice to have this also reflected here in the play demo/documentation. --- src/components/showcase/scrolling/infinite-scroll.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/showcase/scrolling/infinite-scroll.vue b/src/components/showcase/scrolling/infinite-scroll.vue index 62ac806..e649a88 100644 --- a/src/components/showcase/scrolling/infinite-scroll.vue +++ b/src/components/showcase/scrolling/infinite-scroll.vue @@ -12,8 +12,8 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

-
- +
+
From 58109a06c3363ead3c4fc67d2b453d86f2250acb Mon Sep 17 00:00:00 2001 From: Luca Ban Date: Wed, 14 Mar 2018 10:23:33 +0900 Subject: [PATCH 3/8] =?UTF-8?q?update=20800=20=E2=86=92=20600ms=20(#46)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/showcase/touch-directives/touch-hold.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/showcase/touch-directives/touch-hold.vue b/src/pages/showcase/touch-directives/touch-hold.vue index 7490cc4..b6e0098 100644 --- a/src/pages/showcase/touch-directives/touch-hold.vue +++ b/src/pages/showcase/touch-directives/touch-hold.vue @@ -17,7 +17,7 @@
{{ info }}
- Click/touch and hold for at least 800ms. + Click/touch and hold for at least 600ms.
From 0f2b9352bf9142a1a0a9faf4a9a85693fde5bf81 Mon Sep 17 00:00:00 2001 From: olegvakulenko <30389307+olegvakulenko@users.noreply.github.com> Date: Sat, 17 Mar 2018 00:42:39 +0200 Subject: [PATCH 4/8] Update input.vue (#47) Deprecated property "min-rows". --- src/pages/showcase/forms/input.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/showcase/forms/input.vue b/src/pages/showcase/forms/input.vue index 0a35513..d90a2f1 100644 --- a/src/pages/showcase/forms/input.vue +++ b/src/pages/showcase/forms/input.vue @@ -48,7 +48,7 @@

Textarea (auto-grows)

- +

Textarea (has max height)

@@ -72,14 +72,14 @@

Read only

- - + +

Disabled

- - + +

With loading state

From 70a4b5c9af5035116160377e74c8d4b03fe38595 Mon Sep 17 00:00:00 2001 From: Emanuele Bertoldi Date: Fri, 23 Mar 2018 22:00:33 +0100 Subject: [PATCH 5/8] Update card.vue (#49) --- src/pages/showcase/grouping/card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/showcase/grouping/card.vue b/src/pages/showcase/grouping/card.vue index 2fa8111..141c4d8 100644 --- a/src/pages/showcase/grouping/card.vue +++ b/src/pages/showcase/grouping/card.vue @@ -7,7 +7,7 @@ -
Cafe Basilico Cafe Basilico Cafe Basilico Cafe Basilico Cafe Basilico Cafe Basilico Cafe Basilico
+
Cafe Basilico
250 ft From 39d901a78fd170039463a47d40ccc48d6a149e2f Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 8 Sep 2018 13:30:50 +0100 Subject: [PATCH 6/8] Fix carousel-control margin class (#65) q-mr-small -> q-mr-sm --- src/pages/showcase/media/carousel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/showcase/media/carousel.vue b/src/pages/showcase/media/carousel.vue index 842a2b3..c11a6c9 100644 --- a/src/pages/showcase/media/carousel.vue +++ b/src/pages/showcase/media/carousel.vue @@ -146,7 +146,7 @@ color="amber" text-color="black" icon="keyboard_arrow_left" round dense - class="q-mr-small" + class="q-mr-sm" /> Date: Sat, 1 Dec 2018 09:12:59 +0200 Subject: [PATCH 7/8] Quasar Play Dialog Example throwing in the console for some examples #70 --- src/pages/showcase/popups/dialog.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/showcase/popups/dialog.vue b/src/pages/showcase/popups/dialog.vue index 62a4032..2b46b0a 100644 --- a/src/pages/showcase/popups/dialog.vue +++ b/src/pages/showcase/popups/dialog.vue @@ -100,7 +100,7 @@ export default { title: 'Positioned', message: `This dialog appears from ${position}.`, position - }) + }).catch(() => {}) }, onOk () { console.log('ok') @@ -120,7 +120,7 @@ export default { this.$q.dialog({ title: 'Please specify your name!', message: `Can't buy tickets without knowing your name.` - }) + }).catch(() => {}) } else { await okFn() @@ -155,7 +155,7 @@ export default { this.$q.dialog({ title: 'Alert', message: 'Modern HTML5 front-end framework on steroids.' - }) + }).catch(() => {}) } }, { @@ -215,7 +215,7 @@ export default { color: 'secondary' }).then(data => { this.$q.notify(`You selected: ${data}`) - }) + }).catch(() => {}) } }, { @@ -239,7 +239,7 @@ export default { color: 'secondary' }).then(data => { this.$q.notify(`You selected: ${JSON.stringify(data)}`) - }) + }).catch(() => {}) } } ], From edb50f56b16df0c85d72dc6aa55d846254325820 Mon Sep 17 00:00:00 2001 From: Matheus Leal Date: Fri, 19 Apr 2019 23:36:30 -0300 Subject: [PATCH 8/8] Update search.vue (#75) --- src/pages/showcase/forms/search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/showcase/forms/search.vue b/src/pages/showcase/forms/search.vue index cb82b49..aba69b4 100644 --- a/src/pages/showcase/forms/search.vue +++ b/src/pages/showcase/forms/search.vue @@ -6,7 +6,7 @@ - +