Pranav C
41788be13b
chore(gui): corrections and lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
be70b540a5
refactor(gui-v2): tab level sort state
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
86586fd1a9
refactor(gui-v2): replace pain object with Map
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
d2657d1339
wip(gui-v2): sorts state
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
e3dc42bf76
wip(gui-v2): keep tab level view state(filter/sort/fields)
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
3ef9115674
refactor(gui): avoid locking treeview operation based on view lock
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
e4ab2c7680
fix(nc-gui): kanbanviewstore related issues
2 years ago
Wing-Kam Wong
9945838a2e
chore(nc-gui): lint
2 years ago
braks
9dc5c11643
fix(nc-gui): check if activeTab exists
2 years ago
Pranav C
1a8417cb18
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
2f925e008f
fix(nc-gui): right sidebar state not restored
2 years ago
braks
d33142b3c3
chore(nc-gui): cleanup
2 years ago
braks
4c29fa18ff
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
braks
ee444604d9
refactor(nc-gui): use lazy components
2 years ago
braks
27005af74c
refactor(nc-gui): simplify useSidebar and update comments
2 years ago
Wing-Kam Wong
cb2f76bc77
refactor(nc-gui): use ReloadViewMetaHookInj instead of ReloadKanbanMetaHookInj
2 years ago
Wing-Kam Wong
c888654902
fix(nc-gui): missing import
2 years ago
Pranav C
acba7769c0
fix(gui): use a different hook to reload the vue meta and avoid reloading data
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
004875e922
fix(gui): reload form view on clicking active form view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
460444e2e4
feat(nc-gui): add ReloadKanbanMetaHookInj
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
braks
81db2c8435
chore(nc-gui): fix type issues and set proper ref types
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
Pranav C
184d0eb942
chore(gui): linting and code cleanup
...
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
Pranav C
ff13ea4c51
fix(gui): save row on switching tables
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
a574b4f1c5
feat(nc-gui): include SmartsheetKanban in Smartsheet
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
Muhammed Mustafa
7e298cce9f
fix/Forced meta loading when tab changes
2 years ago
Pranav C
c5c131014f
refactor(gui-v2): view menu and gridview ui updates
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
cd291d82c1
refactor(gui-v2): ui changes
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
851fb467cd
chore(gui-v2): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
bf95d5d0b3
refactor(gui-v2): move toolbar to tab content level
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
f242588992
refactor(gui-v2): add view menu and move items
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
df7f506893
feat(gui-v2): implement customizable theme vars
2 years ago
Pranav C
5a37d02941
fix(gui-v2): load right nav drawer only after loading meta
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
7f849189d4
refactor(gui-v2): new layout
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Muhammed Mustafa
ba0a82d5e8
fix/Added creating a new record and opening expanded form when clicking on the Add new row button
2 years ago
Wing-Kam Wong
fa64125e4b
feat(gui-v2): add isLocked for Treeview
2 years ago
Wing-Kam Wong
760c3ae985
feat(gui-v2): provide isLocked in smartsheet
2 years ago
Wing-Kam Wong
67be2c000f
chore(gui-v2): hide some right toolbar buttons in form view
2 years ago
Wing-Kam Wong
d124698324
refactor(gui-v2): remove RightSidebarInj
2 years ago
Wing-Kam Wong
36b0b45ab4
feat(gui-v2): provide the sidebar injection state
2 years ago
braks
b23b8235a9
refactor(gui-v2): set right sidebar to collapsed as default
2 years ago
Pranav C
947e9ec02e
chore(gui-v2): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
4f33346a30
feat(gui-v2): add header
2 years ago
Pranav C
15a382ef4d
fix(gui-v2): hide share view from gallery
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Raju Udava
8aac0b5853
fix: null check validations
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
828b830aa8
refactor(gui-v2): group module imports
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
b3d043bb67
chore(gui-v2): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago