Wing-Kam Wong
ac9ae8b3b8
feat(nc-gui): stack header color
2 years ago
Wing-Kam Wong
2eb9ea42d8
feat(nc-gui): add stack reorder logic
2 years ago
Wing-Kam Wong
8dffa52062
nc(nc-gui): add skeleton when data is not ready
2 years ago
Wing-Kam Wong
625b9cc607
feat(nc-gui): add new stack button
2 years ago
Pranav C
f8e7c2ed0f
fix(api): provide dummy hook as fallback for `ReloadRowDataHookInj`
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
4b61b47978
chore(nc-gui): use groupingField.value
2 years ago
Wing-Kam Wong
d06bb0ba87
feat(nc-gui): disable dragging uncategorized stack
2 years ago
Pranav C
68434c63d7
fix(gui): remove row if user is not saving record from expanded form
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
184d0eb942
chore(gui): linting and code cleanup
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
46c857811d
feat(nc-gui): revise kanban styles & apply windicss
2 years ago
Pranav C
48a1e36faf
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
bf01182108
chore(nc-gui): fix typo
2 years ago
Pranav C
3bdcbb8e98
fix(gui): sync LTAR data on switching tab
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
19c3d641d7
chore(gui): reload ancestor data even intermediate record is new
...
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
1cb3b05114
fix(gui): avoid linking if new record
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
cbf6cc567f
fix(gui): on updating/saving in nested level expanded-form reload all ancestor level data
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
08e1db23fd
fix(gui): after save maintain the relation data in expanded-form
...
re #3566
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
14ee96b7f8
feat(nc-gui): use title instead of id & use groupingField from useKanbanViewData
2 years ago
Wing-Kam Wong
85198275cc
feat(nc-gui): integrate with formattedData from useKanbanViewData
2 years ago
Wing-Kam Wong
45107a3f7f
wip(nc-gui): integrate with useKanbanViewData
2 years ago
Pranav C
ff13ea4c51
fix(gui): save row on switching tables
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
eb1a7a80c8
chore(gui): reload ancestor data even intermediate record is new
...
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
Wing-Kam Wong
b90c1d7c60
feat(nc-gui): handle Uncategorized case
2 years ago
Wing-Kam Wong
ca5f1e7c27
feat(nc-gui): integrate with new formattedKanbanData structure
2 years ago
Wing-Kam Wong
aa21eeba34
feat(nc-gui): save the value after drag-n-drop
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
Wing-Kam Wong
e977f0c1d1
feat(nc-gui): add draggable for kanban stacks and cards
2 years ago
Wing-Kam Wong
8988f0edd8
feat(nc-gui): add data count for each kanban stack
2 years ago
Wing-Kam Wong
ad0d37de6e
feat(nc-gui): render kanban data in corresponding stacks
2 years ago
Pranav C
bb2dced5a7
wip: reload only the related row
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
20a4af26b0
fix(gui): avoid linking if new record
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
a0cdfd05e2
style(nc-gui): fine tune kanban card
2 years ago
Pranav C
e6b3d9aefd
fix(gui): on updating/saving in nested level expanded-form reload all ancestor level data
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
eed5c4f290
wip(nc-gui): kanban view draft
2 years ago
Wing-Kam Wong
4c2d7fe7f3
feat(nc-gui): include SmartsheetToolbarStackedBy in Toolbar
2 years ago
Pranav C
c1c5ab9d2b
fix(gui): after save maintain the relation data in expanded-form
...
re #3566
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
7942b5309e
feat(nc-gui): show toolbar for kanban view
2 years ago
Wing-Kam Wong
a16ba2e05f
feat(nc-gui): add kanban view in menu bottom
2 years ago
Denis
1ea56db61c
feat(gui-v2): customizable urls in shared views
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