Commit Graph

70 Commits

Author SHA1 Message Date
Ramesh Mane
daccbb0789 breadcrumb 2026-02-24 15:25:39 +00:00
mertmit
69a29568c7 chore: sync
Signed-off-by: mertmit <mertmit99@gmail.com>
2026-01-10 00:21:02 +03:00
Ramesh Mane
f8889d0034 fix(nc-gui): dont use cursor pointer on bt tiles if expand record is disabled 2025-10-06 13:21:16 +00:00
Ramesh Mane
b7cf7b6906 fix: Lock pre-filled as readonly is not working for virtual links fields 2025-10-06 13:21:15 +00:00
Ramesh Mane
13eb31003f fix(nc-gui): use default stored value 2025-06-26 10:20:39 +00:00
Ramesh Mane
cdbc244062 fix(nc-gui): warning issues 2025-06-26 10:20:39 +00:00
Pranav C
1b5c21d07b fix: add/expand icon alignement and padding 2025-03-17 19:19:50 +00:00
Ramesh Mane
54591b26cd fix(nc-gui): test fail issue 2025-03-11 19:25:20 +00:00
Ramesh Mane
179243b4b9 fix(nc-gui): add tooltip 2025-03-11 19:25:19 +00:00
Ramesh Mane
6e840015cc fix(nc-gui): console warnings 2025-03-11 19:25:19 +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
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
259cab1555 feat: one to one unlink fix: missing conditions in links 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
6e36598b5a fix: check for isUnderLookup 2025-02-17 13:11:06 +00:00
Amit Joki
2b1d327679 feat: use forcedNextTick instead of setTimeout 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
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
Amit Joki
aee59ab38e feat: introduce useSelectedCellClickListener to listen to active cell clicks 2025-01-25 13:53:59 +00:00
Amit Joki
58890e79fe style: use windi classes 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
78a32c0b5d fix: open the modal only after the cell is already active 2025-01-25 13:53:57 +00:00
Amit Joki
0b257a641a style: make the action icons visible for tab control 2025-01-25 13:53:57 +00:00
Amit Joki
33f4917956 feat: new ux for has many/many to many record 2025-01-25 13:53:57 +00:00
Mert E.
818d9344e9 chore: preps (#9994)
* chore: preps

Signed-off-by: mertmit <mertmit99@gmail.com>

* test: fix unit

Signed-off-by: mertmit <mertmit99@gmail.com>

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2024-12-09 11:15:36 +03:00
Ramesh Mane
b56c585572 fix: load expnaded form row on cliking on bt, ltar cell chip (#8950)
* fix(nc-gui): load expnaded form row on cliking on bt, ltar cell chip

* fix(nc-gui): chip content alignment issue
2024-07-06 07:07:47 +05:30
Ramesh Mane
5dda4c7d37 Nc fix: misc UI fixes (#8827)
* fix(nc-gui): external source text bold issue

* fix(nc-gui): make new record btn sticky to left in groupby

* fix(nc-gui): add some padding after add column header btn

* fix(nc-gui): links cell margin issue

* fix(nc-gui): groupby table footer issue

* chore(nc-gui): lint

* fix(test): pw test fail issue

* fix(test): pw test fail issue

* fix(test): remove only from test
2024-06-22 20:28:26 +05:30
Ramesh Mane
d4fa6a8174 Nc fix: linked records dropdown followup (#8415)
* fix(nc-gui): update link record dropdown border radius

* fix(nc-gui): move link/unlink btn to the right side

* fix(nc-gui): update placeholder text color

* fix(nc-gui): reduce link record dropdown bottom bar padding x

* fix(nc-gui): update expanded form save btn text in create new record from link record

* fix(nc-gui): grid active cell border issue

* fix(nc-gui): link record dropdown trigger & dropdown spacing

* fix(nc-gui): link record footer btn size

* fix(nc-gui): link record loading state

* fix(nc-gui): update link record search input icon

* fix(nc-gui): update link record item skeleton

* fix(nc-gui): update grid row hover & selected state bg color

* fix(nc-gui): add tooltip on hover over expand icon

* fix(nc-gui): link record tooltip issue

* fix(nc-gui): update search query empty state status

* fix(nc-gui): bt cell ui fixes

* feat(nc-gui): resizable link record dropdown

* fix(nc-gui): external DB, fields re-order to re-align sub fields needs a fix

* chore(nc-gui): lint

* fix(nc-gui): bt & oto cell unlink & link btn visibility issue

* fix(nc-gui): pr review changes

* fix: docs

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-05-08 17:19:39 +05:30
Mert E
89f0895de3 fix: experimental frontend optimizations (#8427)
* fix: get rid of barrel files

* chore: get rid of explicit imports

* fix: use explicit import for classes and enums

* fix: use explicit import for enum & class & aliases

* fix: build issues
2024-05-08 15:55:09 +05:30
Ramesh Mane
b4bde7336f Nc feat/link record dropdown (#8345)
* feat(nc-gui): link record dropdown setup

* fix(nc-gui): move link record pagination to the bottom

* feat(nc-gui): link record new design

* fix(nc-gui): update bank state subtitle

* fix(nc-gui): small changes

* fix(nc-gui): update skeleton of link records item

* fix(nc-gui): ui break issue

* fix(nc-gui): increase z index of link dropdown overlay

* fix(nc-gui): update link record dropdown header

* fix(nc-gui): update link record dropdown

* fix(nc-gui): new changes

* fix: remove margin

* fix(nc-gui): unlinked records empty state alignment

* fix(nc-gui): make tooltip text size 14px

* fix(nc-gui): reduce subtext font size

* fix(nc-gui): link record item rich text cell alignment issue

* fix(nc-gui): on esc link record dropdown should close

* fix(nc-gui): update link record header and footer height

* fix(nc-gui): add link record dropdown for bt cell

* fix(nc-gui): fix invalid offset issue

* fix(nc-gui): link record z index issue

* fix: PW link unlink corrections

* fix(nc-gui): link record dropdown close on outside issue in expanded form

* fix(nc-gui): close dropdown after adding link in bt cell

* fix(nc-gui): allow close link record dropdown on esc

* fix(nc-gui): add link record dropdown in mm component

* fix(nc-gui): add link record dropdown in hm component

* fix(nc-gui): add link record dropdown in oo component

* fix: auto close for BT

* fix: ltar modal operations

* fix: close link modal

* fix: PW tests (wip)

* test: fix link modal close in share view

* test: fix LTAR in cell handling

* fix(nc-gui): reduce link items skeleton height

* fix(nc-gui): expanded form open issue on clicking bt cell record

* fix(nc-gui): hide back btn if user directly opens record list dropdown

* fix(nc-gui): reset offset when user opens link record dropdwon and switch between linked and unlinked records

* fix(nc-gui): link record item height

* fix(nc-gui): linked record list reload issue on link/unlink

* fix(nc-gui): link record item subtext fields width should be same

* fix(nc-gui): email, url cell truncate text issue

* fix(nc-gui): shared form link record dropdwon ui

* chore(nc-gui): lint

* fix(nc-gu): small changes

* fix(nc-gui): ai review changes

* fix(nc-gui): link record list offset issue

* fix(nc-gui): show plus btn in bt cell even if it is not blank

* fix(nc-gui): barcode visiblility issue in link record dropdown

* fix(nc-gui): do not focus links cell plus btn on close dropdown

* fix(nc-gui): text color

* fix(nc-gui): skip showing qr code null value

* fix(nc-gui): virtual cell margin left issue in link record dropdwon

* fix(nc-gui): link record subtext order should be same as default view col order

* chore(nc-gui): lint

* refactor(nocodb): add default view column order in col meta

* fix(nc-gui): update default view order on reordering column from fields menu

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-05-01 12:42:28 +05:30
Anbarasu
031d261a1d fix(nc-gui): Update offset of LinkedRecords in accordance with links and unlinks (#7841)
* fix(nc-gui): update links

* fix(nc-gui): update offset

* fix(nc-gui): offset reset

* fix: offset issue

* fix: loading state not working

* fix: tests

* fix: failign tests

* fix: update offset if same or greater than count
2024-03-14 09:16:39 +05:30
Pranav C
ccad3d143c fix: instead of skipping chip render empty chip 2024-01-19 09:20:15 +00:00
Ramesh Mane
96b6e73693 fix: disable/hide expand & plus icon if cell is system/junction 2023-12-07 11:20:38 +05:30
Muhammed Mustafa
84ee0fa136 fix: Remvoed isLocked logic from all cell types 2023-11-23 07:02:56 +00:00
mertmit
40588a607e fix: links 2023-10-05 04:30:56 +00:00
mertmit
693c389e2f fix: only render cell modals on demand 2023-10-05 04:30:56 +00:00
mertmit
b2eadae74f fix: refactor isUIAllowed and move to useRoles composable 2023-09-19 12:12:36 +00:00
mertmit
a930f7d242 fix: revise frontend acl 2023-09-19 12:12:35 +00:00
DarkPhoenix2704
a5aa623cc3 fix: enable Links Modal in Form 2023-09-19 09:22:45 +05:30
DarkPhoenix2704
6a93fb0398 fix: LTAR broken 2023-09-19 09:22:45 +05:30
mertmit
f0a2d09369 Merge pull request #5807 from nocodb/feat/drag-n-drop-ltar-lookup-creation
feat: Drag n drop LTAR and Lookup creation
2023-06-08 19:22:36 +03:00
Raju Udava
d50f6d2a5f Merge pull request #5724 from nocodb/enhancement/hm-mm-cells
enhancement: hm / mm cells
2023-06-05 16:01:31 +05:30
Pranav C
7dedf3fd21 chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-06-02 18:06:54 +05:30
Pranav C
61058dbd73 fix: hide LTAR expand icon under lookup
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-05-31 14:21:03 +05:30
Wing-Kam Wong
4b173c0064 feat(nc-gui): pass showUnlinkButton 2023-05-27 17:47:09 +08:00
Wing-Kam Wong
f8ccfc5b86 feat(nc-gui): pass column to ListItems & ListChildItems 2023-05-25 19:51:54 +08:00
Wing-Kam Wong
ee07ac4c4b feat(nc-gui): pass hasManyColumn to VirtualCellComponentsItemChip 2023-05-24 20:11:18 +08:00
Pranav C
d55ea8a5fa chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-25 00:37:21 +05:30