braks
7c56961365
feat(gui-v2): add `dayjs` plugin file
...
# What's changed?
* add dayjs plugin file so we can make sure all dayjs plugins are installed on app init
2 years ago
braks
42109fa4a7
chore(gui-v2): cleanup
2 years ago
braks
0f8ea25102
chore(gui-v2): update import paths for composables
2 years ago
braks
ec3b7af0ce
refactor(gui-v2): replace `useGlobalState` with `useGlobal`
...
# What's changed?
* `useGlobal` replaces `useGlobalState`
* split into actions, getters, state
* injects into nuxt app on init (regardless where it's called)
2 years ago
Pranav C
1f74777001
feat(gui-v2): add column menu and edit column option
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
66b85d443c
refactor(gui-v2): merge create view into `ViewCreate.vue`
2 years ago
braks
1b5f505212
feat(gui-v2): add barrel file to utils and lib
2 years ago
Muhammed Mustafa
17675d2107
chore/gui-v2-user-management-remaned-init-plugin-and-moved-duration-dayjs-plugin-to-dateUtils
2 years ago
Muhammed Mustafa
5a1ab2ebbe
chore/gui-v2-user-management-removed-copyTextToClipboard-miscUtils
2 years ago
Muhammed Mustafa
161b080ca9
refactor/gui-v2-user-management-added
2 years ago
Wing-Kam Wong
23287e5547
feat(gui-v2): add percent utils
2 years ago
Wing-Kam Wong
c185f2641b
chore(gui-v2): lint
2 years ago
Muhammed Mustafa
daf13f6c35
chore/gui-v2-year-picker-minor-cleanup
2 years ago
Muhammed Mustafa
4923ef7a7b
chore/gui-v2-date-picker-minor-cleanup
2 years ago
Muhammed Mustafa
d4c28d9066
refactor/gui-v2-added-DateTime-Picker
2 years ago
Wing-Kam Wong
e169c6c2f4
chore(gui-v2): revise based on PR comments
2 years ago
Wing-Kam Wong
895bfe95ea
fix(gui-v2): handle json with single / multiple records
2 years ago
Wing-Kam Wong
fb7035e7b1
fix(gui-v2): json template adapter
2 years ago
Wing-Kam Wong
c759b2b690
feat(gui-v2): excel / csv validators
2 years ago
Wing-Kam Wong
de60c16f15
chore(gui-v2): run lint
2 years ago
Wing-Kam Wong
a34c2ba8d5
refactor(gui-v2): run lint
2 years ago
braks
13c35c4aca
refactor(gui-v2): cleanup project create utils
...
# What's changed?
* move form type to utils file
* move ClientType enum to enums file
* use ClientType enum where appropriate
* add default host (localhost)
* lint files
2 years ago
Pranav C
c58e09e08c
refactor(gui-v2): add table rename validation
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
19aefb0f82
fix(gui-v2): url.split -> url?.split
2 years ago
Wing-Kam Wong
76caddd6a4
fix(gui-v2): $api in adapters
2 years ago
Wing-Kam Wong
94318a35f0
feat(gui-v2): export all adapters
2 years ago
Wing-Kam Wong
c553d955ee
chore(gui-v2): remove quickImportType from ExcelUrlTemplateAdapter
2 years ago
Wing-Kam Wong
fe488ffec6
feat(gui-v2): ExcelUrlTemplateAdapter
2 years ago
Wing-Kam Wong
9bf9574cc8
feat(gui-v2): ExcelTemplateAdapter
2 years ago
Wing-Kam Wong
65196316c1
feat(gui-v2): CSV TemplateAdapter
2 years ago
Wing-Kam Wong
4515a89b71
feat(gui-v2): JSONTemplateAdapter
2 years ago
Wing-Kam Wong
030020e7f2
feat(gui-v2): JSONUrlTemplateAdpter
2 years ago
Wing-Kam Wong
4fbd183af0
feat(gui-v2): parserHelpers
2 years ago
Wing-Kam Wong
24087c5c33
feat(gui-v2): TemplateGenerator
2 years ago
Wing-Kam Wong
33dbe0a102
feat(gui-v2): importUrlValidator
2 years ago
braks
9c1f214c8d
refactor(gui-v2): cleanup audit tab issues and styles
...
# What's changed?
* load project before loading audits
* properly align pagination
* move reload button to pagination
* wrap elements
* prevent warnings of ant design by using functions as children
* add icon to reload
2 years ago
Muhammed Mustafa
189bc5bbaa
fix/moved calculateDiff to date utils
2 years ago
Pranav C
24f5d57fdb
refactor(gui-v2): corrections and improvements
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Raju Udava
c3197f55ca
fix: project name can't start with a space
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
e0ce002ff7
feat(gui-v2): generate random project title
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
f93ca9df18
feat(gui-v2): test connection, project create integration
...
- show dialog after test connection
- use certificate values
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
313f77eefe
feat(gui-v2): add ssl file select option, show monaco editor for config edit
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
00622f799e
wip(gui-v2): add monaco editor for config edit
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
b3c2a56cbc
feat(gui-v2): add all inputs and buttons in project create page
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
61dd082839
feat(gui-v2): external project create - form validation
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
b70324d65b
wip(gui-v2): table create
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
8b9d1cd37c
wip(gui-v2): view create
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
c0e874fef4
feat(gui-v2): add isValidURL to url utils
2 years ago
Wing-Kam Wong
19e6e698f8
refactor(gui-v2): add duration helper
2 years ago
Pranav C
628f1a5d00
refactor(gui-v2): code cleanup
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago