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

1552 commits

Author SHA1 Message Date
Gao Sun
f1d73af537
Merge pull request #3905 from logto-io/gao-add-google-tag
refactor: add google tag conversion report
2023-05-30 13:27:21 +08:00
Gao Sun
1c80a95aee
refactor(console): pring debug info only when event is triggered 2023-05-30 13:12:54 +08:00
Darcy Ye
62b1ee6b72
feat(cloud,schemas,cli): update cloud service tenant APIs (#3875) 2023-05-29 04:57:10 +00:00
Xiao Yijun
708303349e
feat(console): support pagination for webhooks page (#3914) 2023-05-29 03:57:57 +00:00
Xiao Yijun
43dd5e6d11
fix(console): fix toggle tip z-index on modal layer (#3917) 2023-05-29 10:50:16 +08:00
Xiao Yijun
a9c34cd0b6
fix(console): enforce SSOT for webhook signing key (#3909) 2023-05-28 09:22:15 +08:00
Xiao Yijun
2b409fcefe
fix(console): should not check duplicated keys when key is empty (#3911) 2023-05-26 22:20:13 +08:00
Xiao Yijun
387e04ec4a
fix(console): allow wrap for toast content (#3910) 2023-05-26 22:19:47 +08:00
Xiao Yijun
292e6ebc6f
refactor(console): update the eye icon of CopyToClipboard (#3908) 2023-05-26 22:19:12 +08:00
Darcy Ye
8cbf87bb73
feat(schemas,cli,core,cloud): add manage tenant self scope (#3865) 2023-05-26 17:38:09 +08:00
Xiao Yijun
ff4fb5e56f
refactor(console): replace confirm modal with useConfirmModal hook (#3906) 2023-05-26 10:45:15 +08:00
Xiao Yijun
d369e0c863
refactor(console): remove webhook creation limit (#3903) 2023-05-26 10:44:41 +08:00
Gao Sun
5125da67f2
refactor: fix gtag reporting 2023-05-25 22:21:08 +08:00
Gao Sun
ef6b1f4e66
refactor: update CSP 2023-05-25 19:04:32 +08:00
Gao Sun
46746f8285
refactor(console): restrict gtag report to production 2023-05-25 17:25:40 +08:00
Gao Sun
b94136d571
refactor: add google tag conversion report 2023-05-25 17:04:00 +08:00
Xiao Yijun
b160452c71
feat(console): enable webhook management feature (#3901) 2023-05-25 13:53:45 +08:00
Xiao Yijun
9ae570cbbc
feat(console): test webhook (#3886) 2023-05-25 12:16:47 +08:00
Xiao Yijun
ab38cbffeb
fix(console): refresh hook on data updated (#3898) 2023-05-25 10:59:36 +08:00
Xiao Yijun
e7ee0a9523
fix(console): hide success rate on the hook details page when no request happened (#3897) 2023-05-25 10:39:03 +08:00
Charles Zhao
3955658c05
style(console): sidebar item should align to top (#3885) 2023-05-24 10:44:03 +08:00
Xiao Yijun
86dee64576
feat(console): display webhook execution stats (#3883) 2023-05-24 08:31:26 +08:00
Gao Sun
02eee1956f
Merge pull request #3879 from logto-io/gao-feature-updates-for-openai-plugins
feat: updates for openai plugins
2023-05-23 22:55:47 +08:00
Charles Zhao
c6821aab77
feat(console): add hover tooltip for micro user avatars (#3861) 2023-05-23 16:30:45 +08:00
Xiao Yijun
af42e87bc0
feat(console): add webhook logs page (#3862) 2023-05-22 14:19:15 +00:00
Gao Sun
852bc7b274
feat: add alwaysIssueRefreshToken for web apps 2023-05-22 17:11:09 +08:00
Xiao Yijun
85fb03651c
feat(console): regenerate signing key (#3866) 2023-05-22 10:49:49 +08:00
Charles Zhao
497d5b5262
feat(console,phrases): add support to update sign-in identifiers in user details form (#3828)
* feat(console,phrases): add support to update sign-in identifiers in user details form

* chore: add changeset
2023-05-17 08:19:51 +00:00
Xiao Yijun
1b6bb9b1cf
feat(console): add webhook creation limit reminder (#3852) 2023-05-17 16:17:00 +08:00
Xiao Yijun
05b3729260
feat(console): implement tag component (#3853) 2023-05-17 11:30:08 +08:00
Xiao Yijun
9ddf0d7578
chore(console): add app insights for webhook pages (#3845) 2023-05-16 11:08:04 +08:00
Darcy Ye
a65bc9b13b
fix(console): ignore empty number input box in connector config (#3822) 2023-05-15 15:43:54 +08:00
Xiao Yijun
af02321ba2
fix(core): compatibility for retries field in HookConfig (#3834) 2023-05-15 11:41:46 +08:00
Xiao Yijun
124e0bca0d
feat(console): support editing webhook custom headers in the console (#3823) 2023-05-12 11:58:50 +08:00
Xiao Yijun
6c3a5a6899
feat(console): implement webhook basic details page (#3820) 2023-05-10 13:51:02 +08:00
Xiao Yijun
b91b0f3835
feat(console): list and create webhooks (#3790) 2023-05-09 15:14:56 +08:00
Charles Zhao
1066e5c707
fix(console): main content should take 100% available height (#3818) 2023-05-08 10:53:51 +00:00
Charles Zhao
260f39f72d
refactor(console): remove superstruct dependency from console (#3808) 2023-05-05 17:32:40 +08:00
simeng-li
fafe27f87a
test(core): add exception cases for role api and scope api (#3802)
* feat(core): add roles api guard

add roles api guard

* feat(core): add scope api response guard

add scope api response guard

* test(core): add exception cases for role api integration tests

add exception cases for role api integration tests

* fix(console): fix lint error

fix lint error

* fix(core): remove guard status code

remove guard status code

* fix(core): resolve comments

resolve comments

* fix(core): remove useless 401,403 code guard

remove useless 401,403 code guard

* fix(core): fix swagger 422 guard error

fix swagger 422 guard error
2023-05-05 16:18:27 +08:00
Darcy Ye
cf1dd17dd6
fix(console): trim trailing spaces in app guide code sample (#3811) 2023-05-05 11:54:15 +08:00
Xiao Yijun
cd19ff8bf5
fix(console): fix the back link of the log details page (#3805) 2023-05-04 12:33:38 +08:00
Gao Sun
5a8442712f
refactor: update tracking components (#3792)
* refactor: update tracking components

* refactor: track once for the same session
2023-04-29 12:02:52 +08:00
Xiao Yijun
858854b9b1
refactor(console): list pages (#3753) 2023-04-28 12:05:43 +08:00
Xiao Yijun
467c6d8321
feat(console): add CheckboxGroup (#3745) 2023-04-28 12:05:24 +08:00
Charles Zhao
db4bc9e3ba
feat: add overlay scrollbar on sidebar and main content (#3764) 2023-04-28 10:07:25 +08:00
Gao Sun
3796866b67
fix(console): eliminate unexpected /token calls (#3757)
refactor: fix AppInsights context extra rendering issue
2023-04-27 18:34:38 +08:00
Charles Zhao
9a795c8ecd
fix(console): language dropdown height should be calculated properly on first load (#3763) 2023-04-26 10:19:07 +08:00
Gao Sun
c4864d6562
refactor(console): add useMemo to resources and scopes (#3756) 2023-04-24 13:00:53 +00:00
Charles Zhao
e665d5990c
fix(console): set height limit to language dropdown (#3752) 2023-04-24 09:15:27 +00:00
Gao Sun
20418dc4f9
refactor(console,ui,demo-app): fix i18next types (#3743)
* refactor(console,ui,demo-app): fix i18next types

disable allowObjectInHTMLChildren for safer typing. use <DynamicT /> for
all dynamic translations.

* fix(console): i18n key in UserAccountInformation

* refactor(console,ui): update <DynamicT /> and add tests
2023-04-24 16:05:26 +08:00
Darcy Ye
ac95eb3ffa
fix(console): code editor error and line number header width (#3731) 2023-04-24 14:27:44 +08:00
Darcy Ye
632b8b1d84
refactor(schemas,core,console): use JsonObject instead of ArbitraryObject (#3730) 2023-04-24 11:11:27 +08:00
Charles Zhao
dbbd766220
fix(console): switch component (#3736) 2023-04-24 10:18:09 +08:00
Gao Sun
9f14e065e8
Merge pull request #3733 from logto-io/renovate/i18next-22.x
chore(deps): update i18next series packages
2023-04-23 17:47:58 +08:00
Gao Sun
5ef299866d
fix(console): fix react data router (#3737) 2023-04-22 22:24:06 +08:00
Gao Sun
c72f4ac0ee
refactor(console,ui): fix errors 2023-04-22 00:55:17 +08:00
Gao Sun
748878ce5b
feat(app-insights): add React context provider and hook
and fix AppInsights init issue for frontend projects.
2023-04-21 00:29:53 +08:00
Charles Zhao
0acda89071
fix(console): remove react warning from connector config form (#3720) 2023-04-20 11:45:33 +08:00
Charles Zhao
e0649aa81a
fix(console): remove react warning from Switch component (#3719) 2023-04-20 11:45:14 +08:00
Gao Sun
352807b16a
feat: setting cloud role name for AppInsights in React (#3721)
* feat: setting cloud role name for AppInsights in React

* refactor: simplify service role names
2023-04-19 12:39:37 +00:00
renovate[bot]
e97fe2e1f3
chore(deps): update dependency react-router-dom to v6.10.0 (#3238)
* chore(deps): update dependency react-router-dom to v6.10.0

* fix: lockfile

* fix: react router

* chore: add annotations about the type definition file

* fix: bump version number for ui package

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-04-19 18:05:57 +08:00
Xiao Yijun
ddde9c597e
style(console): update permission table style (#3709) 2023-04-18 15:48:58 +08:00
Xiao Yijun
5ccce59c73
style(console): update modal overlay paddings (#3708) 2023-04-18 15:48:45 +08:00
Xiao Yijun
8565ab3dba
refactor(console): add user title display rule (#3701) 2023-04-17 09:55:04 +00:00
Charles Zhao
457cb28224
fix(console): adding social connector should mark related get-started action item as completed (#3693)
* fix(console): adding social connector should mark related get-started action item as completed

* chore: add changeset
2023-04-15 08:10:42 +08:00
Xiao Yijun
c5eb3a2ba7
feat(console): create user by multiple identifiers (#3694) 2023-04-14 09:48:49 +00:00
Xiao Yijun
5553425fcd
feat(console): suspend user (#3696) 2023-04-14 16:44:37 +08:00
Darcy Ye
6bb4098409
feat(console): should mask confidential connector config values by default (#3645) 2023-04-11 16:11:10 +08:00
Darcy Ye
e4fc54000e
chore(console): update non-standard social connector target content (#3688) 2023-04-11 15:14:30 +08:00
Darcy Ye
d3b4a0e792
chore(console): connector guide page should use global scrollbar (#3649) 2023-04-11 13:52:05 +08:00
Xiao Yijun
0edb2de4e8
refactor(console): guard file types in the file input dialog box (#3673) 2023-04-10 14:27:49 +08:00
Xiao Yijun
4220f554db
refactor(console): remove redundant hasError prop from text input (#3672) 2023-04-10 11:20:49 +08:00
Gao Sun
9847fdc098
Merge pull request #3676 from logto-io/gao-reorg-pacakges
refactor: reorg packages
2023-04-07 01:22:17 +08:00
Gao Sun
6cbc90389f
fix(console): log event filter (#3678) 2023-04-06 11:32:46 +08:00
Xiao Yijun
d816734b20
refactor(console): disable invalid pagination labels (#3675) 2023-04-04 16:39:32 +08:00
Gao Sun
aa203308f0
refactor: reorg packages
update `@logto/shared` to a non-business package
and put business components into `@logto/*kit`.
2023-04-04 16:28:48 +08:00
Gao Sun
ca11392512
refactor: conditional import app insights sdk (#3664) 2023-04-03 16:49:02 +08:00
Gao Sun
0e49e43245
refactor: update title in main flow and report pv for console sign-in (#3651) 2023-04-03 07:40:56 +00:00
Xiao Yijun
6773a3ae35
refactor(console): improve color picker (#3648) 2023-04-03 10:38:31 +08:00
simeng-li
1c431e7a59
feat(core): apply standard security headers 1/2 (#3590)
* feat(core): add some basic security headers

add some basic security headers

* chore(core): add some comments

add some comments

* chore(core): update the refererPolicy configs

update the refererPolicy configs

* chore(core): update helmet middleware

update helmet middleware

* feat(core): add csp headers to the mainflow and ac http requests 2/2 (#3613)

* feat(core): add csp headers to the mainflow requests

add csp headers to the mainflow requests

* chore(core): add ui and console security headers

add ui and console security headers

* fix(core): remove unused middleware

remove unused middleware

* fix(ui): set terms iframe sandbox

set terms iframe sandbox allow same origin

* fix(core): update security headers middleware

update security headers middleware

* chore(core): add changesets

* chore(core): address rebase conflict

address rebase conflict
2023-04-03 10:24:50 +08:00
wangsijie
2ed3e672de
fix(console): remove url queries for social demo callback (#3621) 2023-03-30 18:17:44 +08:00
Xiao Yijun
9663852f1e
refactor(console): hide native preview when no social target supports native (#3626) 2023-03-30 09:44:46 +00:00
Darcy Ye
457116ee52
chore(console): add href to Button component (#3619) 2023-03-30 07:28:28 +00:00
Darcy Ye
870b86a218
feat(cloud): replace schedule meeting with send email (#3614) 2023-03-30 07:17:18 +00:00
Gao Sun
c200169886
refactor: add app insights package (#3637)
* refactor: add app insights package

* refactor: fix dependencies
2023-03-30 13:36:46 +08:00
Charles Zhao
8132ae7f97
fix(console): temp disable link account feature in open source version (#3638) 2023-03-30 10:37:12 +08:00
Gao Sun
541a5a249d
Merge pull request #3630 from logto-io/gao-add-ja-language
feat(phrases): add ja language
2023-03-29 18:32:53 +08:00
Darcy Ye
35998d4140
fix(console): connector create guide padding (#3593) 2023-03-29 10:27:16 +00:00
Darcy Ye
ee074de3ce
fix(console): app insights wrapper direct children style (#3633) 2023-03-29 18:22:02 +08:00
Gao Sun
362f6a5863
refactor(phrases): fix type issue 2023-03-29 18:00:39 +08:00
Xiao Yijun
8ffe82c4e2
refactor(console): change number input appearance to text input (#3620) 2023-03-29 17:43:26 +08:00
Darcy Ye
7845872196
fix(console): code editor line wrap (#3634) 2023-03-29 17:03:00 +08:00
Xiao Yijun
2fc9c87553
refactor(console): add connector loading state (#3622) 2023-03-29 16:55:11 +08:00
Xiao Yijun
bb9cfe55d5
fix(console): generate user password (#3615) 2023-03-29 05:29:43 +00:00
Gao Sun
ee51478618
refactor(console): update page title and manually track pv (#3625) 2023-03-28 17:51:14 +00:00
Xiao Yijun
5f1c9a579b
fix(console): add missing loading state for confirm modals (#3610) 2023-03-28 17:54:44 +08:00
wangsijie
14143415f0
fix(console): fix connector form validation for switch (#3617) 2023-03-28 11:09:02 +08:00
Xiao Yijun
4ccd6b836e
style(console): remove logo border-radius (#3611) 2023-03-28 10:56:49 +08:00
Xiao Yijun
7a493abfca
refactor(console): support navigating back by the browser when onboarding (#3612)
refactor(console): support navigate back by the browser when onboarding
2023-03-28 10:56:20 +08:00
Gao Sun
e87ff837cd
refactor(console): update admin endpoint pattern (#3605) 2023-03-27 13:51:34 +00:00
Darcy Ye
619e1b76a6
fix(console): cloud env code editor over-expanding error (#3609) 2023-03-27 11:33:03 +00:00
Xiao Yijun
875d94a02a
fix(console): catch user interaction errors (#3591) 2023-03-27 12:19:11 +08:00
renovate[bot]
93bc915609
chore(deps): update silverhand configs monorepo packages to v3.0.0 (#3585)
* chore(deps): update silverhand configs monorepo packages to v3.0.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-03-24 16:28:36 +00:00
Darcy Ye
20381551fc
fix(console): avoid zh-cn docs links since it has been removed (#3583) 2023-03-24 22:08:03 +08:00
Gao Sun
ccf1671e87
refactor(console): add word-break for audit logs (#3599) 2023-03-24 22:03:19 +08:00
Xiao Yijun
42c69faeae
refactor(console): remove onboarding google connector template (#3570) 2023-03-23 22:27:00 +08:00
Darcy Ye
510f6d638b
chore(console): add connector form tooltip (#3596) 2023-03-23 20:55:36 +08:00
Xiao Yijun
153389cce2
feat(console): add deletion confirm for connectors (#3581) 2023-03-23 18:48:19 +08:00
Xiao Yijun
054299a57a
style(console): fix outline cutting issue on form field (#3595) 2023-03-23 09:51:13 +00:00
Gao Sun
1c8d8d36c6
chore(console): fix contact email (#3597) 2023-03-23 09:07:55 +00:00
Gao Sun
29be040668
refactor: report all errors and user id (#3580)
to ApplicationInsights for better error analyzing.
2023-03-22 19:35:18 +08:00
Xiao Yijun
aca6a9eeca
chore(console): remove unwanted console log (#3582) 2023-03-22 18:52:37 +08:00
Darcy Ye
6cd15d0698
fix(console): should not mutate when closing create connector modal (#3577) 2023-03-22 17:57:31 +08:00
Xiao Yijun
9c17de0906
fix(console): fix details page state (#3569) 2023-03-22 09:07:24 +00:00
Gao Sun
540c41ff64
refactor(console): use function-declaration for named components (#3520)
* refactor(console): use function-declaration for named components

Application Insights can only automatically track component names from function
declaration. update convention to make tracking easier.

* refactor(console): fix lint errors
2023-03-22 16:45:10 +08:00
Xiao Yijun
765778e8ee
style(console): set min-width to sie form and preview (#3576) 2023-03-22 13:13:03 +08:00
Xiao Yijun
3ee26c31cf
refactor(console): connector guide readme content scrollbar (#3565) 2023-03-22 11:39:07 +08:00
Darcy Ye
f4a21b7c12
fix(console): social connector learn more link (#3573) 2023-03-22 03:28:33 +00:00
Xiao Yijun
1b303edfee
refactor(console): display loading when user assets service is loading (#3523) 2023-03-22 07:28:36 +08:00
Charles Zhao
899d01a16c
fix(console): mysterious smog should be gone on first app creation (#3567) 2023-03-21 08:34:33 +00:00
Darcy Ye
f1bbdb8531
fix(console): custom css learn more link (#3560) 2023-03-21 04:26:13 +00:00
Gao Sun
fa94ce36b8
fix(console): fix style issue caused by additional div wrapper (#3559) 2023-03-21 12:04:21 +08:00
Darcy Ye
aee1fbfb6d
feat(console): add line number and disable line wrapper (#3546)
---------

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-03-20 15:24:44 +00:00
Charles Zhao
80015f22fd
fix(console): the mysterious smog should disappear after creating M2M app (#3553) 2023-03-20 14:46:48 +00:00
Gao Sun
384df30e04
refactor(console): safely init app insights (#3549) 2023-03-20 21:05:52 +08:00
Charles Zhao
42bb0a9fab
fix(console): application guide drawer mode in details page (#3531) 2023-03-20 19:13:45 +08:00
simeng-li
6e2a84ef61
fix(console): fix linked social account not shown bug (#3550) 2023-03-20 18:52:46 +08:00
Xiao Yijun
db152f6203
refactor(phrases): update connector demo tip phrases (#3548) 2023-03-20 09:54:16 +00:00
Darcy Ye
ed5575bf58
fix(console): doc link (#3547) 2023-03-20 09:53:30 +00:00
Charles Zhao
6965ad18d1
fix(console): language and theme should have default value (#3532) 2023-03-20 17:24:06 +08:00
simeng-li
4ba1eb5ea4
fix(console): fix cloud sign-up mode (#3544) 2023-03-20 08:27:50 +00:00
simeng-li
40b206f0b6
chore(console): update guide link (#3543) 2023-03-20 16:13:18 +08:00
Xiao Yijun
a422f96ef1
style(console): fix inspire me button spacing (#3542) 2023-03-20 16:10:13 +08:00
Gao Sun
c2e4226292
refactor: update initial data (#3534) 2023-03-20 16:08:44 +08:00
Xiao Yijun
497f244858
fix(console): parse onboarding sie config (#3535) 2023-03-20 16:07:01 +08:00
simeng-li
9614edce17
feat(console): set title based on isCloud (#3541) 2023-03-20 07:28:58 +00:00
Charles Zhao
34927dcdc4
fix: close icon should work on connector readme drawer (#3530) 2023-03-20 14:02:26 +08:00
Xiao Yijun
3a1ec04513
refactor(console): change onboarding sie preview platform order (#3539) 2023-03-20 13:49:33 +08:00
wangsijie
a458f34808
feat(console): sms and email connectors order (#3527) 2023-03-20 13:46:53 +08:00
Xiao Yijun
0a009a678b
refactor(console): remove cap limit tag in onboarding options (#3538) 2023-03-20 13:45:38 +08:00
wangsijie
71607a5d67
fix(console): clear conflict connector notice (#3537) 2023-03-20 13:31:16 +08:00
wangsijie
e4ea2ed9d0
style(cloud): fix congrats size in social demo callback page (#3533) 2023-03-20 13:30:38 +08:00
Xiao Yijun
c4cc702fc6
refactor(console): add microsoft connector template (#3526) 2023-03-20 12:09:31 +08:00
Gao Sun
f27eb508ed
refactor(console): hide Management API from editing (#3509) 2023-03-20 11:00:16 +08:00
simeng-li
10dca5891b
feat(console): add interactionMode qs to AC (#3522) 2023-03-20 02:55:02 +00:00
Gao Sun
ee3135a536
refactor(console): add tracking (#3521) 2023-03-20 02:44:10 +00:00
Gao Sun
69f563a056
refactor(console): fix contact email (#3517) 2023-03-20 08:49:53 +08:00
Xiao Yijun
ec7e17f2c5
fix(console): read default theme value from local storage (#3515) 2023-03-19 16:15:00 +00:00
Xiao Yijun
44c875270d
fix(console): fix sign-in methods deletion error (#3514) 2023-03-19 23:04:36 +08:00
Darcy Ye
0bfd8509fb
fix(console,core,toolkit): passwordless connector sender tester (#3492) 2023-03-19 14:35:38 +00:00
Gao Sun
fc734efa34
refactor(console,phrases): polish css editor (#3508) 2023-03-19 11:32:49 +00:00
wangsijie
d4605d10a9
fix(console): skip validation for empty value in json editor (#3506) 2023-03-19 09:08:05 +00:00
Xiao Yijun
59587b69a7
style(console): fix demo tag background color (#3503) 2023-03-19 15:27:41 +08:00
Xiao Yijun
19edaf7d17
refactor(console): update onboarding connector template (#3502) 2023-03-19 06:36:29 +00:00
Xiao Yijun
2dbf6e26be
refactor(console): use image uploader for avatar field (#3500) 2023-03-19 14:05:35 +08:00
Xiao Yijun
1c436b887d
feat(console): add deletion confirm for in-used passwordless connectors (#3499) 2023-03-19 05:03:45 +00:00
Xiao Yijun
705a1d68c8
fix(console): apply inspire me data (#3497) 2023-03-19 12:15:42 +08:00
Gao Sun
c17fb35298
chore: update favicon (#3496) 2023-03-19 03:00:57 +00:00
simeng-li
8227b50f20
fix(console): align console input field height (#3471) 2023-03-19 10:52:25 +08:00
Gao Sun
79bed6e23a
refactor: update banner style (#3478) 2023-03-19 02:44:18 +00:00
Gao Sun
6344c4defb
refactor(console): turn off auto-complete in connector forms (#3494) 2023-03-19 10:21:29 +08:00
Xiao Yijun
e472ed3540
style(console): fix connector guide style (#3486) 2023-03-18 21:39:44 +08:00
Gao Sun
230fcffaec
refactor: improve phone number testing (#3493) 2023-03-18 13:22:42 +00:00
Xiao Yijun
097b1ce56b
style(console): update onboarding sie page responsive layout (#3485) 2023-03-18 21:04:47 +08:00
Xiao Yijun
b23a85a2d7
style(console): add padding-right for connector item name (#3487) 2023-03-18 21:04:36 +08:00
Xiao Yijun
0918415887
fix(console): skip onboarding for admin tenant admins (#3489) 2023-03-18 21:04:14 +08:00
Gao Sun
97985da522
refactor(core,console,phrases): fix connector error handling and phrases (#3488) 2023-03-18 20:57:05 +08:00
Gao Sun
c312bd4d88
refactor(console): fix connector guide form submit issue (#3481) 2023-03-18 06:28:22 +00:00
Xiao Yijun
1c455b8256
feat(console): add demo connector notice (#3470) 2023-03-17 13:30:15 +00:00
Xiao Yijun
edc5ddb551
refactor(console): update onboarding phrases (#3465) 2023-03-17 19:22:45 +08:00
Xiao Yijun
8d3a67048e
style(console): fix inspire me button padding-right (#3468) 2023-03-17 10:14:26 +00:00
Xiao Yijun
29590c6981
refactor(console): update get-started content (#3464) 2023-03-17 16:44:33 +08:00
Xiao Yijun
d462addfde
refactor(console): support placeholder in code editor (#3462) 2023-03-17 07:48:32 +00:00
wangsijie
9c62ade9cc
fix(console): reset form values when creating connector (#3461) 2023-03-17 07:41:46 +00:00
Xiao Yijun
43d84c526a
refactor(console): fix onboarding phrases typo (#3458) 2023-03-17 15:11:41 +08:00
Xiao Yijun
4a7e00940b
refactor(console): support offline theme adaptation (#3434) 2023-03-17 06:31:29 +00:00
Xiao Yijun
3404684a61
refactor(console): update get-started tasks (#3439) 2023-03-17 14:19:29 +08:00
Xiao Yijun
30ed6ff998
feat(console): add fake social connectors in onboarding (#3455) 2023-03-17 14:00:07 +08:00
Xiao Yijun
70709044cc
refactor(console): optimize the image uploader (#3441) 2023-03-17 13:56:49 +08:00
Xiao Yijun
35caddfb0a
refactor(console): change sie preview size (#3442) 2023-03-17 13:01:07 +08:00
Xiao Yijun
465936e6ce
refactor(console): update terms form phrases (#3449) 2023-03-17 12:56:44 +08:00
Xiao Yijun
91a8170596
refactor(console): fix sie live preview button styles (#3447) 2023-03-17 12:54:43 +08:00
wangsijie
f247ce5f86
feat(core): remove unselected demo social connectors (#3454) 2023-03-17 12:38:57 +08:00
Xiao Yijun
d909b48649
style(console): update inspire me button border color (#3445) 2023-03-17 10:51:55 +08:00
Darcy Ye
63be7d04a5
fix(console): nonstandard social connector detail page target fail to display (#3443) 2023-03-16 11:14:09 +00:00
wangsijie
72c7cba40e
feat(cloud): add social callback page (#3440) 2023-03-16 10:50:39 +00:00
Darcy Ye
28098cda1f
fix(console): correct display format (#3438) 2023-03-16 10:42:52 +00:00
Xiao Yijun
410363fbdd
refactor(console): update full-page content size (#3436) 2023-03-16 17:38:24 +08:00
Charles Zhao
7b394f77c5
feat(console): initials avatar (#3372) 2023-03-16 08:57:23 +00:00
Darcy Ye
36a88abc9b
fix: the destination of switch to another passwordless connector (#3437) 2023-03-16 07:31:50 +00:00
Xiao Yijun
658d905fe0
refactor(console): refactor theme-related types (#3419) 2023-03-16 13:34:23 +08:00
simeng-li
89af58aaf1
fix(console): fix preview post message error (#3399) 2023-03-16 12:28:48 +08:00
simeng-li
bedf5847dc
feat(console): add rbac related learn more links (#3424) 2023-03-16 12:27:57 +08:00
simeng-li
850c3d49e3
fix(console): hide the demo_app phrases in ac (#3420) 2023-03-16 12:27:03 +08:00
Darcy Ye
9d4c251a78
chore: update custom css render delay to 400ms (#3429) 2023-03-15 19:40:04 +08:00
Darcy Ye
5a20199675
chore: update custom css content and add placeholder in code editor (#3396) 2023-03-15 17:10:19 +08:00
wangsijie
76b49de1f0
feat(core,console): display demo connectors (#3425) 2023-03-15 17:09:26 +08:00
Xiao Yijun
e6a4c7e4a2
refactor(console): update logto logo (#3423) 2023-03-15 16:54:40 +08:00
Xiao Yijun
e29b2241d1
refactor(console): replace logo with cloud logo in cloud env (#3393) 2023-03-15 14:29:28 +08:00
Xiao Yijun
d01152895c
refactor(console): use image uploader in branding form (#3410) 2023-03-15 13:22:10 +08:00