Gao Sun
f8e11b1b34
fix(console): adapt callback and current tenant id logic ( #4206 )
...
* fix(console): adapt callback and current tenant id logic
* fix(console): fix cache and onboarding route
* fix(console): fix cache and onboarding route
2023-07-24 11:11:06 +08:00
Gao Sun
4c9aef827b
refactor(console): use global router ( #4191 )
...
* refactor(console): use global router
* refactor(console): clean swr cache when switching tenant
* refactor(console): bug fix
* chore(test): increase integration test timeout
* refactor: update packages/console/src/App.tsx
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
---------
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-07-21 06:12:01 +00:00
Gao Sun
947de83173
chore: upgrade configs ( #4132 )
...
* chore: upgrade configs
* chore: fix lint errors
2023-07-07 17:17:21 +00:00
Gao Sun
8aab136b41
fix(console): correct onboarding experience
2023-06-25 14:57:16 +08:00
Gao Sun
aaa9b47781
refactor(console): fix user data reloading issue
2023-06-24 21:05:12 +08:00
Gao Sun
3cbfd7e712
refactor(console): set current tenant validated to false when resetting
2023-06-24 17:55:17 +08:00
Gao Sun
d7f96a6559
refactor(console): reorg hooks and data checking logics
2023-06-24 17:23:41 +08:00
Gao Sun
c4e13ff525
refactor(console): optimize tenant context and hooks
...
remove the use of useSWR and make the tenant context as the single
source of truth for tenant data. also reorg deduplicate hook logics.
2023-06-22 15:13:49 +08:00
Darcy Ye
b557f9cc56
chore(console,phrases,toolkit): polish ui styles and phrases ( #4068 )
...
* chore(console,phrases,toolkit): polish ui styles and phrases
* chore(phrases): use settings key for create tenant modal for ssot
* chore(phrases): add i18n for docs and help button text
* chore(phrases): merge tenants and tenant_settings phrases file
* chore(phrases): use tenant phrases for delete modal content
2023-06-21 07:25:23 +00:00
Gao Sun
608289ec88
chore: update conversion id ( #4036 )
2023-06-21 01:00:30 +08:00
Xiao Yijun
1236799862
chore(console): classify console components ( #4047 )
2023-06-16 22:26:13 +08:00
Xiao Yijun
734dec0f1b
chore(console): reorg console svg assets ( #4046 )
2023-06-16 16:05:39 +08:00
Xiao Yijun
6726bcaa0f
fix(console): reset form state when the submit handler throws ( #4029 )
2023-06-13 11:28:41 +08:00
Gao Sun
8c5b492381
refactor(console): apply no-unused-modules ( #4010 )
2023-06-09 21:56:20 +08:00
Xiao Yijun
071bbfae24
refactor(console): improve the original Alert
component ( #4003 )
2023-06-08 07:13:16 +00:00
Xiao Yijun
2cde8254b6
fix(console): use process.env.NODE_ENV
to get node env for console ( #3991 )
2023-06-08 02:57:02 +00:00
Darcy Ye
e6ea8fde54
chore(console): reorganize console page ( #3930 )
2023-06-05 18:27:36 +08:00
Gao Sun
4e3b2ce351
refactor: add learn more link for Default API switch ( #3972 )
2023-06-05 17:46:49 +08:00
Darcy Ye
6ee0682f8a
refactor(console): card selector ( #3968 )
2023-06-05 13:29:47 +08:00
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
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
1b6bb9b1cf
feat(console): add webhook creation limit reminder ( #3852 )
2023-05-17 16:17:00 +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
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
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
Xiao Yijun
4220f554db
refactor(console): remove redundant hasError
prop from text input ( #3672 )
2023-04-10 11:20:49 +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
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
Gao Sun
ee51478618
refactor(console): update page title and manually track pv ( #3625 )
2023-03-28 17:51:14 +00: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
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
Xiao Yijun
42c69faeae
refactor(console): remove onboarding google connector template ( #3570 )
2023-03-23 22:27:00 +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
Xiao Yijun
1b303edfee
refactor(console): display loading when user assets service is loading ( #3523 )
2023-03-22 07:28:36 +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
Xiao Yijun
3a1ec04513
refactor(console): change onboarding sie preview platform order ( #3539 )
2023-03-20 13:49:33 +08:00
Xiao Yijun
0a009a678b
refactor(console): remove cap limit tag in onboarding options ( #3538 )
2023-03-20 13:45:38 +08:00
Xiao Yijun
c4cc702fc6
refactor(console): add microsoft connector template ( #3526 )
2023-03-20 12:09:31 +08:00
Gao Sun
ee3135a536
refactor(console): add tracking ( #3521 )
2023-03-20 02:44:10 +00:00
Xiao Yijun
ec7e17f2c5
fix(console): read default theme value from local storage ( #3515 )
2023-03-19 16:15:00 +00:00
Xiao Yijun
19edaf7d17
refactor(console): update onboarding connector template ( #3502 )
2023-03-19 06:36:29 +00:00
Xiao Yijun
705a1d68c8
fix(console): apply inspire me data ( #3497 )
2023-03-19 12:15:42 +08:00