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
Raju Udava
39cd55b43b
Merge pull request #3667 from nocodb/test/cy-stability-2
...
test: cy views suite local storage & tab handling corrections
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
Raju Udava
95521a4b12
test: right toggle bar fix for view validation
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
56e5be0d30
test: Cy typo fix
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
7c109785b1
test: cy misc test suite local storage handling fix
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
e8a286634c
test: local storage handling fix for roles suite
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
4582c0ed57
test: local storage handling for tableOps suite
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
4151b2dcb2
test: fix local storage & tab handling in quickTest suite
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
2b3949928c
test: cy views suite local storage & tab handling corrections
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
braks
ae2210a261
fix(nc-gui): use cb for permission check
2 years ago
braks
0a1e224273
fix(nc-gui): cleanup sidebar state on scope dispose
2 years ago
Wing-Kam Wong
ae143e39a3
feat(nc-gui): kanban collapsed stack
2 years ago
Raju Udava
7f3727288e
Merge pull request #3670 from nocodb/l10n_develop_2
...
New Crowdin updates
2 years ago
Wing-Kam Wong
1cec3b1675
feat(nc-gui): disable renameStack & deleteStack for Uncategorized stack
2 years ago
navi
36b09f7dcc
New translations en.json (Russian)
2 years ago
Wing-Kam Wong
ba0713cdc7
Merge branch 'develop' into feat/kanban-view
2 years ago
Wing-Kam Wong
38a0608fbd
chore(workflow): merge fixed & resolved issue label to ready for next release
2 years ago
Muhammed Mustafa
56c20fe2ce
Merge pull request #3634 from nocodb/feat/add-tooltip-to-table-treeview
...
feat(nc-gui): Added tooltip to show table name in table tree view
2 years ago
Wing-Kam Wong
c49f7cc677
fix(nocodb): add ?? {} for stack_meta
2 years ago
Wing-Kam Wong
46b61ff173
feat(nc-gui): enrich collapse stack flag
2 years ago
Pranav C
5f043ba009
Merge pull request #3662 from nocodb/feat/full-screen
...
Feat: fullscreen option to toggle nav drawers
2 years ago
Pranav C
390ca00758
refactor(gui): avoid extra negation by reversing computed var
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
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
Wing-Kam Wong
f1cbd09203
feat(nc-gui): add deleteStack logic
2 years ago
Wing-Kam Wong
d1bbb2d5ab
feat(nocodb-sdk): add query to bulk all apis
2 years ago
Braks
a11edff79c
Merge pull request #3641 from nocodb/fix/cb-injection
2 years ago
Braks
f17b842832
Merge pull request #3664 from nocodb/feat/store-sidebar-state
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
Braks
7891172542
Merge pull request #3660 from nocodb/fix/right-sidebar-collapse
2 years ago
Wing-Kam Wong
4f5a2155d0
wip(nc-gui): delete stack model
2 years ago
Pranav C
f897a521b4
Merge pull request #3637 from nocodb/fix/reset-project-state
...
fix(nc-gui): project state not properly reset
2 years ago
braks
835db51b4e
chore(nc-gui): add more route param types
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
Muhammed Mustafa
d3802828f1
feat/Added general tooltip to allow alt + hover to trigger tooltip
2 years ago
Wing-Kam Wong
b2bd45abbd
feat(nc-gui): add addNewRecord
2 years ago
Wing-Kam Wong
600aedb1c3
refactor(nc-gui): remove unused variables
2 years ago
Raju Udava
479373fe04
refactor: i18n validation error messages
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
c5e2c3676a
feat(nc-gui): add dropdown for stack operations
2 years ago
Wing-Kam Wong
8c8be9a415
feat(nc-gui): add MdiArrowCollapse
2 years ago
braks
16b238fd8b
fix(nc-gui): remove injection usage in callback
...
# What's changed?
* update EditOrAdd form style
* remove injection use on callbacks
* fixes errors thrown while changing column type
* use `unref`
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