Wing-Kam Wong
|
9db2bb6996
|
chore(nc-gui): hide auth in webhook
|
2023-03-20 11:39:17 +08:00 |
|
Wing-Kam Wong
|
97b4e53345
|
feat(nc-gui): add delete modal in deleteHook
|
2023-03-18 11:00:05 +08:00 |
|
Wing-Kam Wong
|
5a8942d46d
|
feat(nc-gui): add the copy hook to the top
|
2023-03-18 10:50:07 +08:00 |
|
Wing-Kam Wong
|
23721bcac0
|
feat(nc-gui): copy hook & show hook active on listing
|
2023-03-17 19:34:46 +08:00 |
|
Wing-Kam Wong
|
d1773af552
|
fix(nocodb): incorrect hook create request type
|
2023-03-17 18:54:56 +08:00 |
|
Wing-Kam Wong
|
50a031547d
|
Merge branch 'develop' into enhancement/webhooks
|
2023-03-17 18:11:28 +08:00 |
|
Wing-Kam Wong
|
880c48676d
|
fix(nc-gui): vModel on numeric columns
|
2023-03-17 17:15:58 +08:00 |
|
Wing-Kam Wong
|
bce91052f1
|
refactor(nc-gui): use find instead of filter
|
2023-03-17 16:59:28 +08:00 |
|
Wing-Kam Wong
|
d13863cc60
|
feat(nc-gui): apply i18n in webhook editor
|
2023-03-17 14:26:08 +08:00 |
|
Wing-Kam Wong
|
d562e7fa6b
|
feat(nc-gui): add enable webhook
|
2023-03-17 14:23:22 +08:00 |
|
Wing-Kam Wong
|
b5dcd461fc
|
chore(nc-gui): lint
|
2023-03-16 18:09:11 +08:00 |
|
Wing-Kam Wong
|
8d84531d66
|
refactor(nc-gui): cast ProjectUserReqType and add comments
|
2023-03-16 18:09:04 +08:00 |
|
Wing-Kam Wong
|
f4b6ae4a92
|
refactor(nc-gui): remove unused style block
|
2023-03-16 18:08:23 +08:00 |
|
Wing-Kam Wong
|
0ddcab2bda
|
fix(nc-gui): add missing ;
|
2023-03-16 17:26:56 +08:00 |
|
Wing-Kam Wong
|
2364e9ec48
|
fix(nc-gui): cast HTMLElement
|
2023-03-16 17:24:47 +08:00 |
|
Wing-Kam Wong
|
d683319219
|
fix(nc-gui): apply parseProp on column meta
|
2023-03-16 17:12:07 +08:00 |
|
Wing-Kam Wong
|
fedc4fcd7a
|
fix(nc-gui): webhook test types
|
2023-03-16 17:10:38 +08:00 |
|
Wing-Kam Wong
|
507f24fec0
|
fix(nc-gui): geoDataToggleCondition param type
|
2023-03-16 16:48:30 +08:00 |
|
Wing-Kam Wong
|
f3684ec152
|
fix(nc-gui): add nullable chain
|
2023-03-16 16:32:26 +08:00 |
|
Wing-Kam Wong
|
71967b6874
|
fix(nc-gui): optional chain expressions can return undefined by design
|
2023-03-16 16:29:06 +08:00 |
|
Wing-Kam Wong
|
2a5761b182
|
fix(nc-gui) cast ProjectUserReqType for projectUserAdd
|
2023-03-16 16:28:24 +08:00 |
|
Wing-Kam Wong
|
ce820b0b6b
|
fix(nc-gui): virtual cell icon type
|
2023-03-16 16:25:56 +08:00 |
|
Wing-Kam Wong
|
ea860b9c11
|
fix(nc-gui): remove alias validation as it doesnt exist
|
2023-03-16 16:11:45 +08:00 |
|
Wing-Kam Wong
|
36e3ff33a6
|
fix(nc-gui): type 'unknown' is not assignable to type 'Error'
|
2023-03-16 14:10:07 +08:00 |
|
Wing-Kam Wong
|
c7de4dcb47
|
fix(nc-gui): apply parseProp to meta
|
2023-03-16 14:00:17 +08:00 |
|
Wing-Kam Wong
|
be17970733
|
fix(nc-gui): apply parseProp
|
2023-03-16 13:55:50 +08:00 |
|
Wing-Kam Wong
|
d5eb8b13a0
|
fix(nc-gui): license issues
|
2023-03-16 13:55:25 +08:00 |
|
Wing-Kam Wong
|
87733598f9
|
fix(nc-gui): replace with sqlUis
|
2023-03-16 13:52:00 +08:00 |
|
Wing-Kam Wong
|
1c08df3e34
|
fix(nc-gui): add missing tables
|
2023-03-16 12:50:21 +08:00 |
|
Wing-Kam Wong
|
90f48ccdae
|
fix(nc-gui): Token type issues
|
2023-03-16 12:27:17 +08:00 |
|
Wing-Kam Wong
|
62288268a7
|
Merge branch 'develop' into fix/project-errors
|
2023-03-16 12:01:54 +08:00 |
|
Daniel Spaude
|
96be86e005
|
Merge branch 'develop' into geodata-follow-up-fixes
|
2023-03-15 14:10:13 +01:00 |
|
Daniel Spaude
|
119395d698
|
make cell container relative
... so that the UI-locking overlay (e.g. in shared views) are not taking up too much space
|
2023-03-15 13:55:26 +01:00 |
|
Wing-Kam Wong
|
6dbcc0acc8
|
refactor(nc-gui): switch to parseProp
|
2023-03-15 20:31:11 +08:00 |
|
Wing-Kam Wong
|
632c23d02c
|
chore(nc-gui): lint
|
2023-03-15 20:22:55 +08:00 |
|
Wing-Kam Wong
|
132ce16fa9
|
fix(nc-gui): parse meta in durationType
|
2023-03-15 20:08:36 +08:00 |
|
Wing-Kam Wong
|
ffc68895de
|
fix(nc-gui): apply json parse for string before spread
|
2023-03-15 20:06:37 +08:00 |
|
Wing-Kam Wong
|
e284b96d2b
|
fix(nc-gui): numeric cell type issues
|
2023-03-15 20:04:52 +08:00 |
|
Wing-Kam Wong
|
1a407e150b
|
fix(nc-gui): webhook editor type issues
|
2023-03-15 19:46:40 +08:00 |
|
Wing-Kam Wong
|
c326f97d46
|
refactor(nc-gui): put PluginTestReqType and PluginType together
|
2023-03-15 19:27:30 +08:00 |
|
Wing-Kam Wong
|
38db2917d7
|
fix(nc-gui): user modal type issues
|
2023-03-15 19:27:07 +08:00 |
|
Wing-Kam Wong
|
dc8e25d34a
|
fix(nc-gui): column filter type issues
|
2023-03-15 19:18:28 +08:00 |
|
Wing-Kam Wong
|
09da14fed4
|
fix(nc-gui): geo onSuccess and onError type & fix type 'number' is not assignable to type 'string'
|
2023-03-15 19:13:07 +08:00 |
|
Wing-Kam Wong
|
e8c1997edc
|
fix: spread types may only be created from object types
|
2023-03-15 19:07:38 +08:00 |
|
Wing-Kam Wong
|
3c21fe47dc
|
fix(nc-gui): offset and limit should be in number type
|
2023-03-15 18:57:01 +08:00 |
|
Wing-Kam Wong
|
1e2f640f61
|
fix(nc-gui): plugin test type and plugin input
|
2023-03-15 18:46:49 +08:00 |
|
Wing-Kam Wong
|
b65ee1c34e
|
fix(nc-gui): add type to e
|
2023-03-15 18:46:29 +08:00 |
|
Raju Udava
|
0793c6d613
|
fix: row numbering based on page size configured
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2023-03-15 14:12:30 +05:30 |
|
աɨռɢӄաօռɢ
|
d103027a46
|
Merge pull request #5295 from nocodb/fix/webhook-missing-operation
fix(nc-gui): move eventOperation and onNotTypeChange logic out of loadPluginList
|
2023-03-15 15:43:32 +08:00 |
|
Daniel Spaude
|
65231b57ed
|
don't show 'Mapped by' dropdown on public map view
|
2023-03-15 02:03:18 +01:00 |
|