From 793865fc93d0c6d8784a4ec5959704a4fa20d910 Mon Sep 17 00:00:00 2001 From: maze-runnar <56407566+maze-runnar@users.noreply.github.com> Date: Wed, 30 Oct 2019 17:03:44 +0530 Subject: [PATCH 1/8] fix : making table responsive with ticket details --- app/templates/components/public/ticket-list.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/components/public/ticket-list.hbs b/app/templates/components/public/ticket-list.hbs index 70dfe2a82af..b7b459588ba 100644 --- a/app/templates/components/public/ticket-list.hbs +++ b/app/templates/components/public/ticket-list.hbs @@ -1,11 +1,11 @@ {{!-- Removed `Currency Symbol` helper from the `paymentCurrency` since some currency are not getting rendered. Hotfix until a permanent solution found --}}
- +
- + From 4975b4696e3b485901e7a1555d0f9f22db1892e5 Mon Sep 17 00:00:00 2001 From: maze-runnar <56407566+maze-runnar@users.noreply.github.com> Date: Wed, 30 Oct 2019 17:12:59 +0530 Subject: [PATCH 2/8] making segment compact for mobile --- app/templates/public/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/public/index.hbs b/app/templates/public/index.hbs index de4687ca1ee..fff4cb25303 100644 --- a/app/templates/public/index.hbs +++ b/app/templates/public/index.hbs @@ -7,7 +7,7 @@ {{/if}} {{#if (or model.event.ticketUrl model.tickets)}}
-
+

{{t 'Tickets'}}

From fa31baf83ea23c5d96f7632bbcce87b985e84fef Mon Sep 17 00:00:00 2001 From: Sundaram Dubey <56407566+maze-runnar@users.noreply.github.com> Date: Sun, 24 Nov 2019 14:24:12 +0530 Subject: [PATCH 3/8] adding x-scrollable to ticket table segment --- app/templates/public/index.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/public/index.hbs b/app/templates/public/index.hbs index fff4cb25303..2216f7d8921 100644 --- a/app/templates/public/index.hbs +++ b/app/templates/public/index.hbs @@ -7,11 +7,11 @@ {{/if}} {{#if (or model.event.ticketUrl model.tickets)}}
-
+

{{t 'Tickets'}}

-
+
{{#if model.event.isTicketingEnabled}} {{public/ticket-list eventCurrency=model.event.paymentCurrency ticketUrl=model.event.ticketUrl From c71490273745d055d7102a5a513305835173fd06 Mon Sep 17 00:00:00 2001 From: Sundaram Dubey <56407566+maze-runnar@users.noreply.github.com> Date: Sun, 24 Nov 2019 14:43:20 +0530 Subject: [PATCH 4/8] removing "if device.isMobile" . --- app/templates/components/public/ticket-list.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/public/ticket-list.hbs b/app/templates/components/public/ticket-list.hbs index b7b459588ba..8fc26b98ced 100644 --- a/app/templates/components/public/ticket-list.hbs +++ b/app/templates/components/public/ticket-list.hbs @@ -1,6 +1,6 @@ {{!-- Removed `Currency Symbol` helper from the `paymentCurrency` since some currency are not getting rendered. Hotfix until a permanent solution found --}} -
{{t 'Type'}} {{t 'Sales Ends'}}{{t 'Price'}}{{#if device.isMobile}}{{/if}}{{t 'Price'}} {{t 'Quantity'}} {{t 'Subtotal'}}
+
From e4171e2c72e6fa6a20d8900bbcbbdcdf9b5a2335 Mon Sep 17 00:00:00 2001 From: Sundaram Dubey <56407566+maze-runnar@users.noreply.github.com> Date: Sun, 24 Nov 2019 15:15:12 +0530 Subject: [PATCH 5/8] removing price icon from the price table heading --- app/templates/components/public/ticket-list.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/public/ticket-list.hbs b/app/templates/components/public/ticket-list.hbs index 8fc26b98ced..6b800938d5a 100644 --- a/app/templates/components/public/ticket-list.hbs +++ b/app/templates/components/public/ticket-list.hbs @@ -5,7 +5,7 @@ - + From 805bf7436a92ec9892ea1ce3f348f8f94729be19 Mon Sep 17 00:00:00 2001 From: Sundaram Dubey <56407566+maze-runnar@users.noreply.github.com> Date: Sun, 22 Dec 2019 20:50:11 +0530 Subject: [PATCH 6/8] Update index.hbs --- app/templates/public/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/public/index.hbs b/app/templates/public/index.hbs index 2216f7d8921..de4687ca1ee 100644 --- a/app/templates/public/index.hbs +++ b/app/templates/public/index.hbs @@ -11,7 +11,7 @@

{{t 'Tickets'}}

-
+
{{#if model.event.isTicketingEnabled}} {{public/ticket-list eventCurrency=model.event.paymentCurrency ticketUrl=model.event.ticketUrl From 7110afac6ba1703704c52c97709f01e61019b803 Mon Sep 17 00:00:00 2001 From: Sundaram Dubey <56407566+maze-runnar@users.noreply.github.com> Date: Sun, 22 Dec 2019 20:55:06 +0530 Subject: [PATCH 7/8] Update index.hbs --- app/templates/public/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/public/index.hbs b/app/templates/public/index.hbs index de4687ca1ee..2216f7d8921 100644 --- a/app/templates/public/index.hbs +++ b/app/templates/public/index.hbs @@ -11,7 +11,7 @@

{{t 'Tickets'}}

-
+
{{#if model.event.isTicketingEnabled}} {{public/ticket-list eventCurrency=model.event.paymentCurrency ticketUrl=model.event.ticketUrl From 3bda14d69262dbef2081a6edce160481dbee45be Mon Sep 17 00:00:00 2001 From: Sundaram Dubey <56407566+maze-runnar@users.noreply.github.com> Date: Sun, 22 Dec 2019 21:12:56 +0530 Subject: [PATCH 8/8] fix build --- app/templates/public/index.hbs | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/templates/public/index.hbs b/app/templates/public/index.hbs index 14bef94013f..f019419dd33 100644 --- a/app/templates/public/index.hbs +++ b/app/templates/public/index.hbs @@ -11,7 +11,6 @@

{{t 'Tickets'}}

-
{{public/ticket-list eventCurrency=model.event.paymentCurrency ticketUrl=model.event.ticketUrl @@ -30,7 +29,6 @@ userExists=userExists errorMessage=errorMessage save='save'}} -
{{t 'Type'}}
{{t 'Type'}} {{t 'Sales Ends'}}{{#if device.isMobile}}{{/if}}{{t 'Price'}}{{t 'Ticket Price'}} {{t 'Quantity'}} {{t 'Subtotal'}}