Ramesh Mane
c8da740e65
fix(nc-gui): item chip bg color in form view and ltar expand icon border radius issue
2025-02-26 08:02:21 +00:00
Ramesh Mane
4eb56c8488
fix(nc-gui): disable autocomplete for link record input
2025-02-26 08:02:21 +00:00
Ramesh Mane
1a91d32cf2
fix(nc-gui): add cellClickHook in canvas editable cell
2025-02-26 08:02:21 +00:00
Ramesh Mane
20897a274c
fix(nc-gui): add cell click event listner for oo and bt cell
2025-02-26 08:02:21 +00:00
Ramesh Mane
ea100d3926
fix(nc-gui): show add new record btn in link record dropdown only if user has permission
2025-02-26 08:02:20 +00:00
Ramesh Mane
b9b4fff677
fix(nc-gui): on click link record item chip expand record
2025-02-26 08:02:20 +00:00
Ramesh Mane
e3600a5aa6
fix(nc-gui): qr code alignment issue
2025-02-26 08:02:20 +00:00
Ramesh Mane
f501ae147b
fix(nc-gui): use default column order for sort link record items when it is public view
2025-02-25 14:14:30 +00:00
Amit Joki
5909847d32
fix: field ordering in ltar fields
2025-02-21 13:04:42 +00:00
Ramesh Mane
27ce4d8e72
fix(nc-gui): instead of rendering multiple lookup attachment cell render only 1 ( #10518 )
...
* fix(nc-gui): instead of rendering multiple lookup attachment cell render only 1
* fix(nc-gui): lookup attachment has to be same size as normal attachment field
* fix(nc-gui): variable access issue
* fix(nc-gui): lookup attachment cell alignment and expand icon overlap issue
* fix(nc-gui): show pointer on hover image
2025-02-18 16:38:35 +03:00
Ramesh Mane
da22469a62
fix(nc-gui): close lookup dropdown on open attachment preview
2025-02-17 13:11:48 +00:00
Ramesh Mane
922530ba83
fix(nc-gui): lookup attachment cell padding issue
2025-02-17 13:11:47 +00:00
Amit Joki
a4845b1a39
feat: has many, many to many, belongs to, one to one and links dropdown should close on first escape
2025-02-17 13:11:39 +00:00
DarkPhoenix2704
f82831d75a
fix: barcode & qr code
2025-02-17 13:11:38 +00:00
DarkPhoenix2704
259cab1555
feat: one to one unlink fix: missing conditions in links
2025-02-17 13:11:37 +00:00
DarkPhoenix2704
145c09b509
feat: belongsto unlink fix
2025-02-17 13:11:37 +00:00
Amit Joki
865a0d8e75
feat: click + enter interaction for ltar fields
2025-02-17 13:11:20 +00:00
Amit Joki
224dc599c7
fix: readonly condition
2025-02-17 13:11:20 +00:00
DarkPhoenix2704
c942f97c44
fix: links keyboard interaction
2025-02-17 13:11:19 +00:00
DarkPhoenix2704
48f77c925b
fix: lookup, on enter should open expanded
2025-02-17 13:11:19 +00:00
Ramesh Mane
5a1b9d4add
fix(nc-gui): link cell font weight issue
2025-02-17 13:11:18 +00:00
DarkPhoenix2704
4980263831
fix: selection getting cleared after fill handler fix: json, barcode, qrcode dropdown opens in expanded form fix: fillHandler circle location is incorrect
2025-02-17 13:11:11 +00:00
DarkPhoenix2704
6eb55d52b4
fix: lint
2025-02-17 13:11:10 +00:00
DarkPhoenix2704
f920f471f0
fix: text are triggered on links mount
2025-02-17 13:11:09 +00:00
DarkPhoenix2704
9b4f8b05c1
fix: simplify qr code and barcode
2025-02-17 13:11:08 +00:00
Amit Joki
6e36598b5a
fix: check for isUnderLookup
2025-02-17 13:11:06 +00:00
Amit Joki
db8b8d936c
feat: lookup click interaction in canvas cell
2025-02-17 13:10:59 +00:00
Amit Joki
2b1d327679
feat: use forcedNextTick instead of setTimeout
2025-02-17 13:10:58 +00:00
Amit Joki
157a4e6ebf
feat: click interaction for one to one and belongs to
2025-02-17 13:10:58 +00:00
Amit Joki
a2c5f3250a
feat: click interaction for has many and many to many
2025-02-17 13:10:58 +00:00
Amit Joki
261c3cdec5
fix: make sure the cells mounted are part of canvas edititable cell wrapper
2025-02-17 13:10:58 +00:00
Amit Joki
c9078a3a93
feat: hover state ui for canvas render of LTAR belongs to, one to one, has many, many to many
2025-02-17 13:10:58 +00:00
Amit Joki
d672f5a4f9
feat: make barcode look same on canvas render and edit render
2025-02-17 13:10:58 +00:00
Amit Joki
e10768f46f
feat: get element under mouse position to determine the action to take
2025-02-17 13:10:58 +00:00
Amit Joki
e0207f776e
feat: show links modal on click and show + icon on canvas cell hover
2025-02-17 13:10:57 +00:00
Amit Joki
633fe75f3c
feat: use isCanvasInjection for barcode and qrcode
2025-02-17 13:10:56 +00:00
Ramesh Mane
2f890e7da9
fix(nc-gui): revert preload column changes
2025-01-28 13:18:35 +00:00
Ramesh Mane
b1e7793dcb
fix(nc-gui): rename useSelectedCellKeyupListener to useSelectedCellKeydownListener
2025-01-28 13:18:33 +00:00
Amit Joki
c19a5af09e
feat: use onDivDataCellEventHook
2025-01-25 13:53:59 +00:00
Ramesh Mane
4fbd508a15
feat(nc-gui): add onDivDataCellEventHook
2025-01-25 13:53:59 +00:00
Amit Joki
aee59ab38e
feat: introduce useSelectedCellClickListener to listen to active cell clicks
2025-01-25 13:53:59 +00:00
Amit Joki
055a526c34
refactor: use computed refs
2025-01-25 13:53:58 +00:00
Amit Joki
58890e79fe
style: use windi classes
2025-01-25 13:53:58 +00:00
Amit Joki
80afe0f779
feat: open lookup modal on Enter key
2025-01-25 13:53:58 +00:00
Amit Joki
d2c0bdbbac
feat: add expanded icon along and make the actions icon visible on cell active
2025-01-25 13:53:58 +00:00
Amit Joki
92d110e2fa
style: make lookup search's height 36px
2025-01-25 13:53:58 +00:00
Amit Joki
4087b8c911
style: truncate the chips to the max width of the cell
2025-01-25 13:53:58 +00:00
Amit Joki
2920522ad4
feat: add empty state for lookup search
2025-01-25 13:53:58 +00:00
Amit Joki
710e856726
fix: close modal on esc and add blue chip for ltar
2025-01-25 13:53:58 +00:00
Amit Joki
78a32c0b5d
fix: open the modal only after the cell is already active
2025-01-25 13:53:57 +00:00