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

465 commits

Author SHA1 Message Date
simeng-li
afa2ac47ee
feat(ui): add reset password error handling flow (#2079) 2022-10-10 09:51:18 +08:00
wangsijie
78eca37e87
feat(schemas): add sie2 schema (#2056) 2022-10-09 15:31:40 +08:00
simeng-li
e3de677bd3
refactor(ui): refactor ui i18n (#2033) 2022-10-08 10:24:59 +08:00
Gao Sun
441e9e9262
chore: fix package scripts (#2044) 2022-10-06 17:34:21 +08:00
simeng-li
f1ca49c892
feat(ui): global confirm modal (#2018)
* feat(ui): global confirm modal

gloabl configm modal

* fix(ui): cr update

cr update
2022-09-30 10:31:30 +08:00
silverhand-bot
11381afdc5
release: v1.0.0-beta.10 2022-09-28 14:30:24 +00:00
simeng-li
999867ea40
refactor(ui): align api naming with core (#1992)
* refactor(ui): align api naming with core

align api naming with core

* fix(ui): fix cr comments

update the reset-password api naming
2022-09-26 15:59:53 +08:00
simeng-li
649958023d
refactor(ui): refactor confirmModalPromisify (#1993)
refactor confirmModalPromisify
2022-09-26 11:27:25 +08:00
simeng-li
c9ba198b59
fix(ui): align mobile input outline (#1991)
mobile input field does not have outline
2022-09-24 15:59:35 +08:00
simeng-li
ddb0e47950
feat(ui): add passwordless switch (#1976)
add passwordless switch
2022-09-23 10:33:00 +08:00
5war00p
970d360988
refactor: updated button component in packages/ui (closes #1859) (#1958)
* refactor: updated button component in packages/ui

* docs: added comment for window.timeout

* docs: added prefix to comment

* fix: removed unwanted style changes

* fix(ui): update button props

update button props, add ut

* fix(ui): fix merge conflicts

fix merge conflicts

Co-authored-by: simeng-li <simeng@silverhand.io>
2022-09-21 14:20:47 +08:00
simeng-li
f97ec56fbf
feat(ui): add reset password form (#1964)
add reset password form
2022-09-20 02:33:53 +00:00
simeng-li
ff81b0f83e
feat(ui): add reset password page (#1961)
* feat(ui): add reset password form page

add reset passsword form page

* fix(ui): fix ut

fix ut

* fix(ui): fix ut typo

fix ut typo
2022-09-20 02:16:28 +00:00
Charles Zhao
54892ea6d9
chore: bump toolkit to v1.0.0-beta.13 2022-09-19 17:16:19 +08:00
simeng-li
ba787b434b
feat(ui): add forget password flow (#1952)
feat(ui): add reset password verification flow

add reset password verification flow
2022-09-19 16:57:43 +08:00
simeng-li
39d80d9912
feat(ui): add forget password page (#1943)
* refactor(ui): folder rename temp

folder rename temp

* fix(ui): folder rename

rename UsernameSignin to UsernameSignIn

* feat(ui): add forget-password page

add forget-password page

* test(ui): add page ut

add page ut

* fix(ui): cr update

change forget password to forgot password

* chore(ui): hide WIP page path

hide WIP page path
2022-09-19 16:08:31 +08:00
Charles Zhao
2f92b43864
fix: bump react sdk and essentials toolkit to support CJK characters in idToken 2022-09-17 09:59:27 +08:00
Gao Sun
42586eff88
refactor: remove shared packages (#1946)
* refactor: remove shared packages

* refactor: fix error
2022-09-16 11:25:43 +00:00
simeng-li
602b9a0dbd
refactor(ui): refactor sign-social-call path name (#1931)
align with the sign-in page's other path pattern
2022-09-15 15:55:35 +08:00
simeng-li
fa9bf16092
refactor(ui): refactor toast (#1928)
refactor taost using react modal
2022-09-15 07:52:36 +00:00
Darcy Ye
31ecfd0b96
chore: check connector related types and eliminate redundancy (#1925) 2022-09-15 14:28:19 +08:00
silverhand-bot
8335e1ff0a
release: v1.0.0-beta.9 2022-09-07 16:21:37 +00:00
Charles Zhao
e2005780a3
fix(console,ui): fix locale guard issue in settings page 2022-09-07 14:15:25 +08:00
Zezao
f268ecb1a8
feat: add Portuguese translation 2022-09-05 19:51:50 +08:00
Gao Sun
8c451b4e3c
chore: upgrade silverhand packages (#1854) 2022-09-01 17:03:49 +08:00
silverhand-bot
301bd23b49
release: v1.0.0-beta.8 2022-09-01 06:11:38 +00:00
Wang Sijie
d952d8660d
refactor(phrases,shared,connector-core): move language key to shared (#1838) 2022-08-30 16:53:49 +08:00
silverhand-bot
3d92f35589
release: v1.0.0-beta.6 2022-08-30 05:44:34 +00:00
silverhand-bot
a9241c5862
release: v1.0.0-beta.5 2022-08-19 13:49:33 +00:00
Xiao Yijun
72e7341c3d
refactor(core): import getEnvAsStringArray from silverhand/essentials (#1787)
* refactor(core): import `getEnvAsStringArray` from `silverhand/essentials`

* chore: bump `@silverhand/essentials` to `1.2.0`
2022-08-17 11:40:50 +08:00
renovate[bot]
0acd432a3f
chore(deps): update parcel monorepo to v2.7.0 (#1733)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-11 22:54:30 +08:00
silverhand-bot
e42172e757
release: v1.0.0-beta.4 2022-08-11 13:48:19 +00:00
simeng-li
62d2afe957
fix(ui): add sandbox props to iframe (#1757)
add sandbox props to iframe
2022-08-10 10:59:59 +08:00
simeng-li
0270bf1be3
fix(ui): extract ReactModal elementApp and fix act warning in ut (#1756)
extract ReactModal elementApp and fix act warning in ut
2022-08-09 11:00:43 +08:00
simeng-li
4b972f2e23
fix(ui,console,demo-app): update react render method (#1750)
update react root render method
2022-08-08 17:31:37 +08:00
Charles Zhao
c7e5ae3b6b
Merge pull request #1731 from logto-io/renovate/major-react-monorepo
chore(deps): update react monorepo to v18 (major)
2022-08-08 13:58:15 +08:00
Charles Zhao
fd9b8435ac
refactor: add allowObjectInHTMLChildren prop to resolve i18n type issues 2022-08-08 12:19:55 +08:00
simeng-li
e4629f2a5f
fix(ui): fix ui test
fix ui test
2022-08-08 11:55:36 +08:00
Gao Sun
925dc052d7
refactor: upgrade i18next 2022-08-06 00:47:58 +08:00
IceHe.Life
6327eb6c57
refactor(core,schemas,ui): fix non-consistent type definitions (#1742) 2022-08-05 23:42:16 +08:00
Gao Sun
8b515435cd
fix: build and types 2022-08-05 17:59:03 +08:00
Gao Sun
9b4683b709
chore(deps): upgrade packages 2022-08-05 15:50:31 +08:00
renovate[bot]
72fc343513
chore(deps): update react monorepo to v18 2022-08-05 06:13:30 +00:00
Gao Sun
08bea22195
chore(deps): upgrade packages (#1738)
* chore(deps): upgrade packages

* refactor: update per lint report

* chore(deps): upgrade configs

* fix(ui): lint rules compatibility

* chore: remove unused override

* chore(deps): upgrade jest config
2022-08-05 05:58:31 +00:00
simeng-li
3af5b1b425
fix(ui): connector name should fallback to en (#1718)
connector name should fallback to en
2022-08-02 13:46:29 +08:00
silverhand-bot
1e568e02c9
release: v1.0.0-beta.3 2022-08-01 15:02:50 +00:00
Kyungyoon Kim
d1900e1854
chore(phrases): add translation ko_KR (#1677)
chore(connector): add translation ko_KR

chore(phrases): add translation ko_KR

test: add mock translation for ko_KR

Update packages/phrases-ui/src/locales/ko-kr.ts

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

Update packages/phrases-ui/src/locales/ko-kr.ts

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

chore(phrases): update translation ko_KR

chore(phrases): edit translation ko_KR, make more friendly

chore(phrases): fix typo

chore(phrases): make translation smooth ko_KR

chore(phrases): edit translation ko_KR

chore(console): add translation ko_KR

chore(phrases): add korean language for login ui
2022-07-30 14:48:50 +00:00
Ufuk ARSLAN
411a8c2fa2
feat(phrases): tr language (#1707)
* feat(phrases): tr language added except admin

* feat(phrases): tr language added for admin and connectors

* refactor(phrases): tr language fix
2022-07-30 21:48:45 +08:00
silverhand-bot
c2050b7ccc
release: v1.0.0-beta.2 2022-07-25 17:03:50 +00:00
simeng-li
7dfbc300b0
fix(ui): should clear prev passcode input when click on backspace (#1660)
should clear prev passcode input when click on backspace
2022-07-22 17:35:37 +08:00
simeng-li
34b465c7d8
fix(ui): protect window.location xss (#1639)
protect window.location xss
2022-07-21 15:58:20 +08:00
simeng-li
04b08a83ea
refactor(ui): replace some of the reactStringReplace usage using i18Next Trans (#1626)
refactor(ui): replace some of the reactStringReplace usage using i18nNext Trans

replace some of the reactStringReplace usage using i18nNext Trans
2022-07-20 17:48:13 +08:00
simeng-li
4ce6bd8cf5
fix(ui): fix some firefox standout bug (#1615)
fix some firefox standout bug
2022-07-20 13:50:23 +08:00
silverhand-bot
3af4f547ed
release: v1.0.0-beta.1 2022-07-19 01:05:03 +00:00
simeng-li
816ce9f903
fix(ui): fix no-restrict-syntax in ui (#1559)
* fix(ui): fix no-restrict-syntax in ui

fix no-restricted-syntax in ui

* fix(ui): cr update

cr update

* fix(ui): fix ts error

fix ts error
2022-07-18 19:36:12 +08:00
simeng-li
0c0c83cc8f
feat(ui): add submit input to all the sign-in & register forms (#1587)
enable submit on enter by adding submit input to all the forms
2022-07-18 17:46:13 +08:00
Gao Sun
e7c5e63304
refactor: remove import react (#1558) 2022-07-15 10:01:42 +00:00
Charles Zhao
f1b241c864
Merge pull request #1553 from logto-io/charles-upgrade-configs
chore: upgrade eslint rule to allow 'noreferrer' in react apps
2022-07-15 15:43:04 +08:00
Charles Zhao
028b5fecf0
chore: upgrade eslint rule to allow 'noreferrer' in react app 2022-07-15 15:12:02 +08:00
simeng-li
c6384bed84
fix(ui): format phone number with country calling code (#1551)
format phone number with country calling code
2022-07-15 14:08:59 +08:00
silverhand-bot
af5e3b416e
release: v1.0.0-beta.0 2022-07-14 16:40:44 +00:00
simeng-li
6b58d8a161
fix(ui,core): fix i18n issue (#1548)
* fix(ui,core): fix i18n issue

fix i18n issue

* fix(core): cr fix

cr fix
2022-07-14 13:36:32 +00:00
simeng-li
e06f8d027e
fix(ui): fix multiple libphonmenumber packed bug (#1544)
fix multiple libphonmenumber packed bug
2022-07-14 17:44:28 +08:00
simeng-li
f72319f234
style(ui): input auto fill style update (#1534)
input auto-fill style update
2022-07-14 10:38:15 +08:00
Gao Sun
23a1fe3aff
refactor: upgrade configs (#1537)
* refactor: upgrade configs

* fix(schemas): remove eslintignore
2022-07-13 16:39:30 +00:00
renovate[bot]
24c7b99c45
chore(deps): update dependency @silverhand/jest-config to ^0.15.0 (#1527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-13 11:44:25 +08:00
renovate[bot]
8460f4ae16
chore(deps): update dependency @silverhand/ts-config-react to ^0.15.0 (#1529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-13 03:40:57 +00:00
renovate[bot]
1cddf81a78
chore(deps): update dependency @silverhand/ts-config to ^0.15.0 (#1528)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-13 11:29:10 +08:00
IceHe.xyz
434e97d5cf
chore: bump eslint-config and eslint-config-react 0.15.0 (#1521)
* chore: bump eslint-config 0.15.0

* chore: bump eslint-config-react 0.15.0

* style: no explicit any
2022-07-12 23:00:05 +08:00
silverhand-bot
ca8ec4862a
release: v1.0.0-alpha.4 2022-07-08 16:49:39 +00:00
Darcy Ye
82ed2fe169
chore: remove TODOs with linear issues (#1495)
* chore: remove TODOs with linear issues

* chore: remove simeng TODOs

* chore: remove simeng TODOs
2022-07-08 14:47:55 +00:00
simeng-li
f52fa5891d
fix(ui): add form submit event (#1489)
* fix(ui): add form submit event

add form submit event

* fix(ui): cr fix

cr fix
2022-07-08 21:14:09 +08:00
simeng-li
d4e5a8dda9
test(ui): add some ut (#1488)
add some ut
2022-07-08 19:53:35 +08:00
simeng-li
64bb5fd159
refactor(ui): refactor country code (#1483)
* refactor(ui): refactor country code

refactor country code

* test(ui): fix ut

fix ut

* fix(ui): cr fix

cr fix
2022-07-08 18:21:15 +08:00
simeng-li
6985eb8c7a
style(ui): increase desktop input padding (#1468)
increase desktio input padding
2022-07-08 16:57:48 +08:00
simeng-li
15aa0b2bfb
style(ui): adjust headline style (#1469)
adjust headline style with max 2 lines
2022-07-08 16:57:21 +08:00
silverhand-bot
c7def1124d
release: v1.0.0-alpha.3 2022-07-07 16:40:33 +00:00
simeng-li
d5d6c5ed08
fix(core,ui): remove todo comments (#1454)
remove todo comments
2022-07-07 18:10:46 +08:00
silverhand-bot
577433ae2d
release: v1.0.0-alpha.2 2022-07-07 04:54:25 +00:00
simeng-li
5b121d7855
fix(ui): set ui specific i18n storage key (#1441)
* chore(ui): set ui i18n storage key

set ui i18n storage key

* fix(ui): update name

update name

* chore(console): add ac i18n storage key

add ac i18n storage key

* fix(ui,console): update key name

update key name

* fix(ui,console): fix typo

fix typo
2022-07-07 11:08:07 +08:00
simeng-li
be73dbf4ef
fix(ui): dark mode seed (#1426)
* fix(ui): add dark logo seed

add dark logo seed

* style(ui): adjust notifiction style

adjust notification style

* chore(schemas): set default seed dark mode disabled

set default seed dark mode disabled
2022-07-05 13:36:11 +00:00
silverhand-bot
fcd70d1232
release: v1.0.0-alpha.1 2022-07-05 12:34:34 +00:00
silverhand-bot
6a83732185
release: v1.0.0-alpha.0 2022-07-04 14:58:52 +00:00
simeng-li
acd1568c49
style(ui): ui & console style update (#1405)
* style(ui): ui style fix

ui style fix

* style(console): update welcome page style

update welcome page style
2022-07-04 18:57:39 +08:00
simeng-li
d649755c3e
refactor(ui): refactor default logo (#1402)
* refactor(ui): refactor default logo

refactor default logo

* fix(ui): default logo update

default logo update

* style(ui): add darkLogo

add darkLogo
2022-07-04 10:43:49 +00:00
silverhand-bot
2caed68c88
release: v0.1.2-alpha.5 2022-07-03 09:04:51 +00:00
silverhand-bot
2faf429e5b
release: v0.1.2-alpha.4 2022-07-03 08:33:26 +00:00
simeng-li
231c7a278c
style(ui): add short screen notification style (#1379)
add short screen notification style
2022-07-03 07:51:48 +00:00
simeng-li
8c4fea093d
refactor(ui): refactor ac signin exp (#1367)
* refactor(ui): refactor ac signin exp

refactor ac signin exp

* fix(ui): adjust style

adjust style

* fix(ui): cr fix

cr fix
2022-07-03 15:50:29 +08:00
silverhand-bot
e588ba204a
release: v0.1.2-alpha.3 2022-07-03 06:54:10 +00:00
silverhand-bot
2fa633a99b
release: v0.1.2-alpha.2 2022-07-02 09:11:16 +00:00
Charles Zhao
dc16aaf513
style(console): notification text in demo-app should not wrap on desktop 2022-07-02 15:06:16 +08:00
silverhand-bot
e234f64cec
release: v0.1.2-alpha.1 2022-07-02 04:24:46 +00:00
silverhand-bot
9396808fa4
release: v0.1.2-alpha.0 2022-07-02 02:29:37 +00:00
silverhand-bot
39890c1c29
release: v0.1.1-alpha.0 2022-07-01 19:18:23 +00:00
simeng-li
f6c5094a52
style(ui): update create account link style (#1349)
update create account link style
2022-07-01 21:08:16 +08:00
simeng-li
9942c1261c
style(ui): update checkbox icon (#1350)
update checkbox icon
2022-07-01 21:07:27 +08:00
simeng-li
084a2bcd03
refactor(core): update sign-in-settings api path (#1339)
update sign-in-settings api path
2022-07-01 17:14:38 +08:00
simeng-li
75636e2397
refactor(ui): ui content phrases update (#1337)
ui content phrases update
2022-07-01 17:14:15 +08:00
Charles Zhao
488f2cda86
chore: update favicon for console, demo-app and main-flow 2022-07-01 11:04:53 +08:00
simeng-li
a5e44cf478
style(ui): add dark mode social icon (#1265)
* style(ui): add dark mode social icon

add dark mode social icon

* style(ui): social landing icon

social landing icon

* fix(ui): dark connector icon cr update

dark connector icon cr update

* fix(ui): cr fix

cr fix
2022-07-01 10:07:43 +08:00
Wang Sijie
f72b21d160
feat(console,ui): generate dark mode color in console (#1231)
* feat(console,ui): generate dark mode color in console

* fix: cr fix

Co-authored-by: Gao Sun <gao@silverhand.io>

Co-authored-by: Gao Sun <gao@silverhand.io>
2022-06-29 07:56:05 +00:00
simeng-li
f765ccf8cd
refactor(ui): refactor ui terms of use flow (#1259)
* refactor(ui): refactor ui terms of use flow

refactor ui terms of use flow

* test(terms): add ut

add ut
2022-06-28 09:15:44 +08:00
simeng-li
b39ea63065
style(ui): update the social button style (#1253)
update the social button style
2022-06-27 13:52:54 +08:00
simeng-li
6865efff27
refactor(ui): refactor app notification logic (#1241)
refactor app notification logic
2022-06-27 13:22:17 +08:00
simeng-li
2a34684587
refactor(phrases): extract ui phrases (#1247)
* refactor(phrases): extract ui-phrases

extract ui phrases

* fix(phrase-ui): cr update

cr update
2022-06-27 03:55:28 +00:00
Darcy Ye
5fb74537a8
chore(core,connector-wechat-*): fix according to wechat naming convertion (#1251) 2022-06-27 00:41:15 +08:00
simeng-li
4b41d20c41
refactor(ui): remove all callbacl page search params validation (#1240)
remove all callback page search params validation
2022-06-26 15:18:59 +08:00
simeng-li
dbd9a713c5
refactor(ui): rename create account form name (#1244)
* refactor(ui): rename create account form name

rename create account form name

* test(ui): update ut

update ut
2022-06-25 22:10:21 +08:00
simeng-li
08776cd864
style(ui): button user select none (#1245)
button user select none
2022-06-25 22:09:57 +08:00
simeng-li
5784ae0627
style(ui): fix notification lenght (#1243)
fix notification length
2022-06-25 22:09:44 +08:00
simeng-li
e201065722
refactor(ui): add default logto ui (#1242)
add default logto ui
2022-06-25 22:09:31 +08:00
renovate[bot]
86cd3aa73a
chore(deps): update dependency ky to ^0.31.0 (#1223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-24 13:13:05 +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
Darcy Ye
98f808320b
feat(core,connectors): update Aliyun logo and add logo_dark to Apple, Github (#1194)
* feat(core,connectors): add logoDark to connector metadata

* feat(connectors): update Aliyun logo and add logoDark for Apple, Github
2022-06-23 11:12:29 +08:00
renovate[bot]
870555366c
chore(deps): update parcel monorepo to v2.6.2 (#1200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 19:16:59 +08:00
renovate[bot]
3a6996bb4c
chore(deps): update parcel monorepo to v2.6.1 (#1149) 2022-06-20 16:12:48 +08:00
simeng-li
ea1df2d253
test(ui): add ut (#1136)
add ut
2022-06-20 09:45:03 +08:00
simeng-li
f640dad52f
feat(core): add sign-in-mode (#1132)
* feat(core): add sign-in-mode
add sign-in-mode

* fix(core): remove console.log

remove console.log

* fix(ui): hide secondary signin section
hide secondary signin section if is under register mode

* fix(core): ci fix

ci fix
2022-06-17 10:36:07 +08:00
simeng-li
20f7ad9863
fix(ui): input fields (#1125)
input fields auto input fix
2022-06-17 09:37:27 +08:00
Charles Zhao
0014a4696b
chore: remove only-allow pnpm from all sub-packages 2022-06-14 17:18:13 +08:00
simeng-li
f390bf6175
refactor(ui): adjust input field auto focus logic (#1099)
adjust input field auto focus logic
2022-06-13 16:21:53 +08:00
simeng-li
147775a8f4
feat(ui): add native sdk guard logic (#1096)
add native sdk guard logic
2022-06-13 10:54:26 +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
c078cc19f0
Merge pull request #1098 from logto-io/charles-log-2782-admin-console-404-page
feat(console): add 404 page in admin console
2022-06-10 17:17:27 +08:00
Charles Zhao
0d047fbaf1
feat(console): add 404 page in admin console 2022-06-10 17:10:34 +08:00
simeng-li
6c39e1b795
style(ui): loading icon (#1093)
loading icon
2022-06-10 16:19:21 +08:00
simeng-li
dc7f9ccdb6
refactor(ui): some ui structure refactor (#1069)
some ui structure refactor
2022-06-09 02:41:24 +00: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
simeng-li
db1b6d247a
fix(ui): fix some of the bug bash issues (#1053)
* fix(ui): clear error message when passcode resend

clear error message when passcode resend;

* fix(ui): directly throw account not exist in social bind flow

directly throw account not exsit in social bind flow

* fix(ui): fix toast and loading light border

fix toast and loading light border

* fix(ui): add auto focus to input

add auto focus to input

* style(ui): adjust font & button size

adjust font & button size

* fix(ui): cr fix

cr fix
2022-06-07 08:50:24 +00:00
simeng-li
d203f2fa5c
style(ui): input auto fill style (#1055)
input auto fill style
2022-06-07 09:50:56 +08:00
Gao Sun
90ca76eeb5
feat(demo-app): show notification in main flow (#1038)
* feat(demo-app): show notification in main flow

* fix: add missing file
2022-06-02 08:05:27 +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
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
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
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
d6411b46cc
refactor(ui): hook utils split (#998)
* refactor(ui): native sdk util

native sdk util

* refactor(ui): social connectors util

social connectors util

* refactor(ui): remove hooks utils
2022-05-31 11:59:43 +08:00
simeng-li
8530e249aa
feat(ui): add Notification component (#994)
add Notification component
2022-05-31 11:02:03 +08:00
simeng-li
b9131e9765
fix(ui): fix drawer overflow bug (#984)
fix drawer overflow bug
2022-05-30 13:58:27 +08:00
simeng-li
362c3a6e6e
fix(ui): fix callback link params for apple (#985)
fix callback link params for apple
2022-05-30 11:56:23 +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
Gao Sun
877bbc0d2c
fix: revert "chore(deps): update parcel monorepo to v2.6.0" 2022-05-29 14:19:09 +08:00
Gao Sun
a686b1707a
refactor: social connectors (#975)
* refactor: social connectors

* refactor(connectors): remove unused fixme comment

* fix(connectors): test
2022-05-29 05:59:00 +00:00
Gao Sun
8d17f9d73a
Merge pull request #973 from logto-io/gao-update-apple-connector
refactor(connector): remove apple js sdk
2022-05-28 22:08:50 +08:00
renovate[bot]
00b74d5e90
chore(deps): update parcel monorepo to v2.6.0 (#971)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-27 22:02:11 +08:00
Gao Sun
52c745d41f
refactor(connector): remove apple js sdk 2022-05-27 19:06:06 +08:00
Gao Sun
7400ed8896
feat(connector): apple (#966)
* feat(connector): apple

* feat(connector): apple

* fix(connector): test

* refactor(connector): per review

* refactor(connector): update issue number

Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
2022-05-27 15:43:42 +08:00
simeng-li
e8ee5b1149
refactor(ui): refactor social sign-in code flow (#969)
* refactor(ui): refactor social signin callback flow

refactor social signin callback flow

* fix(ui): change file structure

change file structure

* refactor(ui): refactor social sign-in code flow

refactor social sign-in code flow
2022-05-27 04:46:49 +00:00
simeng-li
7015d81378
refactor(ui): refactor social signin callback flow (#967)
* refactor(ui): refactor social signin callback flow

refactor social signin callback flow

* fix(ui): change file structure

change file structure
2022-05-27 12:42:20 +08:00