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

373 commits

Author SHA1 Message Date
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
renovate[bot]
00b74d5e90
chore(deps): update parcel monorepo to v2.6.0 (#971)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-27 22:02:11 +08:00
Charles Zhao
8a07e939a3
Merge pull request #960 from logto-io/charles-log-2197-update-error-boundary-styles
refactor(console): update error boundary styles per latest design
2022-05-27 17:51:13 +08:00
Gao Sun
7400ed8896
feat(connector): apple (#966)
* feat(connector): apple

* feat(connector): apple

* fix(connector): test

* refactor(connector): per review

* refactor(connector): update issue number

Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
2022-05-27 15:43:42 +08:00
Wang Sijie
7bb864e0b7
Merge pull request #959 from logto-io/sijie-log-1995-connector-toop
feat(console): connector detail top card
2022-05-26 17:24:48 +08:00
Wang Sijie
49b7908fb8
fix(console): preview mobile device color (#958) 2022-05-26 17:24:28 +08:00
Wang Sijie
5fc2c991a4
fix(console): add border and shadow to preview (#957) 2022-05-26 17:24:05 +08:00
wangsijie
5288d6d6f4
feat(console): connector detail top card 2022-05-26 15:43:56 +08:00
Charles Zhao
b68e6a6235
refactor(console): update error boundary styles per latest design 2022-05-26 15:36:49 +08:00
Xiao Yijun
f01d113445
feat(console): update connector icons (#935) 2022-05-26 13:07:52 +08:00
Wang Sijie
fa14589440
fix(console): adjust preview size (#951) 2022-05-26 10:03:51 +08:00
Wang Sijie
d8c8c041b9
fix(console): hide split line when username is empty (#949) 2022-05-25 16:35:49 +08:00
Charles Zhao
281d6693d4
Merge pull request #946 from logto-io/charles-log-2686-improve-delete-confirm-experience
refactor(console): improve delete confirm experience by auto focusing input
2022-05-25 16:24:46 +08:00
Charles Zhao
147b27c165
refactor(console): refactor integration guide to support native SDKs 2022-05-25 15:52:52 +08:00
Charles Zhao
423b1a98b8
feat(console): add integration guide for vue sdk 2022-05-25 15:52:51 +08:00
Charles Zhao
9fb30871f1
Merge pull request #937 from logto-io/charles-log-2590-add-ac-integration-guide-for-vue-sdk
feat(console): add integration guide for vue sdk
2022-05-25 15:49:44 +08:00