From a3be5d73fbf1adc1eba2210be5b7e0424f63a64e Mon Sep 17 00:00:00 2001 From: Faisal Nadeem Date: Tue, 17 Aug 2021 21:14:48 +0500 Subject: [PATCH 1/5] removed old logic --- src/components/DateTimeEditor/DateTimeEditor.react.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/DateTimeEditor/DateTimeEditor.react.js b/src/components/DateTimeEditor/DateTimeEditor.react.js index 9c9bd1a34d..e276b750d3 100644 --- a/src/components/DateTimeEditor/DateTimeEditor.react.js +++ b/src/components/DateTimeEditor/DateTimeEditor.react.js @@ -98,13 +98,14 @@ export default class DateTimeEditor extends React.Component { ); } - + return (
e.target.select() } onClick={this.toggle.bind(this)} onChange={this.inputDate.bind(this)} onBlur={this.commitDate.bind(this)} /> From fae67ab8ea488e492163de3abac2661e585a96c3 Mon Sep 17 00:00:00 2001 From: Faisal Nadeem Date: Wed, 25 Aug 2021 15:25:25 +0500 Subject: [PATCH 2/5] date time fix --- src/components/DateTimeEditor/DateTimeEditor.react.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/DateTimeEditor/DateTimeEditor.react.js b/src/components/DateTimeEditor/DateTimeEditor.react.js index e276b750d3..79ad194a22 100644 --- a/src/components/DateTimeEditor/DateTimeEditor.react.js +++ b/src/components/DateTimeEditor/DateTimeEditor.react.js @@ -102,10 +102,11 @@ export default class DateTimeEditor extends React.Component { return (
e.target.select() } + onFocus={e => e.target.select()} onClick={this.toggle.bind(this)} onChange={this.inputDate.bind(this)} onBlur={this.commitDate.bind(this)} /> From dbb0999e41ac16d77bb7419e352fa3b753b50239 Mon Sep 17 00:00:00 2001 From: fn-faisal Date: Wed, 25 Aug 2021 16:09:57 +0500 Subject: [PATCH 3/5] Changelog.MD update Added improvement to change-log --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de99a3e3e4..740646673a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ ## Improvements - Add CI check to add changelog entry (Manuel Trezza) [#1764](https://github.com/parse-community/parse-dashboard/pull/1764) -## Fixes +## Improvements +- Improved copy paste functionality for date values. [#1730](https://github.com/parse-community/parse-dashboard/pull/1730) # 2.2.0 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.1.0...2.2.0) From 3548825b6ab3ce4e319764c7c0687b173a2b4563 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:17:34 +0200 Subject: [PATCH 4/5] fix changelog entry --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f5697de5..62e65d3538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,10 @@ - Add CI check to add changelog entry (Manuel Trezza) [#1764](https://github.com/parse-community/parse-dashboard/pull/1764) - Add Parse Issue Bot (Manuel Trezza) [#1766](https://github.com/parse-community/parse-dashboard/pull/1766) - Refactor: uniform issue templates across repos (Manuel Trezza) [#1767](https://github.com/parse-community/parse-dashboard/pull/1767) - -## Improvements - Improved copy paste functionality for date values. [#1730](https://github.com/parse-community/parse-dashboard/pull/1730) +## Fixes + # 2.2.0 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.1.0...2.2.0) From b1bbe503d4900f5462552c43e8a89515504ed17e Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:55:25 +0200 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e65d3538..543ef07574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Add CI check to add changelog entry (Manuel Trezza) [#1764](https://github.com/parse-community/parse-dashboard/pull/1764) - Add Parse Issue Bot (Manuel Trezza) [#1766](https://github.com/parse-community/parse-dashboard/pull/1766) - Refactor: uniform issue templates across repos (Manuel Trezza) [#1767](https://github.com/parse-community/parse-dashboard/pull/1767) -- Improved copy paste functionality for date values. [#1730](https://github.com/parse-community/parse-dashboard/pull/1730) +- fix: date cell value not selected on double clicks (fn-faisal) [#1730](https://github.com/parse-community/parse-dashboard/pull/1730) ## Fixes