0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
Commit graph

352 commits

Author SHA1 Message Date
Gao Sun
c5cbc93aed
refactor: align Post Sign-out Redirect URI (#1248) 2022-06-26 10:46:32 +00:00
Darcy Ye
097aade2e2
feat(connectors): handle authorization callback parameters in each connector respectively (#1166)
* feat(connectors): handle authorization callback parameters in each connector respectively
2022-06-26 18:03:53 +08:00
Wang Sijie
9b6fd4c417
feat(console): add mobile web tab in preview (#1214) 2022-06-24 11:29:57 +08:00
Wang Sijie
2c413341d1
feat(console): sie form reorg (#1218) 2022-06-24 02:26:30 +00:00
Xiao Yijun
a2de467873
feat(console): clear search results (#1199) 2022-06-23 21:37:06 +08:00
IceHe.xyz
84e7bc7c35
chore(phrases): refine username description in add-user dialog (#1216) 2022-06-23 09:49:24 +00:00
Xiao Yijun
e5249e2f8c
fix(console): remove unused api resource help button (#1217) 2022-06-23 17:03:46 +08:00
Charles Zhao
2c66397c35
refactor(console): show connector readme content in drawer 2022-06-23 11:36:56 +08:00
Charles Zhao
ffe3f18eec
Merge pull request #1204 from logto-io/charles-log-3143-refactor-connector-guide
refactor(console): combine steps in connector guide
2022-06-23 11:06:16 +08:00
Wang Sijie
012562e2a8
fix(core): remove unavailable social sign in targets on save (#1201) 2022-06-22 16:56:06 +08:00
Charles Zhao
2312df059b
refactor(console): combine steps in connector guide 2022-06-22 15:41:40 +08:00
Wang Sijie
9194a6ee54
feat(console,core): hide admin user (#1182)
* feat(console,core): hide admin user

* fix: extract hideAdminUser

* test: add tests for hideAdminUser
2022-06-22 02:22:15 +00:00
Wang Sijie
520f66cf3c
fix(console): remove role edit from user details (#1173) 2022-06-22 02:14:29 +00:00
Charles Zhao
eb60f6fbf7
Merge pull request #1185 from logto-io/charles-log-3142-refactor-application-guide
refactor(console): application sdk integration guide
2022-06-21 17:59:15 +08:00
Xiao Yijun
9aab5eebf7
fix(console): add code editor field label (#1170) 2022-06-21 17:43:01 +08:00
Charles Zhao
477b5988a9
refactor(console): application sdk integration guide 2022-06-21 17:23:33 +08:00
Xiao Yijun
4905a5d72f
feat(console): user connector delete confirmation (#1165) 2022-06-21 15:37:35 +08:00
Xiao Yijun
97faade141
fix(console): save changes button on settings page (#1167) 2022-06-21 11:51:17 +08:00
simeng-li
b42f4ba1ff
feat(ac): implement admin console welcome page (#1139)
implement admin console welcome page
2022-06-20 10:58:27 +08:00
Xiao Yijun
294c60062e
fix(console): return to user-details page from user-log-details page (#1135) 2022-06-17 03:59:22 +00:00
Charles Zhao
0014a4696b
chore: remove only-allow pnpm from all sub-packages 2022-06-14 17:18:13 +08:00
Charles Zhao
8cbbdffce9
chore(console): update Client ID to App ID 2022-06-14 16:01:16 +08:00
simeng-li
f3b8678a8c
feat(ui): display error message on social callback page (#1097)
* feat(ui): display error message on social callback page

display error message on social callback page

* refactor(ui): display server side error message direactly

display server side error message directly
2022-06-10 18:05:25 +08:00
Charles Zhao
0d047fbaf1
feat(console): add 404 page in admin console 2022-06-10 17:10:34 +08:00
Wang Sijie
9dd73ac142
feat(dashboard): add tooltip to dashboard items (#1089) 2022-06-10 10:34:04 +08:00
Darcy Ye
1b8190addf
feat(core): align connector error handler middleware with ConnectorErrorCodes (#1063)
* feat(core): align connector error handler middleware with ConnectorErrorCodes

* feat(phrases,core): fix locale error descriptions
2022-06-10 10:25:28 +08:00
simeng-li
abf510eb8a
refactor(ui): refactor ui loading (#1067)
* refactor(ui): refactor ui loading

refactor ui loading

* refactor(ui): refactor use-social-landing

refactor use-social-landing

* fix(ui): remove useless style

remove useless style

* fix(ui): fix typo

fix typo
2022-06-09 10:27:53 +08:00
Wang Sijie
04211957e1
feat(console): log details page (#1064) 2022-06-08 15:58:50 +08:00
Charles Zhao
ee16eeb966
fix(core): koaAuth should return 403 instead of 401 on non-admin role 2022-06-07 19:13:40 +08:00
IceHe.xyz
3145c9b348
feat(core): convert route guards to swagger.json (#1047)
* feat(core): convert route guards to swagger.json

* test(core): swaggerRoutes

* refactor(core): simplify buildParameters

* chore(core): describe 'any' data type of OpenAPI schema in zodTypeToSwagger

* chore(core): improve the description 'any' data type of OpenAPI schema in zodTypeToSwagger
2022-06-07 07:24:57 +00:00
Xiao Yijun
458602fd64
feat(console): input error message (#1050) 2022-06-07 11:07:31 +08:00
Charles Zhao
85a055efa4
feat(demo-app): implement (part 2)
* dark mode
* i18n
* sign out
* fetch userinfo
2022-06-06 20:17:25 +08:00
Wang Sijie
fa420c9fcb
feat(console): group connectors in add modal (#1029) 2022-06-06 11:36:58 +08:00
Guamian Li
0d942de054
chore(console): translation updates
content updates for CN
2022-06-02 18:59:18 +08:00
Darcy Ye
2e08fa3816
chore(core,locale): fix error messages of signing in with non-existing username (#1035)
* chore(core,locale): fix error messages

* chore(core,locale): add input parameter guard and fix comment

* chore(core,locale): add nonempty string guard for username
2022-06-02 08:29:17 +00:00
Xiao Yijun
6167e5c28d
fix(console): add mobile platform preview description (#1032) 2022-06-02 15:10:09 +08:00
Wang Sijie
542d57426f
feat(console): connector in use status (#1012) 2022-06-02 06:15:12 +00:00
renovate[bot]
d1b9f9d28a
chore(deps): update dependency lint-staged to v13 (#1019)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-02 13:19:09 +08:00
Wang Sijie
a0d562f7f2
feat(console): audit log filters (#1004)
* feat(console): audit log table

* feat(console): audit log filters
2022-06-02 11:15:32 +08:00
Wang Sijie
fdd12de1cf
feat(console): audit log table (#1000) 2022-06-01 16:54:24 +08:00
Wang Sijie
19380d0873
feat(console): disable existing connectors when adding (#1018) 2022-06-01 16:53:33 +08:00
simeng-li
ca5c8aaec1
fix(ui): add i18n formater for zh-CN list (#1009)
add i18n formater for zh-CN list
2022-06-01 16:00:24 +08:00
Wang Sijie
28e09b6994
feat(console): init dashboard (#1006) 2022-06-01 14:01:40 +08:00
Charles Zhao
5a09e7d6aa
feat(console): add user dropdown and sign out button 2022-05-31 19:17:33 +08:00
simeng-li
8b434275bb
refactor(ui): refactor and fix some minor ui issues (#1005)
* fix(ui): fix loading layer z-index

fix loading layer z-index

* refactor(ui): social popup should show expanded conenctors only

social popup should show expanded conenctors only

* style(ui): short web page layout

short webpage layout

* refactor(ui): refactor some social paths

refactor some social paths

* style(ui): social link button redesign

social link button redesign

* refactor(ui): replace location.assign with location.replace

replace location.assign with location.replace

* refactor(ui): remove social sign-in callback

remove social sign-in callback
2022-05-31 17:38:16 +08:00
fleuraly
320a00bcf4
feat(AC): content updates (#1003)
* feat(AC): update ac contents

update ac contents;

* fix(ac): fix lint

fix lint

Co-authored-by: simeng-li <simeng@silverhand.io>
2022-05-31 16:51:23 +08:00
Xiao Yijun
826f368768
fix(console): should not append slash in cors allowed uri (#1001) 2022-05-31 08:10:17 +00:00
simeng-li
f4e380f0b1
feat(ui): app notification (#999)
* feat(ui): app notification

app notification

* feat(ui): remove session storage

remove session storage
2022-05-31 14:24:32 +08:00
simeng-li
8530e249aa
feat(ui): add Notification component (#994)
add Notification component
2022-05-31 11:02:03 +08:00
Wang Sijie
0656b6d67d
fix(console): show enabled platforms in detail tab (#989) 2022-05-30 19:50:26 +08:00
Wang Sijie
eb3f0cbf5b
feat(console): connector groups table (#962) 2022-05-30 13:51:11 +08:00
simeng-li
d0d507ab79
refactor(ui): add social landing page (#972)
* refactor(ui): add social landing page

add social landing page

* fix(ui): add ui coverage

add ui converage job

* fix(ui): fix ci

fix ci

* test(ui): add ut cases for parseQueryParameters

add unit test case for util parseQueryParameter

* refactor(ui): pass whole connector into the invokeSocialSignInHandler

pass whole connector object into the invokeSocialSignInHandler

* fix(ui): cr fix

cr fix
2022-05-30 01:42:59 +00:00
Charles Zhao
2cd70efaba
refactor(console): improve error handling in admin console 2022-05-28 23:46:15 +08:00
Charles Zhao
8a07e939a3
Merge pull request #960 from logto-io/charles-log-2197-update-error-boundary-styles
refactor(console): update error boundary styles per latest design
2022-05-27 17:51:13 +08:00
wangsijie
5288d6d6f4
feat(console): connector detail top card 2022-05-26 15:43:56 +08:00
Charles Zhao
b68e6a6235
refactor(console): update error boundary styles per latest design 2022-05-26 15:36:49 +08:00
simeng-li
4abcda6820
feat(ui): add mobile terms of use iframe modal (#947)
add mobile terms of use iframe modal
2022-05-25 16:42:18 +08:00
Charles Zhao
147b27c165
refactor(console): refactor integration guide to support native SDKs 2022-05-25 15:52:52 +08:00
Wang Sijie
65fb36ce3f
feat(core,console): connector platform tabs (#887)
* feat(core,console): connector platform tabs

* fix: cr
2022-05-19 06:05:31 +00:00
simeng-li
9c1e9ef7ed
fix(ui): fix count down bug (#874)
fix count down bug
2022-05-18 15:09:16 +08:00
Charles Zhao
93b4966f59
Merge pull request #872 from logto-io/charles-log-2508-upgrade-react-sdk-0.1.7-in-ac
fix(console): upgrade react-sdk and integrate session expired page
2022-05-18 12:03:44 +08:00
Wang Sijie
664a2180a5
feat(console): dark logo (#860) 2022-05-18 10:25:20 +08:00
Charles Zhao
a814e2c829
fix(console): upgrade react-sdk 0.1.7 2022-05-18 10:13:31 +08:00
simeng-li
1661c8121a
fix(ui): ui refinement (#855)
* fix(ui): ui refinement

ui refinement

* fix(ui): fix mobile page jumpping issue

fix mobile page jumpping issue
2022-05-18 10:03:37 +08:00
renovate[bot]
8a012a393d
chore(deps): update dependency @silverhand/ts-config to ^0.14.0 (#859)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 11:04:12 +00:00
renovate[bot]
3316bbf429
chore(deps): update dependency @silverhand/eslint-config to ^0.14.0 (#866)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 10:42:15 +00:00
renovate[bot]
66b57ad4d5
chore(deps): update dependency @silverhand/eslint-config to ^0.13.0 (#858)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 18:07:13 +08:00
simeng-li
78d3bb6045
refactor(ui): add session guard to ui page (#803)
* refactor(ui): add session guard to ui page

add session guard to ui page

* test(core): fix ut

fix ut

* fix(core):  fix typo

fix typo
2022-05-16 05:43:23 +00:00
Wang Sijie
c3785d86cd
feat(console): contact us icon and texts (#836) 2022-05-16 13:01:03 +08:00
simeng-li
9e9e8cdb50
style(ui): button & confirm modal (#817)
* style(ui):  button & confirm modal

button and confirm modal desktop styling

* fix(ui): fix typo

* fix(ui): fix image alt

fix image alt
2022-05-15 03:03:19 +00:00
Charles Zhao
7fd42fdaa1
feat(console): hide get-started page on clicking 'Hide this' button 2022-05-13 00:43:24 +08:00
Wang Sijie
6ab54c968b
feat(console): sign in experience preview (#783) 2022-05-12 16:22:38 +08:00
Charles Zhao
2b5254369b
Merge pull request #798 from logto-io/charles-log-2383-implement-get-started-progress-indicator
feat(console): implement get-started progress indicator component
2022-05-12 16:17:55 +08:00
simeng-li
343d37cfec
style(ui): refactor page level styling for both mobile & desktop (#795)
* style(ui): refactor page level stylign for both mobile & desktop

 refactor page level stylign for both mobile & desktop

* fix(ui): center align create account

cernter align create account

* fix(ui): ci fix

ci fix

* fix(ui): cr fix

cr fix

* feat(ui): content  update

content update
2022-05-12 07:40:02 +00:00
Darcy Ye
8e1533a702
feat(core): update connector db schema (#732)
* feat(core): update connector db schema

* feat(core): eliminate code redundancy for UTs

* feat(core): delete insertConnector on conflict logic and fix UTs

* feat(core): fix UI according to new connector type implementation

* feat(core): removed unused getConnectorByTargetAndPlatform methods

* feat(core): deprecate the function that updateConnector by giving target and platform

* feat(core): keep SSOT on combination of connector and corresponding metadata

* feat(core): rename index name in db
2022-05-12 12:17:17 +08:00
Wang Sijie
bafd09474c
feat(console): sign in exp guide (#755) 2022-05-12 04:05:10 +00:00
Charles Zhao
ed9387bdda
feat(console): implement get-started progress indicator component 2022-05-11 21:17:57 +08:00
Renovate Bot
d36abe1ee5
chore(deps): update dependency @silverhand/ts-config to ^0.12.0 2022-05-11 12:26:08 +00:00
Renovate Bot
d5ef7ddbe3
chore(deps): update dependency @silverhand/eslint-config to ^0.12.0 2022-05-11 11:48:42 +00:00
simeng-li
48de9c072b
fix(ui): catch request exceptions with no response body (#790)
catch request exceptions with no response body
2022-05-11 17:59:24 +08:00
Charles Zhao
1255c6d1e7
Merge pull request #791 from logto-io/charles-log-2403-store-get-started-progress-in-settings-config
feat(console): support persisting get-started progress in settings config
2022-05-11 17:52:26 +08:00
renovate[bot]
87a9f8a2ae
chore(deps): update dependency @silverhand/eslint-config to ^0.11.0 (#775)
* chore(deps): update dependency @silverhand/eslint-config to ^0.11.0

* chore: add comments

* fix: lockfile

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2022-05-11 06:13:06 +00:00
Charles Zhao
43b2309c99
feat(console): support persisting get-started progress in settings config 2022-05-11 14:02:26 +08:00
Wang Sijie
1c7de47a93
feat(console): form field tooltip (#786) 2022-05-11 11:52:13 +08:00
Charles Zhao
979076769a
feat(console): implement get started page 2022-05-10 12:47:35 +08:00
Charles Zhao
70a66c8c00
Merge pull request #778 from logto-io/charles-refactor-guide-pages
refactor(console): refactor guide pages
2022-05-10 11:01:44 +08:00
Charles Zhao
6bdf6cd928
refactor(console): refactor guide pages 2022-05-10 01:04:15 +08:00
Renovate Bot
43db7374c9
chore(deps): update dependency @silverhand/ts-config to ^0.11.0 2022-05-09 16:15:27 +00:00
simeng-li
7e6a8d4156
refactor(ui): main flow ui refine part 2 (#742)
* refactor(ui): main flow ui refine

main flow ui refine

* fix(ui): cr fix

cr fix

* fix(ui): fix confirm password border styling

fix confirm password border styling
2022-05-09 15:26:45 +08:00
Wang Sijie
cd0313065c
feat(console): connector warnings in sign in methods (#710)
* feat(console): connector warnings in sign in methods

* fix: cr
2022-05-07 17:46:22 +08:00
Wang Sijie
a1ceea0685
feat(console): sign in methods change alert (#701) 2022-05-07 16:32:35 +08:00
Wang Sijie
d815d96f1f
feat(console): sign in experience welcome page (#746) 2022-05-07 16:08:09 +08:00
Wang Sijie
6148cbd6f9
fix(console): change application column name (#743) 2022-05-07 16:07:11 +08:00
Xiao Yijun
04fc5d48e9
feat(console): multi-text-input delete reminder (#752) 2022-05-07 07:50:36 +00:00
simeng-li
5db628b716
refactor(ui): refactor 404 page (#727)
* refactor(ui): refine page layout

refine page layout

* fix(ui): fix content element height issue

fix content elment height issue

* refactor(ui): refactor 404 page

refactor 404 page

* test(ui): add 404 test

add 404 page test

* refactor(ui): rename errorPage
rename ErrorPage
2022-05-07 10:29:19 +08:00
Gao Sun
3b17324d18
fix: lint:report script (#730) 2022-05-05 10:26:30 +00:00
Charles Zhao
a04f818ffb
feat(console): integrate dark mode settings 2022-05-01 01:08:03 +08:00
Xiao Yijun
4a0577accd
feat(console): configure cors-allowed-origins (#695) 2022-04-29 19:01:36 +08:00
Wang Sijie
60920c28dd
feat(console): add comopnent alert (#706) 2022-04-29 07:49:11 +00:00
simeng-li
15dd1a767e
fix(ui): ui design review fix (#697)
* fix(ui): ui restyling

ui restyling

* fix(ui): fix styling and translation
fix styling and translation

* refactor(ui): add universal primary button color

add universal primary button color
2022-04-29 11:49:21 +08:00
simeng-li
731ff1cbdc
feat(ui): not found page (#691)
add not found page
2022-04-29 11:35:51 +08:00
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
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
Wang Sijie
dc976d8248
fix(console): ui fixes (#678)
* fix: tabnav border

* fix: action menu

* fix: copytoclipboard border
2022-04-27 15:06:59 +08:00
simeng-li
12cf518c88
refactor(ui): refactor signin method link (#669)
refactor signin method link
2022-04-26 17:22:03 +08:00
Wang Sijie
875a31ec2a
feat(console): sign in experience setup others tab (#662) 2022-04-26 08:50:47 +00: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
Gao Sun
1636f10f30
chore: align author (#657) 2022-04-25 03:26:41 +00:00
Wang Sijie
96848e6b0f
feat(console): page settings (#612) 2022-04-24 11:46:35 +08:00
Gao Sun
0a21303b41
refactor: align node version (#625) 2022-04-24 09:50:59 +08:00
renovate[bot]
7b485aebab
chore(deps): update dependency lint-staged to v12 (#634) 2022-04-22 16:46:39 +00: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
Wang Sijie
8e13dd5746
feat(console): user role select (#589) 2022-04-21 12:38:54 +08:00
IceHe.xyz
7990b813ab
refactor(core,phrases,schemas): move language enum and fix Chinese enum value (#593) 2022-04-21 10:55:06 +08:00
Wang Sijie
fe5650e8e2
fix(console): fix issues on user management (#579) 2022-04-20 11:51:47 +08:00
Wang Sijie
d7ebf6c6e7
feat(console): add connectors transfer component (#568) 2022-04-19 10:22:40 +00:00
Charles Zhao
217261e9b4
Merge pull request #571 from logto-io/charles-log-1879-logto-loading-state-animation
feat(console): draft logto loading state animation page
2022-04-19 11:31:41 +08:00
Charles Zhao
895208e0ee
fix: typos in phrases 2022-04-18 21:55:27 +08:00
Charles Zhao
8aed158929
feat(console): draft logto loading state animation page 2022-04-18 21:51:01 +08:00
wangsijie
8ec5523741
feat(console): sign-in-methods form setup 2022-04-18 15:25:52 +08:00
wangsijie
40d4190e6f
feat(console): add experience form fields 2022-04-14 14:44:00 +08:00
Charles Zhao
3767229389
Merge pull request #543 from logto-io/charles-log-1943-connectors-get-started
feat(console): connectors get-started page
2022-04-13 20:14:16 +08:00
Charles Zhao
eeeb80ba4b
feat(console): connectors guide page 2022-04-13 20:09:25 +08:00
wangsijie
660352c439
feat(console): init sign in exp page 2022-04-12 15:38:33 +08:00
Wang Sijie
b8b5840936
feat(console): contact us (#509)
* feat(console): contact us

* refactor: extract Contact from Item

* fix: cr

* fix: cr
2022-04-11 10:02:37 +00: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
Wang Sijie
a6e0d19766
fix(console): fix ac ui issues (#505)
* fix: contact us

* fix: text input block

* fix: outline send button

* fix: color border

* fix: nav link

* fix: copy to clipboard border radis set to 6

* fix: add plus icon in buttons

* fix: set cn font size to 12 in sidebar section

* Revert "fix: set cn font size to 12 in sidebar section"

This reverts commit 11899731e7.

* fix: change color-primary-40 to color-primary

* fix: revert color-border

* fix: text input parent line height
2022-04-08 12:30:03 +08:00
Charles Zhao
8cc6a1d138
Merge pull request #502 from logto-io/charles-log-1683-support-input-fields-in-get-started-steps
feat(console): support input form fields in get-started steps
2022-04-07 12:14:41 +08:00
Charles Zhao
3ddc177f8e
feat(console): support input form fields in get-started steps 2022-04-07 12:07:27 +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
Gao Sun
4a904f2953
ci: upload eslint annotations (#490)
* ci: upload eslint annotations

* ci: update `upload-annotations.yml`
2022-04-06 06:06:34 +00:00
IceHe.xyz
71465ca999
feat(schemas,core,phrases)!: add type to connector schema and sync to DB (#491)
* feat(schemas,core,phrases)!: add type in connector schema and sync to DB

* chore(core): fix code about connector type
2022-04-06 12:11:06 +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
IceHe.xyz
58d03ae715
feat(core,phrases): validate social sign-in method with social connector IDs (#485) 2022-04-01 17:57:29 +08:00
IceHe.xyz
efdb24833e
feat(core,phrases): validate sign-in methods with enabled connectors (#480) 2022-04-01 16:32:45 +08:00
IceHe.xyz
bf94ee2d10
feat(core,phrases): validate there must be one and only one primary sign-in method (#475) 2022-04-01 13:52:01 +08:00
Xiao Yijun
b416ee877e
feat(console): multi-text-input (#472) 2022-04-01 13:45:57 +08:00
IceHe.xyz
2356c2ae2e
feat(core): validate sign-in experience branding and terms of use (#477) 2022-04-01 13:40:32 +08:00
Charles Zhao
48bd57c94e
chore: bump version of configs 2022-03-31 15:18:34 +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
Wang Sijie
10fc7e4205
feat(console): support icon in text-input (#458)
* feat(console): support icon in text-input

* feat(console): user search (#460)

* fix: inputValue empty

* fix: remove contional
2022-03-30 14:01:18 +08:00
Xiao Yijun
58ab342c47
refactor(console): the submit state of forms (#455) 2022-03-29 12:58:53 +08:00
Wang Sijie
1d71064a88
feat(console): extract total number from headers for useSWR (#448) 2022-03-28 15:39:42 +08:00
Wang Sijie
9a437e3c0d
feat(console): table empty state (#446)
* feat(console): table empty state

* fix: cr
2022-03-28 15:03:11 +08:00
Charles Zhao
7033bdc2cd
feat(core): provide API to fetch get-started markdown metadata 2022-03-28 13:50:40 +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