Commit Graph

139 Commits

Author SHA1 Message Date
Wing-Kam Wong
6dbcc0acc8 refactor(nc-gui): switch to parseProp 2023-03-15 20:31:11 +08:00
Wing-Kam Wong
e8c1997edc fix: spread types may only be created from object types 2023-03-15 19:07:38 +08:00
Pranav C
9c6d2af45a chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-21 11:31:27 +05:30
Pranav C
883d4214a8 feat(gui): add label about the multi select implementation
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-20 18:28:56 +05:30
Pranav C
cf974fd6c8 feat(gui): Avoid closing the LTAR model if the element is added by holding ALT/OPT key
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-18 15:30:10 +05:30
Wing-Kam Wong
304502d538 chore(nc-gui): rename primary value to display value 2023-02-16 18:36:53 +08:00
Pranav C
a7e63fdb55 refactor(gui): render attachment lookup in the same way how it renders in normal cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-09 19:19:05 +05:30
Pranav C
3f7c3338b5 refactor(gui): remove unused import and specify types
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-09 11:47:54 +05:30
Pranav C
9c61b18f0a fix(gui): hide attachment edit option in readonly mode
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-09 11:40:55 +05:30
Pranav C
755b54e795 fix(gui): treat cells in lookup as readonly
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-09 11:36:58 +05:30
Pranav C
091b6dd210 fix(gui): if lookup column is attachment and array of objects then pass the array to smartsheet cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-08 15:30:42 +05:30
Raju Udava
c3fd8200d5 Merge pull request #5015 from nocodb/fix/4992-rh-optimization
fix: row height optimization
2023-02-04 16:47:08 +05:30
Pranav C
11dc53a1a5 chore: suggested changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-03 20:08:03 +05:30
Pranav C
1b606f99f8 fix(gui): save new row even if user set LTAR column first
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-03 16:43:14 +05:30
mertmit
b9f9d956bf fix: RowHeighInj for sharing row height between components
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-02-03 11:39:05 +03:00
Wing-Kam Wong
4a669461d7 chore(nc-gui): lint 2023-01-26 10:57:09 +08:00
mertmit
8ccb128cba fix: set default row height to short
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-01-24 22:31:39 +03:00
mertmit
2b5f46373e fix: virtual cell alignment
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-01-24 20:41:52 +03:00
mertmit
2ec329fa8b feat: Barcode row height support
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-01-24 20:41:51 +03:00
mertmit
35b55ec127 feat: QrCode row height support
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-01-24 20:41:51 +03:00
Wing-Kam Wong
414db7e289 fix(nc-gui): show either formula error or value 2023-01-09 21:35:57 +08:00
flisowna
2c1e7d0253 fix warning: remove unused class from Barcode Wrapper 2022-12-29 21:32:35 +01:00
Pranav C
aeda11d5ca fix(gui): lookup and rollup - show readonly warning only when necessary
re #4702

Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-12-29 13:24:43 +05:30
flisowna
3150b986bb barcode: formatting 2022-12-26 22:12:58 +01:00
flisowna
9fa675ace7 Merge branch 'develop' into barcode 2022-12-26 20:43:41 +01:00
flisowna
94bbacf975 barcode: fix barcode value in cleaner way 2022-12-26 20:42:50 +01:00
flisowna
c9eaa64156 barcode: fix barcode value in cleaner way 2022-12-26 16:55:04 +01:00
flisowna
9886e67ce3 barcode: fix all the issues from PR review 2022-12-26 16:25:18 +01:00
flisowna
1ed99e8445 geodata: remove commented code 2022-12-24 15:47:04 +01:00
flisowna
9c26bad728 geodata: debug barcode options 2022-12-24 15:29:54 +01:00
Pranav C
2150eb8051 feat(gui): set LTAR link table icon
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-12-23 14:49:15 +05:30
flisowna
27f3d53ca6 adjust to PR comments 2022-12-21 13:44:02 +01:00
flisowna
f52107b943 barcode column type: playwright tests (WIP) 2022-12-09 20:57:10 +03:00
flisowna
5fb2cb8c77 barcode column type: playwright tests (WIP) 2022-12-09 18:28:00 +03:00
flisowna
7f75bbf824 barcode column type: playwright tests (WIP) 2022-12-09 15:13:59 +03:00
Daniel Spaude
aaf3b9b4b8 barcode: add wrapper component around JSBarcode 2022-12-08 17:02:37 +03:00
Daniel Spaude
645c61b31f QR Code: don't show QR code for empty/undefined values 2022-12-08 16:48:44 +03:00
flisowna
2391bed7aa Merge branch 'develop' into barcode 2022-12-06 19:37:25 +03:00
flisowna
ec86f32153 barcode column type: fix FE issues (WIP) 2022-12-06 19:30:33 +03:00
flisowna
19d001ef5e WIP barcode select barcode format commented 2022-12-06 11:38:54 +03:00
flisowna
9e2d663a58 WIP barcode format select for barcode 2022-12-05 18:49:37 +03:00
flisowna
d84eb431b6 WIP barcode dynamic value 2022-12-05 17:49:45 +03:00
mertmit
5c433e3086 feat: team & settings modal data sources tab revised
Signed-off-by: mertmit <mertmit99@gmail.com>
2022-12-03 11:21:59 +03:00
աɨռɢӄաօռɢ
498f9e5b3d Merge pull request #4574 from nocodb/fix/types
fix(nc-gui): type issues
2022-12-03 16:18:39 +08:00
flisowna
1131b67363 WIP barcode column type 2022-12-02 16:58:15 +03:00
Wing-Kam Wong
da3ad9753b fix(nc-gui): prevent focus when there is active drawer 2022-12-02 16:21:36 +08:00
Wing-Kam Wong
ba37d4fe5e fix(nc-gui): remove incorrect click event and update icon 2022-12-02 16:13:11 +08:00
Wing-Kam Wong
b1b362366e fix(nc-gui): type issues 2022-12-02 14:55:02 +08:00
flisowna
e7a15b77ec Barcode column type - WIP (mainly FE related code) 2022-12-01 20:14:58 +03:00
Wing-Kam Wong
270ba22ef5 chore(nc-gui): add active: modalVisible to QRcode 2022-12-01 16:23:28 +08:00