Muhammed Mustafa
|
56916a8490
|
feat(nc-gui): UI fixes to ERD, added prefix icons to ERD and added mm prop to TableType to sdk
|
2 years ago |
Muhammed Mustafa
|
83451b863a
|
feat(nc-gui): Removed vue flow from package json lock
|
2 years ago |
Muhammed Mustafa
|
3cc285ff76
|
feat(nc-gui): Removed junction table showing when show m2m table option is selected
|
2 years ago |
Muhammed Mustafa
|
ffcc61e7eb
|
feat(nc-gui): Added view title to ERD view of a grid
|
2 years ago |
Muhammed Mustafa
|
55a78a74a5
|
feat(nc-gui): Added hide all columns to ERD
|
2 years ago |
Muhammed Mustafa
|
aae5c7254a
|
feat(nc-gui): Moved repeated logic of erd to ErdView component and renaned old ErdView as ErdSimpleView
|
2 years ago |
Muhammed Mustafa
|
b24e9a4bbe
|
feat(nc-gui): Removed non required vue flow entry in package json
|
2 years ago |
Muhammed Mustafa
|
3679100c4d
|
feat(nc-gui): Added types for metasWithIdAsKey in useMetas
|
2 years ago |
Muhammed Mustafa
|
5dc712df88
|
feat(nc-gui): Improved types in ErdView
|
2 years ago |
Muhammed Mustafa
|
94b57f2bb7
|
feat(nc-gui): Improved types in table node and removed unnecassry type addition to column type in Virtual cell
|
2 years ago |
Muhammed Mustafa
|
7d16074b22
|
feat(nc-gui): Fixed typo
|
2 years ago |
Muhammed Mustafa
|
6346bb76e2
|
feat(nc-gui): removed cdn links from stylesheet
|
2 years ago |
Muhammed Mustafa
|
5fb820f878
|
feat/Minor cleanup
|
2 years ago |
Muhammed Mustafa
|
9d7c704791
|
feat/Minor cleanup
|
2 years ago |
Muhammed Mustafa
|
1f29380b7a
|
feat/Minor cleanup
|
2 years ago |
Muhammed Mustafa
|
7b788ca6ae
|
feat/Minor UI fix
|
2 years ago |
Muhammed Mustafa
|
937f92ca55
|
feat/Minor UI fix
|
2 years ago |
Muhammed Mustafa
|
03609b5166
|
feat/Added ERD view to grid toolbar and cleanups
|
2 years ago |
Muhammed Mustafa
|
dbaedefa2a
|
feat/Moved erd to components folder
|
2 years ago |
Muhammed Mustafa
|
70e4f1333e
|
feat/Added ERD sub header in settings modal
|
2 years ago |
Muhammed Mustafa
|
757166ce74
|
feat/Added enable view option in ERD
|
2 years ago |
Muhammed Mustafa
|
b90d13147b
|
fix/Fixed edge calculation bug
|
2 years ago |
Muhammed Mustafa
|
26cf579d19
|
fix/Fixed edge calculation bug
|
2 years ago |
Muhammed Mustafa
|
304fd89f5c
|
feat/Added basic erd for hiding views in ERD
|
2 years ago |
braks
|
32ffe72d81
|
refactor(nc-gui): reset ERD elements on option change and unmount
|
2 years ago |
braks
|
dcee27d28d
|
chore(deps-dev): add dagre types
|
2 years ago |
Muhammed Mustafa
|
63aceb7e9c
|
feat/Added basic erd support
|
2 years ago |
Muhammed Mustafa
|
e3ef8a8ff0
|
feat/Added basic erd support
|
2 years ago |
Pranav C
|
4884887664
|
Merge pull request #3722 from nocodb/fix/buid-issue
chore(gui): add cdn path as relative to load assets relative to the path
|
2 years ago |
Raju Udava
|
2a92c9141c
|
Merge pull request #3655 from nocodb/feat/unique-url-for-row
Feat: URL for expanded row
|
2 years ago |
Raju Udava
|
952b720625
|
chore: CICD- revert storing meta db file
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Pranav C
|
b886118c74
|
chore(gui): add cdn path as relative to load assets relative to the path
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Raju Udava
|
1daba9050b
|
test: fix iFrame cell validation
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Raju Udava
|
96d174909a
|
test: stability- wait for edit dialog to re-render on click
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Pranav C
|
acba7769c0
|
fix(gui): use a different hook to reload the vue meta and avoid reloading data
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Raju Udava
|
ece6f75a4e
|
test: change modal not.exist to not.be.visible
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Raju Udava
|
421f203b2a
|
test: stability- ensure share view modal is closed on esc
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Raju Udava
|
faf0ae307d
|
Merge pull request #3658 from nocodb/refactor/i18n-validation-msgs
refactor: i18n validation error messages
|
2 years ago |
Raju Udava
|
a4b1218e0b
|
test: use class names for accessing active expand-drawer
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Pranav C
|
3209b551c6
|
fix(gui): trigger initial data load from grid
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
15b361591e
|
fix(gui): avoid data reload on filter load
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
fb6dd6ed09
|
fix(gui): avoid invoking gallery view meta api multiple times
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Raju Udava
|
fbceea976b
|
test: webhook- add wait for webhook to get triggered
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Naveen MR
|
002b10ffee
|
chore: removing nc-lib-gui-backup package
|
2 years ago |
Naveen MR
|
c24d27a920
|
chore: updating docs - installation
|
2 years ago |
Naveen MR
|
33b1be8781
|
chore: removed old docs
|
2 years ago |
Raju Udava
|
c8986913b3
|
test: add delay for user-role creation modal
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Naveen MR
|
6a0f2418c9
|
chore: refining docs
|
2 years ago |
Raju Udava
|
4cf7df4313
|
test: additional wait for filter APIs to complete
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Raju Udava
|
2feb37244a
|
chore: ci-cd store meta db file on test failure
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |