simeng-li
0a1c74ddb1
refactor(ui): refactor all social sign-in related error handling ( #686 )
...
* refactor(ui): social sign-in error handling
social sign-in error handling
* fix(ui): fix page style
fix page style
2022-04-29 11:28:38 +08:00
Charles Zhao
cd9ce73228
Merge pull request #702 from logto-io/charles-log-2171-refactor-sdk-integration-guide-with-mdx
...
refactor(console): sdk integration guide with mdx
2022-04-28 21:06:04 +08:00
Charles Zhao
ea91fbaa51
refactor(console): sdk integration guide with mdx
...
show response error toast
2022-04-28 20:59:08 +08:00
simeng-li
b601fb45ce
refactor(ui): implement errorHander in useApi hook ( #684 )
...
* refactor(ui): implement api error handler
implement api error handler
* refactor(ui): extend register account exist flow
extend register account exist flow
* feat(ui): username exsit error
username exsit error
* refactor(ui): redirect pack if no value found in passcode validation page
redirect pack if no value found in passcode validation page
2022-04-28 12:13:23 +08:00
simeng-li
b0138bdc0f
fix(ut): fix ut ( #683 )
...
fix ut
2022-04-28 10:06:47 +08:00
simeng-li
6e5f14792e
refactor(ui): update api lang header ( #680 )
...
update api lang header
2022-04-27 18:36:26 +08:00
simeng-li
5e251bdc08
feat(ui): add bind social account flow ( #671 )
...
* refactor(ui): passdown bindWithSocial query params
passdown bindWithSocial query params
* feat(ui): add bindSocialAccount to the sign-in request
add bindSocialAccount to the sign-in requeset
* fix(ui): cr fix
cr fix
2022-04-27 14:05:10 +08:00
simeng-li
ce4d6daad2
refactor(ui): extract useBindSocial hook ( #667 )
...
extract useBindSocial hook
2022-04-26 17:31:00 +08:00
simeng-li
12cf518c88
refactor(ui): refactor signin method link ( #669 )
...
refactor signin method link
2022-04-26 17:22:03 +08:00
simeng-li
c5b1fed805
feat(ui): add social sign-in binding page ( #664 )
...
* feat(ui): add social sign-in binding page
add social sing-in binding page
* feat(ui): temp redirect to the username sign-in page
temp redirect to the username sign-in page
* fix(ui): fix style missing bug
fix style missing bug
2022-04-26 14:32:45 +08:00
simeng-li
5e7744095a
feat(ui): render page using sign-in exp settings ( #655 )
...
* feat(ui): render page using sign-in exp settings
render page using sign-in exp settings
* fix(ui): remove unused classname
remove unused classname
* fix(ui): cr fix
cr fix
2022-04-26 08:00:19 +08:00
simeng-li
d2252cef09
refactor(ui): refactor ui form ( #651 )
...
* refactor(ui): refactor ui form
create useForm hook
* fix(ui): cr fix
cr fix
* fix(ui): cr fix
cr fix
2022-04-25 14:11:57 +08:00
simeng-li
3c8869150d
fix(ui): fix overlay ( #652 )
...
fix overlay
2022-04-24 20:33:35 +08:00
simeng-li
666c5d8b8c
refactor(ui): replace termsOfUse Component with Container ( #610 )
...
* refactor(ui): refactor terms of use
refactor terms of use
* fix(ui): fix terms modal
fix terms mdoal
* refactor(ui): replace termsOfUse Component with Container
replace termsOfUse Component With Container
2022-04-22 14:01:43 +08:00
simeng-li
3d8c3af5bd
refactor(ui): refactor terms of use ( #603 )
...
* refactor(ui): refactor terms of use
refactor terms of use
* fix(ui): fix terms modal
fix terms mdoal
* fix(ui): cr fix
remove console.log
2022-04-22 13:53:30 +08:00
simeng-li
e4e3fd409e
refactor(ui): load branding info from settings ( #608 )
...
* refactor(ui): load branding info from settings
load branding info from settings
* fix(ui): cr fix typo
fix typo
2022-04-22 09:54:08 +08:00
simeng-li
10ca51cfa0
refactor(ui): nativeCallback renaming ( #605 )
...
nativeCallback renaming
2022-04-21 17:11:10 +08:00
simeng-li
51e6ac6d62
fix(ui): show response error toast ( #604 )
...
show response error toast
2022-04-21 16:46:36 +08:00
simeng-li
a04f472fe0
refactor(ui): update global page context ( #599 )
...
* refactor(ui): update global page context
add usePageContext hook
* fix(ui): cr fix
cr fix
2022-04-21 14:08:16 +08:00
simeng-li
2fa20363be
feat(ui): load lanuage settings from sign-in-experience settings ( #595 )
...
* feat(ui): load lanuage settings from sign-in-experience settings
load lanuage settings from sign-in-experience settings
* fix(ui): cr fix
cr fix
* fix(ui): throw error on getSignInExperienceSettings
throw error on getSignInExperienceSettings
* fix(ui): cr fix
cr fix
* fix(ui): cr fix
cr fix
2022-04-21 14:01:56 +08:00
simeng-li
93a93b4c8f
feat(ui): ui style foundation update ( #583 )
...
* feat(ui): ui style foundation update
ui style foundation update
* fix(ui): remove legacy style
remove legacy style
* refactor(ui): remove errorMessage shrink space logic
remove errorMessage shrink space logic
2022-04-20 15:07:16 +08:00
simeng-li
65059565e6
refactor(ui): refactor social login hooks ( #570 )
...
* feat(ui): adjust toast style
adjust toast style
* refactor(ui): refactor social hooks
refactor social hooks
* fix(ui): fix ci issue
fix ci issue
* fix(ui): cr fix
cr fix
* fix(ui): fix social sign-in flow
fix social sign-in flow
2022-04-19 16:32:33 +08:00
Charles Zhao
895208e0ee
fix: typos in phrases
2022-04-18 21:55:27 +08:00
simeng-li
a5235f6ad1
refactor(ui): api method renaming ( #563 )
...
api method renaming
2022-04-18 13:33:25 +08:00
simeng-li
8918218cdd
feat(ui): add Primary SocialSignIn container and Popup ( #549 )
...
* feat(ui): add Primary SocialSignIn container and Popup
add Primary SocialSignIn container and Popup
* fix(ui): fix popup component bug
fix popup component bug
* feat(ui): add transition styles to Drawer
add transition styles to Drawer
* fix(ui): fix typo
fix typo
* fix(ui): fix bugs
fix bugs
* test(ui): ass simple test case for drawer
add simeple test case for drawer
* fix(ui): cr fix
2022-04-15 14:25:44 +08:00
simeng-li
99e425496f
feat(ui): load sign-in experience settings from server ( #542 )
...
* feat(ui): load sign-in experience from server
load sign-in experience settings from server
* feat(ui): return null if no setting find
return null if no setting found
* chore(ui): add todo
add todo
* fix(ui): remove console log
remove console log
* fix(ui): cr fix
cr fix
2022-04-14 11:39:48 +08:00
simeng-li
f0a961225d
refactor(core): phone method refactor ( #537 )
...
* refactor(core): rename signin method phone with sms
replace phone signin method with sms
* refactor(ui): rename api method
rename api method
* fix(ui): cr fix rename method
rename method
* fix(ui): update naming convention
update naming convention
2022-04-14 11:26:10 +08:00
simeng-li
7dba17b867
feat(ui): add social web login flow ( #531 )
...
* feat(ui): add social web login flow
add social web login flow
* fix(ui): cr fix
code review fix
* fix(ui): fix typo
fix typo
* refactor(ui): social api renaming
social api renaming
2022-04-12 15:03:38 +08:00
simeng-li
2b0a1a9190
fix(ui): fix svg radio box icon fill color ( #533 )
...
fix svg radio box icon fill color
2022-04-12 12:04:02 +08:00
simeng-li
aa9cc806bf
feat(ui): add social apis ( #518 )
...
add social apis
2022-04-09 12:20:21 +08:00
simeng-li
c927aeee93
feat(ui): impelment signin methods links component ( #504 )
...
implement signin methods link component
2022-04-08 15:21:40 +08:00
simeng-li
b78a9cf82e
feat(ui): add page level loading layer ( #513 )
...
* feat(ui): add page level loading layer
add page level loading layer
* fix(ui): cr fix remove loading status in api-hook
remove loading status in api-hook
2022-04-08 10:12:26 +08:00
simeng-li
55a37d8baf
fix(bug): display request message for now ( #508 )
...
display request message for now
2022-04-07 15:48:02 +08:00
simeng-li
ff925372e5
refactor(ui): refactor i18n phrases in logto main flow ( #501 )
...
* refactor(ui): refactor i18n phrases in logto main flow
refactor i18n phrases in logto main flow
* fix(ui): cr fix
remove debug code
2022-04-06 15:38:53 +08:00
simeng-li
6f85098853
refactor(ui): update react rout version ( #492 )
...
update react route version
2022-04-06 15:01:12 +08:00
simeng-li
b098dd5f59
feat(ui): implement passcode page ( #487 )
...
* feat(ui): update pages
update page routing and render logics
* chore(ui): component renaming
component renaming
* feat(ui): implement passcode page
implement passcode page
* chore(ui): component renaming
component renaming
2022-04-02 13:07:39 +08:00
simeng-li
04d00fc11f
feat(ui): update pages ( #479 )
...
* feat(ui): update pages
update page routing and render logics
* chore(ui): component renaming
component renaming
2022-04-02 11:35:33 +08:00
simeng-li
6a61ea29f5
feat(ui): add passwordless container ( #469 )
...
* feat(ui): add passwordless container
add email & phone passwordless container
add secondary sign-in page
* feat(ui): uncomment code after rebase latest code
uncomment code after rebase latest code
2022-03-31 13:57:01 +08:00
simeng-li
67939ea2bb
feat(ui): add CreateAccount Container ( #457 )
...
* feat(ui): add CreateAccount Container
add CreatAccount Container
* fix(ui): fix regex
* fix(ui): remove useless test change
remove useless test update
2022-03-31 13:49:39 +08:00
simeng-li
0444efd844
feat(ui): add password less related api ( #459 )
...
* feat(ui): add password less related api
add password less related api
* test(ui): add api ut
add api ut
2022-03-30 15:04:27 +08:00
Charles Zhao
5cc177381f
refactor(console): match design mockups by adjusting fonts, paddings, etc
2022-03-29 17:01:45 +08:00
simeng-li
45a82f97c1
feat(ui): re-implement username signin page ( #447 )
...
* feat(ui): re-implement username signin page
re-implement username signin page
* fix(ui): username signin CR fix
username signin CR fix
2022-03-28 09:40:47 +08:00
simeng-li
b99c11e211
feat(ui): implement Confirm Modal ( #449 )
...
* feat(ui): implement Confirm Modal
add Confirm Modal
* fix(ui): remove lock file
remove lock filee
* fix(ui): confirmModal CR fix
confirmModal CR fix
2022-03-28 09:36:39 +08:00
simeng-li
2680ab7cea
feat(ui): add toast component ( #425 )
...
* feat(ui): add toast component
add toast component
* fix(ui): prevent eventListener bind multiple times
prevent eventListener bind multiple times
* fix(ui): toast cr
fix
toast cr fix
2022-03-23 11:50:33 +08:00
simeng-li
ee85a25d79
feat(ui): textual ui components ( #404 )
...
* feat(ui): error message & text link
error message & text link
* feat(ui): add tos, divider and text link components
tos, divider and text link components
* fix(ui): update the usage of error message
update the usage of error message
2022-03-18 15:34:38 +08:00
simeng-li
0feeee263a
feat(ui): add button components ( #400 )
...
* feat(ui): add button components
add button components
* fix(ui): add conncetor name i18n
add connector name i18n
* fix(ui): remove useless noop click function
remove useless noop click function
2022-03-17 16:42:03 +08:00
simeng-li
0d76b91271
feat(ui): add passcode input component ( #384 )
...
* feat(ui): add passcode input component
add passcode input component
* fix(ui): cr fix
code review fix
* refactor(ui): refactor style sheets
refactor style sheets
2022-03-16 16:04:27 +08:00
simeng-li
86030ab97c
feat(ui): implement phonenumber input field ( #372 )
...
* feat(ui): implement phonenumber input field
implement phonenumber input field
* fix(ui): phone input ui fix
phone input ui fix
* fix(ui): should not show error if not interacted
should not show error if not interacted
* fix(ui): fix styling
fix styling
* feat(ui): add typeMode for phone input
add typeMode for phone input
* chore(ui): update pnpm-lock
update pnpm-lock
2022-03-15 17:31:13 +08:00
simeng-li
e390110b8b
feat(ui): seperate password input with normal input ( #350 )
...
* feat(ui): seperate password input with normal input
seperate password input with normal input
* fix(ui): cr fix update input field icon event
update input field icon event
* fix(ui): remove console log
remove console log
2022-03-10 14:28:57 +08:00
simeng-li
6fcc682f4f
feat(ui): update input field ( #342 )
...
* feat(ui): update input field
update input field using latest design
* feat(ui): add error status border
add error status border
* fix(ui): cr fix
cr fix
* fix(ui): fix icon center bug
fix icon center bug
2022-03-09 15:35:45 +08:00