braks
4bb7d8f947
feat(nc-gui): show tooltip on zoom-out
2 years ago
braks
bbce50d9a9
refactor(nc-gui): use panel for erd legend
2 years ago
braks
36a32b4450
chore(nc-gui): cleanup styles
2 years ago
braks
bbfaca0b79
chore(nc-gui): cleanup erd utils
2 years ago
braks
4ece1c4f17
refactor(nc-gui): lower skeleton threshold
2 years ago
braks
d23a0424b2
refactor(nc-gui): reduce ant modal top offset to prevent big scroll to bottom
2 years ago
braks
f5f1ba5a97
fix(nc-gui): remove node border if no columns exist
2 years ago
braks
2d38e0e77b
chore(nc-gui): increase base node height
2 years ago
Muhammed Mustafa
b835c5e22b
feat(nc-gui): Improved readability of edge labels
2 years ago
braks
7653964116
feat(nc-gui): use simple label for skeleton and show table names in regular labels
2 years ago
braks
9befbb2c4e
chore(nc-gui): add transition to edges
2 years ago
braks
4a35e7c145
chore(nc-gui,deps): update vue-flow to latest
2 years ago
braks
7556f9d9de
feat(nc-gui): mark edge on hover
2 years ago
braks
b84e5d78fe
fix(nc-gui): node height
2 years ago
braks
8ce6904edb
feat(nc-gui): show relations on edge hover
2 years ago
braks
7aa43a6611
feat(nc-gui): zoom to node on dbl click
2 years ago
braks
9866989834
chore(nc-gui): table node pointer
2 years ago
braks
f884f6b059
refactor(nc-gui): remove edge colors and set marker color
2 years ago
braks
9d73d621f3
refactor(nc-gui): erd modal styles
2 years ago
braks
f5513b6690
refactor(nc-gui): switch to basic styles for edges in skeleton mode
2 years ago
braks
a2da16cf79
refactor(nc-gui): table node style updates
2 years ago
braks
5811b00f5b
chore(nc-gui): add fit view params for smooth transition between skeleton mode
2 years ago
braks
0e9a47ada7
chore(nc-gui): dont fit view on init if skeleton mode
2 years ago
braks
c3dee74074
feat(nc-gui): set edge marker type for skeleton mode
2 years ago
braks
4579a8788a
feat(nc-gui): add transition on skeleton mode enter/leave
2 years ago
braks
6964c2de1b
chore(nc-gui): increase boxshadow and node size in skeleton
2 years ago
braks
21e6669b27
feat(nc-gui): toggle skeleton mode in erd when zooming out too far
2 years ago
braks
af8b31a4d6
chore(nc-gui): min heights
2 years ago
braks
14cf04e3ff
fix(nc-gui): deep watch config options
2 years ago
braks
6fd625e904
chore(nc-gui): prop type
2 years ago
braks
36216d039a
refactor(nc-gui): reduce stroke width
2 years ago
braks
6bd9510b05
chore(nc-gui): align handles to border of nodes
2 years ago
braks
8e78f9f508
feat(nc-gui): add selected gradient style to edges
2 years ago
braks
6ffa79c805
chore(nc-gui): separately watch tables and config
2 years ago
braks
34c3d71fae
refactor(nc-gui): dispose erd modal on close
2 years ago
braks
b2ec31c918
chore(nc-gui): add min height to nodes
2 years ago
braks
06e77dd4b9
refactor(nc-gui): reduce edges z-index
2 years ago
braks
6f6d465e83
feat(nc-gui): add color to edges
2 years ago
braks
cec9ee6d8e
feat(nc-gui): add color scale to erd view
2 years ago
Braks
cd083d9973
Merge pull request #4121 from nocodb/refactor/tooltip-cmp
2 years ago
Wing-Kam Wong
0ba2778c57
wip(nc-gui): csv template adapter with papaparse v5 streaming
2 years ago
Wing-Kam Wong
6d6b931953
fix(nc-gui): isEmailType & isUrlType logic
2 years ago
Braks
08fd76f552
Merge pull request #4100 from nocodb/fix/checkbox-survey
2 years ago
braks
0ec25eff2a
chore(nc-gui): remove unnecessary conditions
2 years ago
braks
39dba67913
chore(nc-gui): add return statements
2 years ago
braks
0f2261c251
refactor(nc-gui): extend tooltip toggle conditions
...
# What's changed?
- toggle tooltip when key is pressed and mouse leaves/reenters element
- toggle tooltip on modifier key change
- use isHovering to detect element hover
2 years ago
Wing-Kam Wong
7adf48d0b9
refactor(nc-gui): use set for calculating unique values
2 years ago
Pranav C
77bd3c6128
fix(gui): avoid using returning if primary key missing
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
b78b38e53b
fix(gui): get record using autogenerated key if table using ag primary key
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
213c6f3ca5
refactor(nc-gui): change project type in JSONTemplateAdapter
2 years ago