0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00
Commit graph

206 commits

Author SHA1 Message Date
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
db4bc9e3ba
feat: add overlay scrollbar on sidebar and main content (#3764) 2023-04-28 10:07:25 +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
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
Gao Sun
c72f4ac0ee
refactor(console,ui): fix errors 2023-04-22 00:55:17 +08:00
Darcy Ye
457116ee52
chore(console): add href to Button component (#3619) 2023-03-30 07:28:28 +00:00
Darcy Ye
ee074de3ce
fix(console): app insights wrapper direct children style (#3633) 2023-03-29 18:22:02 +08: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
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
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
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
Charles Zhao
34927dcdc4
fix: close icon should work on connector readme drawer (#3530) 2023-03-20 14:02:26 +08:00
simeng-li
10dca5891b
feat(console): add interactionMode qs to AC (#3522) 2023-03-20 02:55:02 +00:00
Xiao Yijun
0918415887
fix(console): skip onboarding for admin tenant admins (#3489) 2023-03-18 21:04:14 +08:00
Charles Zhao
7b394f77c5
feat(console): initials avatar (#3372) 2023-03-16 08:57:23 +00:00
Xiao Yijun
658d905fe0
refactor(console): refactor theme-related types (#3419) 2023-03-16 13:34:23 +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
c01ad88dab
refactor(console): add AppThemeProvider (#3387) 2023-03-14 15:58:16 +08:00
Charles Zhao
d2769823da
refactor(console): add dedicated routes to AC guides (#3358) 2023-03-13 16:01:12 +08:00
Xiao Yijun
fb6a65bd46
refactor(console): extract the onboarding app from the admin console (#3340) 2023-03-10 09:57:30 +08:00
Xiao Yijun
190b281b49
feat(console): cloud preview broadcast (#3314) 2023-03-08 11:42:54 +08:00
Charles Zhao
1513d7e602
chore(console): polish UI and add ac profile loading skeleton (#3308) 2023-03-07 23:18:48 +08:00
Xiao Yijun
fa63f57ad3
chore(console): fix typo (#3309) 2023-03-07 11:41:43 +08:00
Xiao Yijun
ec65d46826
refactor(console): refactor console routes (#3294) 2023-03-06 20:36:24 +08:00
Charles Zhao
5cfbe87a04
chore: polish profile page UI (#3293) 2023-03-06 09:04:22 +00:00
Gao Sun
ea66dcbf2f
Merge pull request #3285 from logto-io/gao-allow-admin-to-create-tenant
refactor: allow admin to create tenants
2023-03-06 13:54:25 +08:00
Charles Zhao
3996ac4107
feat(console): link social account in ac profile page (#3288) 2023-03-06 11:21:24 +08:00
Charles Zhao
1477751e30
chore(console): remove settings page and its sidebar menu item (#3291) 2023-03-06 10:09:57 +08:00
Gao Sun
08e7b6c6c2
refactor: allow admin to create tenants 2023-03-04 14:52:02 +08:00
Gao Sun
05441a869f
Merge pull request #3268 from logto-io/gao-handling-console-cloud-error
refactor(console): handling cloud errors
2023-03-02 22:30:30 +08:00
Gao Sun
2a7c623240
refactor(console): handling cloud errors 2023-03-02 12:11:08 +08:00
Charles Zhao
1007450eea
fix(console): userinfo submenu should have shadow effect (#3263) 2023-03-02 10:40:07 +08:00
Charles Zhao
f0772c6549
Merge pull request #3237 from logto-io/charles-log-5346-allow-editing-basic-userinfo-in-profile
feat(console): allow editing basic userinfo in profile page
2023-03-01 16:44:07 +08:00
Gao Sun
f111128320
feat(console): support multi-tenancy (2/2) (#3247) 2023-03-01 04:37:11 +00:00
Charles Zhao
e8a7094e37
feat(console): allow editing basic userinfo in profile page 2023-02-28 18:23:52 +08:00
Gao Sun
d789a08e41
feat(console): support multi-tenancy (1/2) (#3205) 2023-02-28 16:04:12 +08:00
Charles Zhao
bbcb904223
feat(console): new profile settings page (#3204) 2023-02-27 18:04:56 +08:00
Xiao Yijun
13f877ca4d
refactor(console): get-started tasks (#3208) 2023-02-27 10:15:55 +08:00
Charles Zhao
cd984cda58
chore(console): temporarily hide profile page entrance (#3215) 2023-02-24 18:00:52 +08:00
Xiao Yijun
e69790fd17
feat(console): early bird gift (#3177) 2023-02-23 15:07:11 +08:00
Gao Sun
720d1ecb33
refactor: fix cloud env (#3186)
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-02-23 03:38:59 +00:00
Gao Sun
1808a25570
feat(cloud): GET /api/tenants 2023-02-18 18:37:49 +08:00
Xiao Yijun
4c384a7715
feat(console): cloud congrats page (#3125) 2023-02-16 18:05:09 +08:00
Charles Zhao
66441b2197
refactor(console): new topbar user menu (#3112) 2023-02-16 12:28:19 +08:00