Gao Sun
a942f155f3
refactor(console): apply code review suggestions
2023-06-26 16:44:31 +08:00
Gao Sun
8aab136b41
fix(console): correct onboarding experience
2023-06-25 14:57:16 +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
a3e3363b10
refactor: fix test and components
2023-06-23 01:07:33 +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
8770facec1
feat(console): add tenant loading page ( #4031 )
2023-06-18 16:50:00 +08:00
Xiao Yijun
1236799862
chore(console): classify console components ( #4047 )
2023-06-16 22:26:13 +08:00
Darcy Ye
e96e92b2df
feat(schemas,cloud): align tenant types ( #4004 )
2023-06-12 18:36:15 +08:00
Darcy Ye
690cd37e71
feat(console): add tenant settings page ( #3938 )
2023-06-10 14:39:03 +00:00
Gao Sun
8c5b492381
refactor(console): apply no-unused-modules ( #4010 )
2023-06-09 21:56:20 +08: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
Xiao Yijun
b5b8486105
fix(console): close confirm modal on the location path changed ( #3981 )
2023-06-07 11:29:37 +08:00
Darcy Ye
62b1ee6b72
feat(cloud,schemas,cli): update cloud service tenant APIs ( #3875 )
2023-05-29 04:57:10 +00: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
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
ec7e17f2c5
fix(console): read default theme value from local storage ( #3515 )
2023-03-19 16:15:00 +00:00
Xiao Yijun
4a7e00940b
refactor(console): support offline theme adaptation ( #3434 )
2023-03-17 06:31:29 +00:00
Xiao Yijun
658d905fe0
refactor(console): refactor theme-related types ( #3419 )
2023-03-16 13:34:23 +08:00
Xiao Yijun
c01ad88dab
refactor(console): add AppThemeProvider
( #3387 )
2023-03-14 15:58:16 +08:00
Xiao Yijun
fb6a65bd46
refactor(console): extract the onboarding app from the admin console ( #3340 )
2023-03-10 09:57:30 +08:00
Gao Sun
afe39f6f46
refactor: fix cloud dev ( #3281 )
2023-03-03 11:04:22 +00:00
Gao Sun
303e086df3
refactor: optimize tenant requests
2023-03-01 23:46:30 +08:00
simeng-li
6246fc58ba
refactor(core,console): refactor AC 403 flow ( #3235 )
2023-03-01 10:24:39 +00:00
Gao Sun
f111128320
feat(console): support multi-tenancy (2/2) ( #3247 )
2023-03-01 04:37:11 +00:00
Gao Sun
d789a08e41
feat(console): support multi-tenancy (1/2) ( #3205 )
2023-02-28 16:04:12 +08:00