braks
|
dc2c28f6bb
|
chore(gui-v2): update google auth link & style
|
2 years ago |
braks
|
129060e4de
|
chore(gui-v2): remove unused code
|
2 years ago |
braks
|
0fc56326df
|
feat(gui-v2): add google auth signup option
|
2 years ago |
braks
|
df7f506893
|
feat(gui-v2): implement customizable theme vars
|
2 years ago |
braks
|
706915742c
|
chore(gui-v2): add title meta
|
2 years ago |
braks
|
a60b7af2fc
|
chore(gui-v2): add translations
|
2 years ago |
braks
|
f8cd8685b6
|
chore(gui-v2): change signin, signup & forget-password form structure
|
2 years ago |
braks
|
c323a53b88
|
chore(gui-v2): update transitions & styles
|
2 years ago |
Muhammed Mustafa
|
e5abad23f6
|
fix/Improved email and password validation of signup page
|
2 years ago |
braks
|
170f0b4747
|
chore(gui-v2): remove coloring from terms of service text
|
2 years ago |
braks
|
fa667077f1
|
refactor(gui-v2): project list page style updates
|
2 years ago |
braks
|
68551192f3
|
chore(gui-v2): update pre-login pages error msg style
|
2 years ago |
braks
|
8ba2e54eda
|
feat(gui-v2): add light bg to auth pages
|
2 years ago |
braks
|
546bee0de9
|
chore(gui-v2): fix grammar
|
2 years ago |
braks
|
bdada366f5
|
feat(gui-v2): allow users to signup with invite url
|
2 years ago |
braks
|
c51c227bd4
|
refactor(gui-v2): remove subpages of signup
|
2 years ago |
braks
|
4ed4133b6e
|
chore(gui-v2): cleanup imports and styles
|
2 years ago |
braks
|
9a629b98e8
|
refactor(gui-v2): move jwt signup view to default signup page
|
2 years ago |
braks
|
39caacc627
|
chore(gui-v2): fix signup signin form styles
|
2 years ago |
braks
|
20b9d621e8
|
chore(gui-v2): update signup form
|
2 years ago |
braks
|
5276704a7e
|
refactor(gui-v2): rename signup to [[token]]
|
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 |
Raju Udava
|
0bb3985da9
|
refactor: cypress markers in signup signin page
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
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 |
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
|
b2e4be8691
|
chore : removing repeat password.
|
2 years ago |
braks
|
c6b8f7762d
|
feat(gui-v2): implement user-settings page
|
2 years ago |
braks
|
65cc4c8355
|
fix(gui-v2): prevent having to submit twice
|
2 years ago |
braks
|
a8408ce3e2
|
refactor(gui-v2): replace v-form with a-form on forgot-password page
|
2 years ago |
braks
|
0e7c1ae289
|
refactor(gui-v2): replace v-form with a-form on signup page
|
2 years ago |
braks
|
f3f46b2502
|
refactor(gui-v2): rename projects dir to `index`
|
2 years ago |
braks
|
2c4d8ee8e2
|
chore(gui-v2): remove duplicate color transitions
|
2 years ago |
braks
|
560e4e7203
|
feat(gui-v2): add color-transition shortcut to windi
|
2 years ago |
braks
|
ebaf7e75ad
|
chore(gui-v2): add default `a` styles
|
2 years ago |
braks
|
a35dffdd3c
|
fix(gui-v2): overflow container on signin/signup forms
# What's changed?
* increase signup form size by logo height so we can properly scroll the form
|
2 years ago |
Braks
|
549ec976aa
|
feat(gui-v2): update signUp form
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2 years ago |
Braks
|
c24d878433
|
feat(gui-v2): use `signIn` action after signing up
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2 years ago |
Braks
|
2b8ba168a9
|
feat(gui-v2): add auth middleware
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2 years ago |
Braks
|
3831e6a604
|
fix(gui-v2): correct state usage
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2 years ago |
Pranav C
|
b194ead8b5
|
refactor: rename composables, corrections in components
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
0674f6837a
|
wip: grid view migration
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Braks
|
0c36e8f16f
|
refactor(gui-v2): replace `useUser` with global state
# What's changed?
* instead of using the useUser composable, we inject a global state containing user and token
|
2 years ago |
Braks
|
93f3f39119
|
feat(gui-v2,deps): add prettier
|
2 years ago |
bcakmakoglu
|
fbc1ad38fd
|
feat(gui-v2): add eslint config and lint files
|
2 years ago |
Pranav C
|
d8e5bd09e3
|
wip: vuetify integration
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
b8ac1605e9
|
wip: navigation correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
ffbc8ab291
|
wip: basic tab, project and user state added
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |