Pranav C
6a8f19e47b
refactor(gui): action buttons spacing
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
d9e2133e61
feat(gui): add copy record url option in expanded form
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
5a6cb79714
feat(gui): use query param for providing rowId
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
6419934255
wip(gui): url for expanded row
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Raju Udava
ce39c22e24
test: kanban - stack & card procedures
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Muhammed Mustafa
33a0de966c
fix(nc-gui)/Lowered opacity of GeneralOverlay in Grid
2 years ago
Muhammed Mustafa
030970bb66
fix(nc-gui)/Added classname prop for GeneralOverlay
2 years ago
Muhammed Mustafa
7f8d641b57
fix(nc-gui)/Added option for light background for and enabled it for Grid
2 years ago
Wing-Kam Wong
61e9cbd7d3
chore(nc-gui): revise the width of truncate text
2 years ago
Wing-Kam Wong
eebe23f926
chore(nc-gui): fine tune styles
2 years ago
Wing-Kam Wong
47b2436eca
refactor(nc-gui): rename stack_meta to meta
2 years ago
Wing-Kam Wong
b54637fd7d
refactor(nc-gui): move handleExpandedFormCancel to removeRowFromUncategorizedStack
2 years ago
Raju Udava
312120fd0b
test: cy-stability for dropdown
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
8a53ec45a5
refactor(nc-gui): rename Uncategorized to uncategorized
2 years ago
Wing-Kam Wong
f2340424e0
feat(nc-gui): reset state to avoid from showing the previous stacks when switching kanban views
2 years ago
Wing-Kam Wong
61ff30fd02
fix(nc-gui): incorrect Uncategorized counts when opening / closing expanded form
2 years ago
Wing-Kam Wong
cab4bf0918
feat(nc-gui): add col titles to changedColumns if they are preset
2 years ago
Wing-Kam Wong
a36fa13196
feat(nc-gui): load kanban meta on reloadKanbanMetaHook
2 years ago
Wing-Kam Wong
08c0522277
chore(nc-gui): remove rename stack from dropdown menu
2 years ago
Pranav C
65e327e1a9
fix(gui): add fallback for copy to clipboard
...
re #3598
Signed-off-by: Pranav C <pranavxc@gmail.com>
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
Wing-Kam Wong
3cc5dfcd48
refactor(nc-gui): remove unncessary watch & add ref to inject
2 years ago
Wing-Kam Wong
748fa51369
feat(nc-gui): not render field with no value on kanban card
2 years ago
Pranav C
3e5d9dfc35
fix(api): email me enabling error
...
re #3651
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
40baf5aa94
fix(api): default form validation
...
re #3652
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
6a96ac445c
feat(nc-gui): move color head on top of stack & revise skeleton styles
2 years ago
Wing-Kam Wong
880e0757c1
feat(nc-gui): darken stack title
2 years ago
braks
5320a313bc
refactor(nc-gui): hide loading spinner when reloading from view filters
2 years ago
Wing-Kam Wong
177f4db3a0
refactor(nc-gui): kanban styles
2 years ago
Wing-Kam Wong
103e52c6d7
feat(nc-gui): style on kanban card
2 years ago
Wing-Kam Wong
a3866486bc
refactor(nc-gui): remove unused code + style a bit
2 years ago
Wing-Kam Wong
f35acbdd49
fix(nc-gui): skipp uncategorized case for new record form hook
2 years ago
Wing-Kam Wong
8452b288f7
feat(nc-gui): kanban skeleton
2 years ago
Wing-Kam Wong
511b1f05a4
fix(nc-gui): missing background & skeleton
2 years ago
Wing-Kam Wong
5125a5e2b5
feat(nc-gui): collapse stack logic
2 years ago
Wing-Kam Wong
ae143e39a3
feat(nc-gui): kanban collapsed stack
2 years ago
Wing-Kam Wong
1cec3b1675
feat(nc-gui): disable renameStack & deleteStack for Uncategorized stack
2 years ago
Pranav C
f5a0cafab1
feat(gui): move fullscreen icon to tab bar
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
8f0ecd07e5
feat(nc-gui): preset grouping field value in expanded form
2 years ago
Wing-Kam Wong
fa27393582
chore(nc-gui): remove api loading in kanban
2 years ago
Pranav C
fc424c1fcc
feat(gui): fullscreen option to toggle nav drawers
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
8b28e24102
feat(nc-gui): delete stack modal + integrate with deleteStack function
2 years ago
braks
5ede6ee764
chore(nc-gui): remove unnecessary opts
2 years ago
braks
d3a4bca8f3
feat(nc-gui): store sidebar states separately by id
...
# What's changed?
* use a sidebar id to identify the state
* use in memory storage to store the states
* use local storage to store persistent states
* add MemStorage class
2 years ago
Wing-Kam Wong
4f5a2155d0
wip(nc-gui): delete stack model
2 years ago
braks
0567b47afc
fix(nc-gui): right sidebar collapse not working
...
# What's changed?
* use sync ref to sync sidebar state to storage
* use cb function for toggle
2 years ago
Wing-Kam Wong
b2bd45abbd
feat(nc-gui): add addNewRecord
2 years ago
Wing-Kam Wong
c5e2c3676a
feat(nc-gui): add dropdown for stack operations
2 years ago
Pranav C
9bc3cfc1b8
fix(gui): for new record hide virtual columns other than LTAR
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
5cc8fea068
fix(gui): hide reload row if it's a new row
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago