Wing-Kam Wong
|
0128bd29c4
|
fix(nc-gui): include negative offset
|
2023-05-27 12:54:22 +08:00 |
|
Wing-Kam Wong
|
43064857c9
|
fix(nc-gui): send in UTC when pasting datetime value
|
2023-05-23 15:43:23 +08:00 |
|
Wing-Kam Wong
|
816070d6d1
|
fix(nc-gui): handle copy time
|
2023-05-20 12:59:57 +08:00 |
|
Wing-Kam Wong
|
3035ed69bc
|
fix(nc-gui): revise datetime extraction regex
|
2023-05-16 16:45:05 +08:00 |
|
Wing-Kam Wong
|
ad2ec7d128
|
fix(nc-gui): revise mysql xcdb & ext logic
|
2023-05-16 16:05:03 +08:00 |
|
Wing-Kam Wong
|
edc2ccfffd
|
fix(nc-gui): use HH instead of hh for copying datetime in formula
|
2023-05-15 18:09:56 +08:00 |
|
Wing-Kam Wong
|
2d617bb2df
|
fix(nc-gui): revise formula datetime copy logic
|
2023-05-15 18:02:03 +08:00 |
|
Wing-Kam Wong
|
1e58d54cbf
|
feat(nc-gui): handle copy for datetime in formula
|
2023-05-15 17:04:27 +08:00 |
|
Wing-Kam Wong
|
c3499ee55a
|
fix(nc-gui): mysql copy n paste datetime issue
|
2023-05-12 16:23:42 +08:00 |
|
Wing-Kam Wong
|
5c7c45313b
|
fix(nc-gui): handle mysql copy edge case
|
2023-05-12 12:49:50 +08:00 |
|
Wing-Kam Wong
|
38f852df66
|
refactor(nc-gui): revise comment
|
2023-05-11 17:44:00 +08:00 |
|
Wing-Kam Wong
|
55dfb8c6a9
|
refactor(nc-gui): add comments
|
2023-05-11 17:40:15 +08:00 |
|
Wing-Kam Wong
|
873ed4be5a
|
fi(nc-gui): convert ext db mysql back to utc
|
2023-05-10 20:41:16 +08:00 |
|
Wing-Kam Wong
|
2afdfe3e60
|
refactor(nc-gui): remove unused mssql code
|
2023-05-10 12:25:22 +08:00 |
|
Wing-Kam Wong
|
e895504e97
|
refactor(nc-gui): add comment
|
2023-05-10 12:23:44 +08:00 |
|
Wing-Kam Wong
|
ac8765aa98
|
refactor(nc-gui): combine the logic together
|
2023-05-09 20:52:17 +08:00 |
|
Wing-Kam Wong
|
18dc415bb6
|
refactor(nc-gui): convert cell date time logic
|
2023-05-09 20:47:09 +08:00 |
|
Wing-Kam Wong
|
5abb5d850b
|
fix(nc-gui): copy n paste logic
|
2023-05-09 20:15:49 +08:00 |
|
Wing-Kam Wong
|
6bee408c2f
|
fix(nc-gui): copy as it is for mysql
|
2023-05-09 19:50:52 +08:00 |
|
Wing-Kam Wong
|
e7e47a605a
|
fix(nc-gui): convert back to utc
|
2023-05-09 19:50:02 +08:00 |
|
Wing-Kam Wong
|
f91cd96bbc
|
refactor(nc-gui): update comments
|
2023-05-08 17:04:59 +08:00 |
|
Wing-Kam Wong
|
78a5a5a305
|
refactor(nc-gui): remove unused code
|
2023-05-08 16:52:43 +08:00 |
|
Wing-Kam Wong
|
7b6c780c0a
|
fix(nc-gui): revise copy datetime logic
|
2023-05-06 13:24:55 +08:00 |
|
Wing-Kam Wong
|
11e27ca498
|
fix(nc-gui): revise paste datetime logic
|
2023-05-06 13:24:41 +08:00 |
|
Wing-Kam Wong
|
fd6e7449a9
|
fix(nc-gui): handle copy n paste datetime for ext db
|
2023-05-05 17:40:35 +08:00 |
|
Wing-Kam Wong
|
0ed7ceba04
|
chore(nc-gui): lint
|
2023-05-05 17:14:28 +08:00 |
|
Wing-Kam Wong
|
3648f9dd9d
|
fix(nc-gui): mssql copy n paste issue
|
2023-05-02 17:37:02 +08:00 |
|
Wing-Kam Wong
|
591ec3a5f9
|
fix(nc-gui): add 'Z' for mysql
|
2023-05-02 16:36:14 +08:00 |
|
Wing-Kam Wong
|
a3ff704060
|
feat(nc-gui): copy value for mssql
|
2023-04-29 19:55:47 +08:00 |
|
Wing-Kam Wong
|
966dd333b3
|
feat(nc-gui): copy value for mssql
|
2023-04-29 19:55:30 +08:00 |
|
Wing-Kam Wong
|
66f0c20ea3
|
fix(nc-gui): paste datetime logic for sqlite
|
2023-04-29 18:41:14 +08:00 |
|
Wing-Kam Wong
|
212860c7ac
|
feat(nc-gui): paste datetime in utc for xcdb base
|
2023-04-29 13:05:10 +08:00 |
|
Wing-Kam Wong
|
bdd6787957
|
fix(nc-gui): copy datetime in local time
|
2023-04-29 13:04:24 +08:00 |
|
Wing-Kam Wong
|
1f1d3bf374
|
refactor(nc-gui): move the logic to backend
|
2023-04-27 19:55:28 +08:00 |
|
Wing-Kam Wong
|
de903a1deb
|
feat(nc-gui): timezone handling in copied cell data
|
2023-04-27 17:55:08 +08:00 |
|
Wing-Kam Wong
|
6dbcc0acc8
|
refactor(nc-gui): switch to parseProp
|
2023-03-15 20:31:11 +08:00 |
|
Pranav C
|
89bc19af98
|
fix(gui): avoid toggling editEnabled on mouse down event
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2023-02-22 17:59:15 +05:30 |
|
Pranav C
|
4d1e5d8869
|
fix(gui): clear selected range on new row creation with shortcut
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2023-02-02 00:34:26 +05:30 |
|
Pranav C
|
269c63b374
|
chore: cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2023-02-01 11:56:06 +05:30 |
|
Pranav C
|
599f003773
|
fix(gui): bind keydown handler to document
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2023-02-01 11:56:06 +05:30 |
|
Pranav C
|
05b5eaa114
|
fix(gui): bind keydown event to table body to avoid unexpected behaviour
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2023-02-01 11:56:06 +05:30 |
|
Wing-Kam Wong
|
c6039e3536
|
feat(nc-gui): allow all mime types logic
|
2023-01-26 10:39:39 +08:00 |
|
Raju Udava
|
69563cf0a9
|
Merge branch 'develop' into feat/attachments
rebase to latest develop
|
2023-01-25 10:52:50 +05:30 |
|
mertmit
|
4f2c2d5c6c
|
Merge pull request #4870 from nocodb/fix/base-type-checks
fix: isPg, isMysql calls
|
2023-01-24 23:42:24 +03:00 |
|
Pranav C
|
a69f8e5c16
|
fix: copy/paste attachment data validation
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2023-01-24 19:12:59 +05:30 |
|
Pranav C
|
53408f7d70
|
refactor(gui): use a computed property to compute cell active/not
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2023-01-24 14:18:44 +05:30 |
|
Pranav C
|
48f58d730d
|
fix(gui): skip keydown event handler if active cell value is NaN
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2023-01-24 11:58:49 +05:30 |
|
mertmit
|
b00b74933f
|
fix: isPg, isMysql calls
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2023-01-18 09:48:29 +03:00 |
|
Pranav C
|
c3503bc82b
|
fix(gui): handle empty string in percent and currency cell as null
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2023-01-11 16:07:31 +05:30 |
|
Pranav C
|
6ef17339cf
|
fix(gui): cell copy-paste if condition correction
re #4758
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2023-01-05 15:28:58 +05:30 |
|