Wing-Kam Wong
|
a34c2ba8d5
|
refactor(gui-v2): run lint
|
2 years ago |
braks
|
6b447ceb38
|
chore(gui-v2): fix eslint issues
# What's changed?
* transform some components to script setup
* fix linting issues
|
2 years ago |
Wing-Kam Wong
|
3d9d98f5ec
|
feat(gui-v2): airtable import step 2 layout
|
2 years ago |
Pranav C
|
b588e3283b
|
refactor(gui-v2): remove unused imports
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
e4077cd12a
|
refactor(gui-v2): cleanup template editor component
# What's changed?
* fix types
* change arrow fns to regular functions to avoid ordering issues
* move templateColumns to utils file
|
2 years ago |
Pranav C
|
d4976686ff
|
fix: issue with sortable
re #2820
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Raju Udava
|
933da7834e
|
fix: i18n corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Pranav C
|
c58e09e08c
|
refactor(gui-v2): add table rename validation
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
0f30974d8d
|
refactor(gui-v2): table rename modal improvements
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
b7ce972695
|
feat(gui-v2): update tab state on table rename
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
5d37bb97c6
|
feat(gui-v2): table rename and minor improvements
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
70755b8b1d
|
wip(gui-v2): table rename
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
9ace314b1b
|
feat(gui-v2): table delete
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
78bdd3ae2e
|
feat(gui-v2): context menu, table list reload, css corrections
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
a82f163041
|
feat(gui-v2): add sortable
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
62233121f1
|
wip(gui-v2): Basic tree view
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
0cc3907b82
|
wip(gui-v2): integration with TemplateEditor & revise adapter and parseAndExtractData logic
|
2 years ago |
Wing-Kam Wong
|
f074eb819c
|
feat(gui-v2): add TemplateEditor
|
2 years ago |
Wing-Kam Wong
|
2776651352
|
feat(gui-v2): parser config
|
2 years ago |
Wing-Kam Wong
|
0b3490127d
|
fix(gui-v2): validator key
|
2 years ago |
Wing-Kam Wong
|
b16ed9783b
|
chore(gui-v2): rename FileImport -> QuickImport
|
2 years ago |
Wing-Kam Wong
|
d1ef2444d9
|
feat(gui-v2): adapter & parseAndExtractData
|
2 years ago |
Wing-Kam Wong
|
bef2146f26
|
feat(gui-v2): handleImport
|
2 years ago |
Wing-Kam Wong
|
d2c0e022e6
|
refactor(gui-v2): revise style & add title
|
2 years ago |
Wing-Kam Wong
|
030fb9d282
|
feat(gui-v2): add populateUniqueTableName
|
2 years ago |
Wing-Kam Wong
|
f7e987fc5a
|
wip(gui-v2): quick import - parseAndExtractData
|
2 years ago |
Wing-Kam Wong
|
4571c0cae6
|
wip(gui-v2): quick import - airtable
|
2 years ago |
Wing-Kam Wong
|
0502d82e05
|
fix(gui-v2): incorrect a-form structure
|
2 years ago |
Wing-Kam Wong
|
9a34ca9188
|
chore(gui-v2): sync with upstream
|
2 years ago |
Wing-Kam Wong
|
885f821b4e
|
feat(gui-v2): create table
|
2 years ago |
Wing-Kam Wong
|
f7ac71cf33
|
chore(gui-v2): use span
|
2 years ago |
Wing-Kam Wong
|
2eb2084ea6
|
chore(gui-v2): i18n
|
2 years ago |
Wing-Kam Wong
|
3732ef014d
|
refactor(gui-v2): revise css classes
|
2 years ago |
Wing-Kam Wong
|
7e0c33529b
|
feat(gui-v2): add importUrlValidator, rejectDrop & accept types
|
2 years ago |
Wing-Kam Wong
|
b06f4389ee
|
fix(gui-v2): tab view link
|
2 years ago |
Wing-Kam Wong
|
05201030d8
|
feat(gui-v2): add help text info for airtable import
|
2 years ago |
Wing-Kam Wong
|
37d1008ac2
|
feat(gui-v2): import from airtable ui
|
2 years ago |
Wing-Kam Wong
|
cd0d142e7f
|
refactor(gui-v2): monaco editor setup
|
2 years ago |
Wing-Kam Wong
|
7387da1364
|
feat(gui-v2): add json editor & refactor import state
|
2 years ago |
Wing-Kam Wong
|
41b2002003
|
feat(gui-v2): expose format function
|
2 years ago |
Wing-Kam Wong
|
cd0580687b
|
chore(gui-v2): use isUIAllowed from useUIPermission()
|
2 years ago |
Wing-Kam Wong
|
bac7b00143
|
feat(gui-v2): use a-modal
|
2 years ago |
Wing-Kam Wong
|
52c5e06617
|
wip(gui-v2): Quick Import - load url
|
2 years ago |
Wing-Kam Wong
|
a0e2274583
|
fix(gui-v2): setting import type in onclick
|
2 years ago |
Wing-Kam Wong
|
f3e9261eda
|
wip(gui-v2): DnD file uploader
|
2 years ago |
Wing-Kam Wong
|
d3a44868df
|
refactor(gui-v2): styling with css class
|
2 years ago |
Wing-Kam Wong
|
be5008a625
|
refactor(gui-v2): button size
|
2 years ago |
Wing-Kam Wong
|
65aef10f77
|
fix(gui-v2): add missing []
|
2 years ago |
Wing-Kam Wong
|
a51ba23fee
|
refactor(gui-v2): styling & use classes
|
2 years ago |
Wing-Kam Wong
|
c05ef731c7
|
refactor(gui-v2): use fieldRequiredValidator
|
2 years ago |