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
Wing-Kam Wong
487b289afa
fix(nc-gui): wrong math on offset calculation
2 years ago
Wing-Kam Wong
0151e5aee6
feat(nc-gui): add countByStack logic
2 years ago
Wing-Kam Wong
93858b018d
feat(nc-gui): infinite scroll to load
2 years ago
Wing-Kam Wong
0fca6c85a0
wip(nc-gui): kanban scrolling logic
2 years ago
braks
8804bea441
fix(nc-gui): fetch view data regardless if meta is present
2 years ago
braks
4018592655
chore(nc-gui): more type fixes
2 years ago
braks
971dda7769
revert(nc-gui): deep selectors
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
Wing-Kam Wong
f35c3a5176
chore(nc-gui): revise kanban stack width
2 years ago
Wing-Kam Wong
09bdf6e33b
feat(nc-gui): revise kanban styles
2 years ago
Wing-Kam Wong
f5070a36c7
chore(nc-gui): remove unnecessary ? operators
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
Wing-Kam Wong
f2068e05bf
feat(nc-gui): include SmartsheetToolbarKanbanStackEditOrAdd for kanban
2 years ago
Wing-Kam Wong
c3ac43314d
chore(nc-gui): move the new / edit stack logic to kanbanStackEditOrAdd
2 years ago
braks
38a9cb6c44
refactor(nc-gui): update useCellUrlConfig composable
2 years ago
Wing-Kam Wong
caed42a1c4
refactor(nc-gui): kanban skeleton
2 years ago
mertmit
0cc1d027ba
fix: gallery card cover image distortion
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Raju Udava
9c721f5426
chore(CY): add class name for modal & menu
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
6c8171dd5b
chore(cypress): improve drawer selection by filtering by unique classname
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
b265d5d5ae
wip(nc-gui): add / edit stack logic
2 years ago
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