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

1373 commits

Author SHA1 Message Date
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
renovate[bot]
565a0aead2
chore(deps): update dependency @silverhand/essentials to v2.4.1 (#3421)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15 21:36:02 +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
Xiao Yijun
f7faa544b1
refactor(console): update selector styles (#3413) 2023-03-15 12:17:23 +08:00
Darcy Ye
f31887344e
chore: remove dirty code (#3398) 2023-03-14 20:01:06 +08:00
Gao Sun
b58765c79c
refactor(console): use in-place navigation for in-app links (#3385) 2023-03-14 20:00:14 +08:00
Gao Sun
96691234ed
refactor(console): hide error toast in language modal (#3384) 2023-03-14 19:59:56 +08:00
Xiao Yijun
e359479ad5
refactor(console): add inspire me button hover background (#3395) 2023-03-14 15:58:54 +08:00
Xiao Yijun
c01ad88dab
refactor(console): add AppThemeProvider (#3387) 2023-03-14 15:58:16 +08:00
Xiao Yijun
67da65be9b
refactor(console): update onboarding welcome page image and description (#3394) 2023-03-14 14:21:24 +08:00
Gao Sun
096c0debb2
chore: update blog url and title (#3386) 2023-03-14 14:15:24 +08:00
Darcy Ye
68ca4ae7a8
feat(console): add custom css editor debounce (#3378) 2023-03-14 12:44:41 +08:00
Xiao Yijun
b470e0efb7
feat(console): add demo state to connectors (#3382) 2023-03-13 21:05:44 +08:00
Xiao Yijun
8e12abea4f
refactor(console): fix onboarding about page (#3381) 2023-03-13 19:20:43 +08:00
Charles Zhao
d2769823da
refactor(console): add dedicated routes to AC guides (#3358) 2023-03-13 16:01:12 +08:00
Xiao Yijun
b1b5200876
feat(console): inspire me (#3360) 2023-03-13 13:58:58 +08:00
Darcy Ye
268679b02e
feat(console): enable AC config and real-time live preview on customCss (#3325) 2023-03-13 03:41:57 +00:00
Charles Zhao
16b3c580e6
fix(console): add auto focus to inputs in ac profile modals (#3339) 2023-03-13 11:07:24 +08:00
Xiao Yijun
2ec21a778b
refactor(console): optimize adaptation rules of sie preview (#3370) 2023-03-13 11:04:51 +08:00
Charles Zhao
922e3a3a38
fix(console): text input value should display properly (#3366) 2023-03-11 13:33:09 +00:00
Gao Sun
aba5c42d6a
refactor(core,ui,console): compress response when possible 2023-03-11 00:30:47 +08:00
Xiao Yijun
0971f99e98
feat(console): image uploader (#3323) 2023-03-10 16:35:25 +08:00
Xiao Yijun
fb6a65bd46
refactor(console): extract the onboarding app from the admin console (#3340) 2023-03-10 09:57:30 +08:00
Charles Zhao
ae65feb642
fix(console): remove "change" button from link social in profile (#3341) 2023-03-09 12:59:15 +08:00
Gao Sun
310c543f93
Merge pull request #3333 from logto-io/gao-log-5603-hide-role-for-user-tenant
refactor: hide internal roles for user tenants
2023-03-09 12:41:34 +08:00
Charles Zhao
46f286f52f
style(console): change "not set" font to body-2 (#3338) 2023-03-09 03:31:42 +00:00
Xiao Yijun
105390f004
refactor: remove branding style config (#3326) 2023-03-09 11:23:06 +08:00
Charles Zhao
95b6fb2613
fix(console): verify email via verification code should work properly (#3330) 2023-03-09 03:01:18 +00:00
Charles Zhao
61a255c4ed
fix(console): properly handle errors on profile change basic info dialog (#3332) 2023-03-09 02:58:36 +00:00
Charles Zhao
d2327d6298
fix(console): better error handling when linking social in profile page (#3335) 2023-03-09 10:54:58 +08:00
Charles Zhao
c69df70358
fix(console): fallback broken connector logo to default image (#3334) 2023-03-09 10:54:32 +08:00
Charles Zhao
79ccd27673
fix(console): text input in AC should support both 36px and 44px heights (#3337) 2023-03-09 10:43:29 +08:00
Gao Sun
c5da152ddc
refactor: hide internal roles for user tenants
introduce internal roles which name starts with #internal:
with RLS policies to make them read-only.
2023-03-09 00:07:33 +08:00
Charles Zhao
32dff20633
fix(core): user should be able to set password even if they do not have one (#3331) 2023-03-08 20:34:17 +08:00
Charles Zhao
1f0bc8f3f4
refactor(console): polish code by improving data types and API routes (#3324) 2023-03-08 08:28:33 +00:00
Charles Zhao
01735d1647
refactor(console,core,phrases): improve error handling in ac profile (#3317) 2023-03-08 16:00:11 +08:00
Xiao Yijun
190b281b49
feat(console): cloud preview broadcast (#3314) 2023-03-08 11:42:54 +08:00
Gao Sun
56ffba151b
fix: should return demo app data when query api (#3322)
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-03-08 03:34:40 +00:00
Darcy Ye
6fd51effdc
fix(console): passwordless connectors should not show callbackUri (#3310) 2023-03-08 03:29:16 +00:00
Gao Sun
27db553cb4
Merge pull request #3311 from logto-io/gao-use-url-class
refactor: use URL class
2023-03-08 11:04:39 +08:00
simeng-li
05ada94f95
feat(core,console,schemas,phrases): add privacy policy url (#3315) 2023-03-08 10:56:26 +08:00
Gao Sun
3287c2c232
refactor: use URL class 2023-03-08 10:47:10 +08:00
simeng-li
04cc1fe69a
feat(console,ui,phrases,schemas): update favicon and html title (#3302) 2023-03-08 02:46:10 +00:00