braks
|
4dbaaebd06
|
chore(gui-v2): update icon styles
|
2 years ago |
braks
|
0fd28ba855
|
refactor(gui-v2): replace right side drawer toggle
|
2 years ago |
braks
|
1521d693cb
|
feat(gui-v2): add toggle for tree view sidebar
|
2 years ago |
braks
|
bd96a78ce0
|
feat(gui-v2): add `useSidebar` composable
# What's changed?
* replace global sidebar state with `useSidebar` composable
|
2 years ago |
Pranav C
|
3eeffc69a6
|
refactor(gui-v2): clear tabs on load
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
c68ace833d
|
fix(gui-v2): add copy to clipboard
- on typing make cell editable
- on cmd/ctrl + c copy cell content
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
48552f52c9
|
refactor(gui-v2): hide plus icon in tab header
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
mertmit
|
86bfebffd6
|
fix(gui-v2): fix project schema for pg and mssql
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
2f3b0fa49e
|
fix(gui-v2): remove border
|
2 years ago |
braks
|
be76ec4998
|
chore(gui-v2): type cleanups
|
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
|
d01c96a4d9
|
refactor(gui-v2): fix right sidebar layout
# What's changed?
* teleport right sidebar and pull it up to header border bottom
* Show icons when toggling right sidebar
* Replace toggle icon
|
2 years ago |
braks
|
48373f1ff3
|
feat(gui-v2): use separate api instances with `useApi`
|
2 years ago |
braks
|
cfab968de0
|
chore(gui-v2): position icon relative
|
2 years ago |
braks
|
b05bb38b43
|
chore(gui-v2): change `bordered` to `border` class
|
2 years ago |
braks
|
a9af75dcb3
|
revert(gui-v2): use card in pages/index
|
2 years ago |
braks
|
033dfaba0b
|
fix(gui-v2): correct height for container
|
2 years ago |
braks
|
23e740b009
|
refactor(gui-v2): correct height for container
|
2 years ago |
braks
|
66b85d443c
|
refactor(gui-v2): merge create view into `ViewCreate.vue`
|
2 years ago |
braks
|
be826e3b84
|
chore(gui-v2): update sheet alignment and padding
|
2 years ago |
Wing-Kam Wong
|
c37a94612f
|
chore(gui-v2): lint
|
2 years ago |
Muhammed Mustafa
|
975fddac18
|
chore/gui-v2-user-management-merge-conflict-resolved
|
2 years ago |
Muhammed Mustafa
|
c6837ad158
|
chore/gui-v2-user-management-added-top-level-await-to-project-page-for-loading-data
|
2 years ago |
Muhammed Mustafa
|
ef76cc2074
|
chore/gui-v2-user-management-project-provide-populated-before-navigating-to-project-page
|
2 years ago |
Wing-Kam Wong
|
c3d60ae7d5
|
fix(gui-v2): remove prev highlighted item style
|
2 years ago |
Pranav C
|
8abc2b1255
|
refactor(gui-v2): error corrections, add import option in tab page
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
f0bcafae2a
|
refactor(gui-v2): ui corrections
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
06d635aab4
|
feat(gui-v2): basic layout
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
78a8c1caa6
|
feat(gui-v2): render smartsheet based on route
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
6292e1f2aa
|
wip(gui-v2): route based tab navigation
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
1e5794f235
|
feat(gui-v2): convert tabview into nested page
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Raju Udava
|
0bb3985da9
|
refactor: cypress markers in signup signin page
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Wing-Kam Wong
|
0cbed32330
|
fix(gui-v2): ClientType & ProjectCreateForm path
|
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
|
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 |
Naveen MR
|
9a58a0537c
|
chore : button shadows + some padding to cards on signin/signup
|
2 years ago |
Naveen MR
|
c69d4bc272
|
chore : removing shadow for buttons
|
2 years ago |
Naveen MR
|
f092c7bda2
|
chore : making signup/signin as flex-column
|
2 years ago |
Naveen MR
|
8c22c30c86
|
chore : create project small changes + shadow to button
|
2 years ago |
Naveen MR
|
b2e4be8691
|
chore : removing repeat password.
|
2 years ago |
braks
|
f8d95aa966
|
refactor(gui-v2): import composables from `#imports` path
|
2 years ago |
Pranav C
|
24f5d57fdb
|
refactor(gui-v2): corrections and improvements
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
88483a82ed
|
refactor(gui-v2): set minimum table container height to avoid pagination component position change
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Raju Udava
|
2f354efb60
|
test: class name to assist cypress
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
braks
|
d0342cf6e0
|
fix(gui-v2): wrap list page to avoid transition error
|
2 years ago |
Pranav C
|
a23bb3dcb2
|
refactor(gui-v2): list view dark theme improvement, replace v-divider
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
17955fe981
|
feat(gui-v2): add project title edit page
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
4264f8c37e
|
refactor(gui-v2): ui improvements
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |