Pranav C
0e13bff899
Nc feat/one to one ( #7915 )
...
* feat: one-to-one relation - wip
* feat: one-to-one relation
* feat: one-to-one relation - link, unlink, list, excluded list, single query
* fix: pass proper fk value
* feat: add non-single-query support
* feat: filter, sort and delete
* fix: ui - keep only one as linked record in ui - similar to bt
* fix: initial column name correction
* fix: field modal related fixes
* fix: nested insert related bugs
* fix: nested insert corrections
* fix: formula support
* fix: delete cell data
* fix: invalid offset issue
* fix: form submit issue
* fix: return first element - oo relation
* fix: Lookup column rendering
* fix: add link api correction
* fix: sort and group by menu correction
* chore: lint
* refactor: spacing between radio buttons
* fix: undo/redo support with delete key
* fix: formula related issues
* fix: duplicate related issues
* fix: ui label and icon color
* chore: lint
* chore: reset page if offset is beyond offset(temporary solution)
* refactor: suggested review changes
* refactor: suggested review changes
* chore: lint
* fix: missing await
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: add comments
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
8 months ago
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
8 months ago
Ramesh Mane
149ad71c7f
fix(nc-gui): grouping by lookup column does not display the group name nocodb/nocodb#7226
9 months ago
Ramesh Mane
22220fd238
fix(nc-gui): link record expanded form fields spacing issue
10 months ago
Ramesh Mane
b134ffe21e
fix(nc-gui): lint errors
10 months ago
Ramesh Mane
9a39e84676
fix(nc-gui): json & virtual fields spacing issue
10 months ago
Muhammed Mustafa
92e37cffe1
fix: Fixed issue with focus for Mulit select, single select, percent, Links, belongs to and disabled for Barcode and QRCode and minor fixes
11 months ago
Raju Udava
cf55f8aadb
merge fix
11 months ago
Muhammed Mustafa
84ee0fa136
fix: Remvoed isLocked logic from all cell types
12 months ago
mertmit
693c389e2f
fix: only render cell modals on demand
1 year ago
mertmit
b2eadae74f
fix: refactor isUIAllowed and move to useRoles composable
1 year ago
mertmit
a930f7d242
fix: revise frontend acl
1 year ago
Pranav C
61058dbd73
fix: hide LTAR expand icon under lookup
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
1 year ago
Wing-Kam Wong
4b173c0064
feat(nc-gui): pass showUnlinkButton
1 year ago
Wing-Kam Wong
6ce3ee312f
feat(nc-gui): pass belongsToColumn to ItemChip & ListItems
1 year ago
Pranav C
d55ea8a5fa
chore: lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
0fa096defb
fix: update missing icons
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
274161dcf6
refactor: load material font and use GeneralIcon component
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
86f51736d8
refactor: update expand and eye icon
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
304502d538
chore(nc-gui): rename primary value to display value
2 years ago
Pranav C
19b91417c1
feat(api): navigation in LTAR link row modal
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
75c1c202a9
feat(gui): ignore unselecting if clicking inside any picker element
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
4b0845bd30
feat(gui): on enter key press open ref table rows modal for LTAR cells
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
8b255f3096
refactor(nc-gui): use ref for readonly injection
2 years ago
braks
36cf3e5acb
chore(nc-gui): pass default value to injection
2 years ago
braks
71ccf80beb
fix(nc-gui): lazy load breaks item chip
2 years ago
braks
4c29fa18ff
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
Wing-Kam Wong
67033bb126
feat(nc-gui): prevent event bubbling on kanban cards
2 years ago
Pranav C
184d0eb942
chore(gui): linting and code cleanup
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
173b0219d4
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
e4c1d71926
fix(gui): maintain the pagination data on reload
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
0e52eaff88
wip: reload only the related row
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
61662d319f
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
335b4a993a
fix(gui): maintain the pagination data on reload
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
bb2dced5a7
wip: reload only the related row
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
Pranav C
b585a5baff
feat(gui-v2): show bt add/link icon in shared form view
...
re #3409
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
f2e9b5130b
fix(gui-v2): use maximum available width in LTAR cells
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
df7f506893
feat(gui-v2): implement customizable theme vars
2 years ago
Wing-Kam Wong
49a488494c
fix(gui-v2): use isUIAllowed('xcDatatableEditable') instead of isSharedBase
2 years ago
Wing-Kam Wong
b4ba3315c9
fix(gui-v2): add missing isSharedBase on LTAR cells
2 years ago
Wing-Kam Wong
7953d65549
feat(gui-v2): add isLocked condition on BT, HM and MM cells
2 years ago
Raju Udava
80177ee16d
test: CY markers for virtual columns
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
adb10581a5
fix(gui-v2): use ReadonlyInj in LTAR since editEnabled is not the right one
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
1c79b77c64
fix(gui-v2): circular component imports replaced with async imports and typehack
2 years ago
braks
0aac7e9b43
chore(gui-v2): cleanup typecheck issues
2 years ago
Pranav C
4a31d733a8
refactor(gui-v2): use edit and readonly injection keys properly in all cell
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
4a59b5247a
fix(gui-v2): editEnabled for virtual cells
2 years ago
Pranav C
4710022fed
chore(gui-v2): typo correction and linting
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
eec7e0494c
fix(gui-v2): show plus icon for adding belongs to cell if empty
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago