braks
|
47788a6664
|
fix(nc-gui): use correct return of fetch result
|
2 years ago |
braks
|
bef059f99c
|
fix(nc-gui): remove if clause that prevent view from loading
|
2 years ago |
braks
|
ba8ee402dc
|
fix(nc-gui): auth tab constantly re-opening
* Only reload project if it's not loaded already
* Prevent tab from re-opening
|
2 years ago |
braks
|
8804bea441
|
fix(nc-gui): fetch view data regardless if meta is present
|
2 years ago |
Raju Udava
|
0ab1af10b4
|
fix: shared view meta validation during load
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
braks
|
81db2c8435
|
chore(nc-gui): fix type issues and set proper ref types
|
2 years ago |
braks
|
3320453637
|
chore(nc-gui): remove `as any` typecasts wherever possible
|
2 years ago |
braks
|
2b780cc3e0
|
fix(nc-gui): set default values for `useState` and fix type issues
|
2 years ago |
braks
|
e84b8b2272
|
refactor(nc-gui): defer loading project to subpage
|
2 years ago |
Wing-Kam Wong
|
63f8e0c41f
|
fix(nc-gui): new kanban display issues
|
2 years ago |
Wing-Kam Wong
|
f5070a36c7
|
chore(nc-gui): remove unnecessary ? operators
|
2 years ago |
Wing-Kam Wong
|
9666c024df
|
fix(nc-gui): remove unnecessary `?`
|
2 years ago |
Pranav C
|
a3bc1b0a40
|
chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
38a9cb6c44
|
refactor(nc-gui): update useCellUrlConfig composable
|
2 years ago |
Wing-Kam Wong
|
0d34aa76d0
|
fix(nc-gui): use default limit from app info if specified
|
2 years ago |
Raju Udava
|
5bc43c0ac5
|
chore(CY): fix modal - class name map
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Wing-Kam Wong
|
d5c39d8811
|
feat(nc-gui): stackMetaObj logic & remove unnecessary functions
|
2 years ago |
Wing-Kam Wong
|
90957be7cd
|
chore(nc-gui): fix lint issues
|
2 years ago |
Wing-Kam Wong
|
71739ec525
|
feat(nc-gui): revise groupingFieldColumn & stack_meta logic
|
2 years ago |
braks
|
84e7ca3811
|
chore(nc-gui): narrow down language types
|
2 years ago |
Wing-Kam Wong
|
b0296ba661
|
feat(nc-gui): set default color for uncategorized
|
2 years ago |
braks
|
e31e1ad182
|
fix(nc-gui): lazy load languages for initial load perf
|
2 years ago |
Wing-Kam Wong
|
99fda1668d
|
feat(nc-gui): add updateKanbanMeta & stack_meta logic
|
2 years ago |
Wing-Kam Wong
|
3a85fd0b11
|
feat(nc-gui): groupingField logic in useKanbanViewData
|
2 years ago |
Pranav C
|
30788e3ee1
|
fix(gui): on add/edit column form validation failure keep the form open
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
7da60b4885
|
fix(gui): on delete failure from child list show error message
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
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
|
2e1bfba0b8
|
fix(gui): always get latest meta before deleting a table
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
48a1e36faf
|
chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
292998384d
|
feat(nc-gui): add addEmptyRow & use useState for formattedData in useKanbanViewData
|
2 years ago |
Wing-Kam Wong
|
0e7091caad
|
feat(nc-gui): reload kanban data after save
|
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
|
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
|
677fd557fa
|
feat(nc-gui): add updateRowProperty & insertRow in useKanbanViewData
|
2 years ago |
Wing-Kam Wong
|
9cdfa1879b
|
feat(nc-gui): loadKanbanData
|
2 years ago |
Wing-Kam Wong
|
d22106256b
|
wip(nc-gui): useKanbanViewData
|
2 years ago |
Wing-Kam Wong
|
ff32e13ea1
|
feat(nc-gui): export 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 |
Wing-Kam Wong
|
d88e877233
|
feat(nc-gui): handle empty grouping field column options
|
2 years ago |
Pranav C
|
61662d319f
|
chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
e14b05d16b
|
fix(nc-gui): formatKanbanData logic
|
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
|
671fbcdc16
|
chore(nc-gui): rename null to Uncategorized
|
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 |