dependabot[bot]
|
1080129191
|
chore(deps): bump webpack from 5.73.0 to 5.76.1 in /packages/nc-gui
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.1)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Daniel Spaude
|
65231b57ed
|
don't show 'Mapped by' dropdown on public map view
|
2 years ago |
Daniel Spaude
|
ec4cd23e7f
|
create useBetaFeatureToggle composable...
and use it for geo feature and Mobile Mode
|
2 years ago |
Daniel Spaude
|
2c40e2ad58
|
code cleanup
|
2 years ago |
Daniel Spaude
|
f281035348
|
code cleanup
|
2 years ago |
Daniel Spaude
|
9ef951ec12
|
code cleanup
|
2 years ago |
Daniel Spaude
|
a6b0a090e0
|
code cleanup
|
2 years ago |
Daniel Spaude
|
ce8cb699a8
|
code cleanup
|
2 years ago |
Daniel Spaude
|
0be1d018be
|
code cleanup
|
2 years ago |
Wing-Kam Wong
|
007f87c62f
|
fix(nc-gui): move eventOperation and onNotTypeChange logic out of loadPluginList
|
2 years ago |
Wing-Kam Wong
|
f30e910746
|
fix(nc-gui): duplicate where condition
|
2 years ago |
Wing-Kam Wong
|
75c67e59b8
|
fix(nc-gui): aggCommentCount type
|
2 years ago |
Wing-Kam Wong
|
1ac5e8dd20
|
fix(nc-gui): incorrect load more kanban data logic
|
2 years ago |
Daniel Spaude
|
6baa3cc9a0
|
geo data col: change wording and adapt layout of buttons
|
2 years ago |
Daniel Spaude
|
3eb372749c
|
geo data col: change wording and adapt layout of buttons
|
2 years ago |
Daniel Spaude
|
bf3872e362
|
fix shared map view issue - fetch up to 1000 map markers also on shared map views
|
2 years ago |
Daniel Spaude
|
fd5cb3f58e
|
fix shared map view issue - shared map view works now
|
2 years ago |
Daniel Spaude
|
b732fcc227
|
fix shared map view issue - WIP - fix type issue
|
2 years ago |
Wing-Kam Wong
|
68a5e0b7d2
|
refactor(nocodb): only send updateObj for updateMapMeta
|
2 years ago |
Daniel Spaude
|
4de7f6f60e
|
Revert "shared map view issue debugging - WIP"
This reverts commit b0cad5fa8e .
|
2 years ago |
Daniel Spaude
|
b0cad5fa8e
|
shared map view issue debugging - WIP
|
2 years ago |
Daniel Spaude
|
9b95cd6a2c
|
Revert "shared map view issue debugging - WIP"
This reverts commit 19b14d9e42 .
|
2 years ago |
Daniel Spaude
|
3e23a453dd
|
Revert "shared map view issue debugging - WIP"
This reverts commit b7fc4ffa9a .
|
2 years ago |
Wing-Kam Wong
|
59731bb7e4
|
refactor(nc-gui): pass update object only
|
2 years ago |
Wing-Kam Wong
|
8f2e5f05b1
|
chore(nc-gui): lint
|
2 years ago |
Pranav C
|
61a08beeb0
|
chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
cf6a22732a
|
fix: destructor and extract loadTables method from store
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
618c069db3
|
fix: add action to set project value
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
dcc4144a84
|
fix: remove unnecessary storeToRefs wrapping
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
29a43aee10
|
fix: wrap store with `storeToRefs` wherever missing
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
95efae4e78
|
fix(nc-gui): mark it as editor by default
|
2 years ago |
Daniel Spaude
|
b7fc4ffa9a
|
shared map view issue debugging - WIP
|
2 years ago |
Daniel Spaude
|
19b14d9e42
|
shared map view issue debugging - WIP
|
2 years ago |
Wing-Kam Wong
|
4df5cbd7f1
|
fix(nc-gui): list -> sorts
|
2 years ago |
Wing-Kam Wong
|
58b87118dc
|
chore(nc-gui): remove console.log
|
2 years ago |
Wing-Kam Wong
|
60eb1ed128
|
fix(nc-gui): formatData list type
|
2 years ago |
Wing-Kam Wong
|
1bf1610bf1
|
refactor(nc-gui): return empty list response
|
2 years ago |
Wing-Kam Wong
|
26a62666c6
|
fix(nc-gui): view columns typing
|
2 years ago |
Wing-Kam Wong
|
48b254b49c
|
fix(nc-gui): map view typing
|
2 years ago |
Wing-Kam Wong
|
93535bb1ca
|
refactor(nc-gui): typing
|
2 years ago |
Wing-Kam Wong
|
cb561ab2c8
|
refactor(nocodb): return dataList response directly
|
2 years ago |
Wing-Kam Wong
|
38264e8005
|
fix(nc-gui): list response type and notification parsing logic
|
2 years ago |
Pranav C
|
d62b3d9419
|
refactor: include `storeToRefs` in imports alias
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
30cd0c3d42
|
refactor: move tab composable to pinia store
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Raju Udava
|
9f991044ec
|
test: corrections to expand record header menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Pranav C
|
8b671532d9
|
refactor: move tab composable to pinia store
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
13b9a7cb0f
|
fix: use `storeToRefs` to get reactive variable
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
59a92dfca9
|
refactor(nc-gui): menu types
|
2 years ago |
Wing-Kam Wong
|
0043274b8d
|
chore(nc-gui): lint
|
2 years ago |
Wing-Kam Wong
|
95847b51ec
|
fix(nc-gui): list response in view columns
|
2 years ago |