Charles Zhao
b0e5ad4632
Merge pull request #1073 from logto-io/charles-log-2458-lazy-load-admin-console-routes
...
refactor(console): lazy loading admin console routes
2022-06-07 22:43:36 +08:00
Charles Zhao
2db7e6af21
Merge pull request #1072 from logto-io/charles-log-2881-improve-table-error-display
...
refactor(console): table error display
2022-06-07 22:43:11 +08:00
Charles Zhao
49bd3113fa
Merge pull request #1071 from logto-io/charles-log-2415-support-generic-type-in-select-component
...
refactor(console): support generic type in select component
2022-06-07 22:39:58 +08:00
Charles Zhao
ed1142e67a
refactor(console): lazy loading admin console routes
2022-06-07 21:33:53 +08:00
Charles Zhao
7789efe889
refactor(console): table error display
2022-06-07 20:16:04 +08:00
Xiao Yijun
bbb80c819a
refactor(console): refactor uriValidator
usage ( #1051 )
2022-06-07 20:07:07 +08:00
Charles Zhao
5b89901b8c
refactor(console): support generic type in select component
2022-06-07 19:36:39 +08:00
Xiao Yijun
b2b71898d3
fix(console): select the old primary sign-in method when the primary method change ( #1062 )
2022-06-07 17:42:20 +08:00
Charles Zhao
db59e3c6d7
fix(console): stop swr retry on error 401 and 403
2022-06-07 16:45:32 +08:00
Charles Zhao
fbd7ac3a69
refactor(console): hide check demo button if demo app is deleted
2022-06-07 16:39:55 +08:00
Gao Sun
f2b44b49f9
feat: use user level custom data to save preferences ( #1045 )
...
* feat: use user level custom data to save preferences
* fix(console): bugs
* refactor(console): per review
* refactor(core): update return order
* fix(core): error constructor
2022-06-07 16:05:24 +08:00
Xiao Yijun
93916bfa54
fix(console): error message in text input component ( #1060 )
2022-06-07 04:26:22 +00:00
Xiao Yijun
458602fd64
feat(console): input error message ( #1050 )
2022-06-07 11:07:31 +08:00
Charles Zhao
85a055efa4
feat(demo-app): implement (part 2)
...
* dark mode
* i18n
* sign out
* fetch userinfo
2022-06-06 20:17:25 +08:00
Wang Sijie
88e2120e25
fix(console): wrap routes with appcontent ( #1052 )
2022-06-06 17:14:08 +08:00
Wang Sijie
1dffcd2d09
fix(console): fix platform label prefix caused by merge ( #1049 )
2022-06-06 03:59:48 +00:00
Wang Sijie
96701bcb74
feat(console): platform label in connectors table ( #1034 )
2022-06-06 03:41:31 +00:00
Wang Sijie
fa420c9fcb
feat(console): group connectors in add modal ( #1029 )
2022-06-06 11:36:58 +08:00
Charles Zhao
87f5f3b9ed
refactor(console): replace user api with fetchUserInfo
2022-06-02 22:48:55 +08:00
Xiao Yijun
cf4bd1b999
fix(console): add letter spacing for sign-in-experience title ( #1033 )
2022-06-02 19:20:50 +08:00
Xiao Yijun
c084b442ae
fix(console): align added sign-in method with table head content ( #1028 )
2022-06-02 17:50:52 +08:00
Xiao Yijun
f94a3f84c6
fix(console): user connector table bottom line ( #1037 )
2022-06-02 17:45:08 +08:00
Gao Sun
91e2f055f2
feat(demo-app): implementation (3/3) ( #1021 )
...
* feat(core): seed demo app for fresh DB
* feat(core): throw 404 when demo app deleted
* fix(core): import
* fix: lockfile
2022-06-02 07:32:46 +00:00
Xiao Yijun
6167e5c28d
fix(console): add mobile platform preview description ( #1032 )
2022-06-02 15:10:09 +08:00
Xiao Yijun
248e43d7c9
fix(console): remove redundant required
label ( #1030 )
2022-06-02 14:32:33 +08:00
Wang Sijie
dfc51b6af7
fix(console): wrap connector id with copytoclipboard ( #1025 )
...
* fix(console): wrap connector id with copytoclipboard
* fix: copytoclipboard padding
2022-06-02 06:26:47 +00:00
Wang Sijie
542d57426f
feat(console): connector in use status ( #1012 )
2022-06-02 06:15:12 +00:00
Xiao Yijun
a506dc5511
fix(console): display dark mode color setting only when dark mode is enabled ( #1027 )
2022-06-02 13:20:15 +08:00
renovate[bot]
d1b9f9d28a
chore(deps): update dependency lint-staged to v13 ( #1019 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-02 13:19:09 +08:00
Wang Sijie
a0d562f7f2
feat(console): audit log filters ( #1004 )
...
* feat(console): audit log table
* feat(console): audit log filters
2022-06-02 11:15:32 +08:00
simeng-li
498b3708ef
fix(ac): fix ac text input ( #1023 )
...
fix ac text input
2022-06-02 10:23:53 +08:00
Charles Zhao
fb34cdc379
fix(console): bump react sdk to 0.1.13 to resolve sign in issue
2022-06-01 23:01:48 +08:00
Wang Sijie
fdd12de1cf
feat(console): audit log table ( #1000 )
2022-06-01 16:54:24 +08:00
Wang Sijie
19380d0873
feat(console): disable existing connectors when adding ( #1018 )
2022-06-01 16:53:33 +08:00
Charles Zhao
ba13ea06e5
refactor(console): add AppBoundary in admin console
2022-06-01 16:14:15 +08:00
Wang Sijie
28e09b6994
feat(console): init dashboard ( #1006 )
2022-06-01 14:01:40 +08:00
Charles Zhao
5a09e7d6aa
feat(console): add user dropdown and sign out button
2022-05-31 19:17:33 +08:00
Xiao Yijun
826f368768
fix(console): should not append slash in cors allowed uri ( #1001 )
2022-05-31 08:10:17 +00:00
Wang Sijie
3c37739107
fix(console): connector guide ( #990 )
2022-05-31 12:59:08 +08:00
Gao Sun
7f4f4f84ad
feat(demo-app): implementation ( #982 )
...
* feat(demo-app): init card
* feat(demo-app): ui
* feat(demo-app): sign in using React SDK
* fix: typo
2022-05-31 04:39:03 +00:00
Wang Sijie
a0ff90058c
fix(console): special application name for admin console ( #997 )
...
* fix(console): special application name for admin console
* fix: cr
2022-05-31 03:49:15 +00:00
Wang Sijie
0656b6d67d
fix(console): show enabled platforms in detail tab ( #989 )
2022-05-30 19:50:26 +08:00
Wang Sijie
b61f70fe01
fix(console): reduce refresh frequency in preview ( #950 )
...
* fix(console): reduce refresh frequancy in preview
* fix: reset only when is not dirty
* fix: usePrevewConfigs
2022-05-30 16:28:39 +08:00
Wang Sijie
4768181bf7
fix(console,core): only show enabled connectors in sign in methods ( #988 )
2022-05-30 16:28:04 +08:00
Wang Sijie
eb3f0cbf5b
feat(console): connector groups table ( #962 )
2022-05-30 13:51:11 +08:00
Charles Zhao
858468037c
fix: revert "refactor(console): handle user navigates to 'callback' after authenticated"
...
This reverts commit 540812d060
.
2022-05-30 12:03:07 +08:00
Charles Zhao
540812d060
refactor(console): handle user navigates to 'callback' after authenticated
2022-05-29 22:34:08 +08:00
Gao Sun
877bbc0d2c
fix: revert "chore(deps): update parcel monorepo to v2.6.0"
2022-05-29 14:19:09 +08:00
Charles Zhao
933950cebf
fix(console): error callstack content should not overflow container
2022-05-29 00:17:13 +08:00
Charles Zhao
2cd70efaba
refactor(console): improve error handling in admin console
2022-05-28 23:46:15 +08:00