Wing-Kam Wong
|
b67f96eeb8
|
fix(gui-v2): includeM2M display
|
2 years ago |
mertmit
|
05cb02cb85
|
fix(gui-v2): view list active class
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
braks
|
b87118a917
|
chore(gui-v2): style fix
|
2 years ago |
braks
|
0444a20bd4
|
refactor(gui-v2): replace `pink-500` with `accent` color
|
2 years ago |
braks
|
afb565678d
|
feat(gui-v2): add a simple color picker for primary theme color
|
2 years ago |
braks
|
df7f506893
|
feat(gui-v2): implement customizable theme vars
|
2 years ago |
Wing-Kam Wong
|
8d16556495
|
fix(gui-v2): remove loadAggCommentsCount as it is included in loadData already
|
2 years ago |
Wing-Kam Wong
|
240fbec51d
|
chore(gui-v2): fine tune EditOrAdd width
|
2 years ago |
Wing-Kam Wong
|
b132970306
|
feat(gui-v2): add smtp rejectUnauthorized
|
2 years ago |
braks
|
f48664ab4c
|
fix(gui-v2): telemetry directive warnings
|
2 years ago |
braks
|
aa87e3c2ef
|
chore(gui-v2): fix menu style spacings and colorings
|
2 years ago |
Raju Udava
|
dbdcc1c63c
|
fix: cypress markers
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Pranav C
|
7128895fc1
|
refactor(gui-v2): use language menu component directly
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
e9c64919d3
|
fix(gui-v2): hide 3 dots in share base in treeview
|
2 years ago |
Pranav C
|
d2a13ff948
|
refactor(gui-v2): language component
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
0755b71ccb
|
refactor(gui-v2): delay tooltip to avoid showing immediately on hover
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
d83e37ac28
|
refactor(gui-v2): avoid repetition by splitting into multiple component
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
eab690e8b3
|
refactor(gui-v2): use `useDialog` for rendering dialog
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
79377637d8
|
chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
dbc1665c96
|
refactor: include language and user in project menu
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
5a37d02941
|
fix(gui-v2): load right nav drawer only after loading meta
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
7f849189d4
|
refactor(gui-v2): new layout
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Muhammed Mustafa
|
68f8f58ae5
|
fix/Fixed table column toggle while table creation
|
2 years ago |
Wing-Kam Wong
|
10b5b71674
|
fix(gui-v2): add missing isUIAllowed('xcDatatableEditable')
|
2 years ago |
Wing-Kam Wong
|
d3ba541500
|
chore(gui-v2): i18n on preview as
|
2 years ago |
Wing-Kam Wong
|
49a488494c
|
fix(gui-v2): use isUIAllowed('xcDatatableEditable') instead of isSharedBase
|
2 years ago |
Muhammed Mustafa
|
043fe29219
|
fix/Fixed table column toggle while table creation
|
2 years ago |
braks
|
285a59a67a
|
chore(gui-v2): update menu colors
|
2 years ago |
braks
|
369c97c68f
|
chore(gui-v2): cleanup menu styles and colorings
|
2 years ago |
Muhammed Mustafa
|
207cda8e10
|
chore/typo fixed
|
2 years ago |
braks
|
a657693ef9
|
chore(gui-v2): prevent file being re-uploaded on delete
|
2 years ago |
braks
|
8784af0774
|
chore(gui-v2): close dialogs on click outside
|
2 years ago |
braks
|
26e64c60d9
|
fix(gui-v2): prevent missing injection warnings
|
2 years ago |
braks
|
a8d84ec666
|
chore(gui-v2): lint
|
2 years ago |
braks
|
5d5c8fce0a
|
chore(gui-v2): remove unnecessary styles
|
2 years ago |
braks
|
f9d8182ee5
|
chore(gui-v2): create file data in page
|
2 years ago |
braks
|
63c7c88a12
|
chore(gui-v2): cleanup styles
|
2 years ago |
braks
|
aac40e3494
|
chore(gui-v2): cleanup imports
|
2 years ago |
braks
|
c081ffc0a9
|
chore(gui-v2): cleanup types
|
2 years ago |
braks
|
eb3bc5cedc
|
feat(gui-v2): open quickimport dialog on file drop
|
2 years ago |
braks
|
69cbf765e7
|
fix(gui-v2): directive usage warnings
|
2 years ago |
braks
|
30d98c5560
|
chore(gui-v2): cleanup imports and fix formatting
|
2 years ago |
braks
|
05021f97bf
|
feat(gui-v2): add dropzone to project intro page
|
2 years ago |
braks
|
6079045be4
|
fix(gui-v2): dblclick not triggered on renmable menu item
|
2 years ago |
Raju Udava
|
1f57c23ff5
|
test: cy markers
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Wing-Kam Wong
|
b4ba3315c9
|
fix(gui-v2): add missing isSharedBase on LTAR cells
|
2 years ago |
Muhammed Mustafa
|
d8a3179f16
|
chore/typo fixed
|
2 years ago |
Wing-Kam Wong
|
4139e2da81
|
fix(gui-v2): add missing isUIAllowed('xcDatatableEditable') & i18n
|
2 years ago |
Muhammed Mustafa
|
41b9971cf3
|
fix/pr review included
|
2 years ago |
Wing-Kam Wong
|
084bd671b3
|
chore(gui-v2): SharedViewList -> sharedViewList
|
2 years ago |