mertmit
a1ec725a45
feat: undo/redo view rename
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Pranav C
c55bdd0bfb
chore: lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
de65710121
feat: dd reset icon option
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
b29189f0c3
refactor: move all icons to iconMap (WIP)
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
7b3f4c21ed
refactor: update uidt icons
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
b1f9b862b1
refactor(nc-gui): use VNodeRef for focusInput & blur to call onRename
2 years ago
Wing-Kam Wong
96ede7adc6
fix(nc-gui): override nc-icon styles for copy and delete icons
2 years ago
Daniel Spaude
a8489c3edd
mobile optimisations - work on merging right and left sidebar (WIP)
2 years ago
Pranav C
d1e1906d2f
fix(gui): viewIcon - handle if view meta is not defined
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
fd8dae40e9
feat(gui): block open google signup if invite only signup enabled
...
re #4618
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
c841c767f0
fix(gui): stop event propagation in view rename input
...
re #4686
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
665a86dc0e
test(playwright): add test for view icon change
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
2c5786368f
feat(gui): set table icon in ERD
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
a757da6838
fix(gui):shared view creation bug and show icon in shared view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
aed58b8bfd
feat(gui): add icon change option for view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Muhammed Mustafa
25d420a331
fix(test): Changed tpo data-testid from data-nc
2 years ago
Muhammed Mustafa
3c2720d449
feat(testing): Integrated data-nc standard for dom attribute used for testing
2 years ago
Muhammed Mustafa
592c94e9d1
feat(testing): Added polling to most expect and added stabalization
2 years ago
Muhammed Mustafa
75389f1400
feat(testing): Added tests for view
2 years ago
braks
25b1872587
fix(nc-gui): type issues
2 years ago
braks
4049fd1b45
chore(nc-gui): lint
2 years ago
Wing-Kam Wong
e768f87cec
refactor(nc-gui): rename grp_column_id to fk_grp_col_id
2 years ago
Wing-Kam Wong
9ef76504c5
feat(nc-gui): kanban grouping column id in copy view
...
#3840
2 years ago
braks
b07f52bb40
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
braks
ea946edd87
chore(nc-gui): cleanup types
2 years ago
Raju Udava
de82f7d114
test(cy): copy view, show system fields, fix unhide
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
braks
4018592655
chore(nc-gui): more type fixes
2 years ago
Pranav C
b5b050dcaa
refactor(gui): keep the right sidebar open by default
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
mertmit
688d8ba787
fix: truncate view name if needed
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Pranav C
21a306030c
chore(gui-v2): base url correction ( #3510 )
...
* chore(gui-v2): base url correction
- support nocodb serving under a nested path
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore(gui-v2): initial base url correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): redirect to dashboard with relative path
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): make plugin path relative
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): redirect path correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: allow download option migration handling
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix(gui-v2): redirect old base url to new path
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): redirect old base ur with some view/table open
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(gui-v2): handle old tab url and navigate to the new url
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore(gui-v2): cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
braks
870823f199
chore(gui-v2): views sidebar style fixes
2 years ago
Pranav C
cd291d82c1
refactor(gui-v2): ui changes
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
6079045be4
fix(gui-v2): dblclick not triggered on renmable menu item
2 years ago
Wing-Kam Wong
cfe0109132
feat(gui-v2): disable copy & delete view in sidebar for locked view
2 years ago
braks
e8de580842
refactor(gui-v2): project list page style fixes
2 years ago
Raju Udava
9aa04efe63
test: CY markers for CRUD view operations
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
716b4ea0a0
fix(gui-v2): add isUIAllowed for renaming view in sidebar
2 years ago
Wing-Kam Wong
ba24bf6ad4
fix(gui-v2): add isUIAllowed for view actions
2 years ago
Wing-Kam Wong
761ca6eacc
refactor(gui-v2): use message instead of notification
2 years ago
braks
5c6fa6aacb
fix(gui-v2): pass validation cb to `RenameableMenuItem` and validate before rename event
2 years ago
braks
52c3372ef9
fix(gui-v2): abort renaming view on failed validation
2 years ago
Wing-Kam Wong
80fbad1058
feat(gui-v2): implement copy form view logic
2 years ago
braks
f831c41e1b
chore(gui-v2): remove icon imports in favor of autoload
2 years ago
braks
22e75d90c0
fix(gui-v2): chrome based style fix for view menu list items
2 years ago
braks
067553da1a
refactor(gui-v2): hide delete and duplicate icons on view item when dragging
2 years ago
braks
80c2ece13e
fix(gui-v2): chrome applying pointer events while dragging sortable el
2 years ago
braks
1cf91dc952
refactor(gui-v2): replace sortable with vue draggable next
...
# What's changed?
* add ant plugin to explicitly register Ant Menu component
2 years ago
braks
fba8f631c7
feat(gui-v2): use modal for deletion confirm
2 years ago
braks
91039750b7
refactor(gui-v2): hide view icon when hovering and show drag icon
2 years ago