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

195 commits

Author SHA1 Message Date
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
4931923e1c
feat(console): add integration guide for vue sdk 2022-05-25 15:04:07 +08:00
Charles Zhao
9e0e388a28
refactor(console): improve delete confirm experience 2022-05-25 13:46:41 +08:00
Wang Sijie
5b44b7194e
feat(core): serve connector logo (#931) 2022-05-24 13:54:37 +08:00
Darcy Ye
054b0f7b6a
feat: remove target, platform from connector schema and add id to metadata (#930)
* feat(core,schema,connectors): remove target,platform form connector schema and add id to metadata

* feat(schema,ui,console): unwrap ConnectorMetadata in ConnectorDTO

* feat(schema,ui,console): connector id use dashline instead of underscore

* feat(connector-alipay*): fix typos

* feat(connector-alipay*): remove unnecessary type declaration
2022-05-24 11:39:44 +08:00
simeng-li
cd18a7a046
refactor(ui): use postMessage on preview (#929)
* refactor(ui): use postMessage on preview

use postMessage on preview

* fix(ui): cr fix

cr fix

* fix(ui): cr fix

cr fix

* fix(ui): cr fix

cr fix
2022-05-24 11:38:20 +08:00
Wang Sijie
57952e4ddc
refactor(console): connector platform icon (#923) 2022-05-23 17:58:46 +08:00
Wang Sijie
540bf9c055
feat(console): preview device wrapper (#896) 2022-05-20 10:58:18 +08:00
Charles Zhao
f943768195
style(console): fix header background color in sign-in experience guide 2022-05-19 23:23:51 +08:00
Wang Sijie
97e6bdd8aa
feat(console): connector logo and platform icon (#892) 2022-05-19 17:31:32 +08:00
Wang Sijie
a2cd983d97
fix(console): socialConnectors in preview data (#862)
* fix(console): socialConnectors in preview data

* fix: cr
2022-05-19 14:05:43 +08:00
Wang Sijie
65fb36ce3f
feat(core,console): connector platform tabs (#887)
* feat(core,console): connector platform tabs

* fix: cr
2022-05-19 06:05:31 +00:00
Wang Sijie
8cf72d9d6e
fix(console): back to social connectors (#889) 2022-05-19 13:59:17 +08:00
Charles Zhao
1b88de4922
refactor(console): improve dark theme styles 2022-05-18 23:55:53 +08:00
Xiao Yijun
85a407c5f6
feat: update field check rules (#854) 2022-05-18 04:12:51 +00:00
Charles Zhao
93b4966f59
Merge pull request #872 from logto-io/charles-log-2508-upgrade-react-sdk-0.1.7-in-ac
fix(console): upgrade react-sdk and integrate session expired page
2022-05-18 12:03:44 +08:00
Xiao Yijun
9f94f16be7
feat(console): user icon (#857) 2022-05-18 03:52:35 +00:00
Wang Sijie
664a2180a5
feat(console): dark logo (#860) 2022-05-18 10:25:20 +08:00
Charles Zhao
a814e2c829
fix(console): upgrade react-sdk 0.1.7 2022-05-18 10:13:31 +08:00
Wang Sijie
127664a62f
feat(core,console): social connector targets (#851)
* feat(core,console): social connector targets

* fix: add test
2022-05-17 17:09:42 +08:00
Wang Sijie
002f839e31
feat(console): add prevew in guide modal (#839) 2022-05-17 08:59:08 +00:00
simeng-li
ef19fb3d27
feat(ui): implement preview mode (#852)
* feat(ui): implement preview mode

implement preview mode

* fix(ui): remove unused dependency

remove unused dependency
2022-05-17 14:01:36 +08:00
Charles Zhao
4a7b0abbe3
Merge pull request #847 from logto-io/charles-log-2489-improve-page-error-handling
fix(console): improve swr error handling to avoid app crash
2022-05-17 10:53:44 +08:00
Wang Sijie
070a52c60a
fix(console): open new tab for setup connectors (#843) 2022-05-17 10:11:15 +08:00
Wang Sijie
808a676da6
fix(console): align usage of customizeSignInExperience (#837) 2022-05-17 10:10:54 +08:00
Xiao Yijun
373d349db7
feat(console): add app icon and api icon (#830) 2022-05-16 21:23:20 +08:00
Charles Zhao
da77a1d1b5
fix(console): improve swr error handling to avoid app crash 2022-05-16 19:57:31 +08:00
Charles Zhao
d77e34d43c
style(console): add min & max widths to center stage page contents 2022-05-16 18:52:21 +08:00
Charles Zhao
4020096319
Merge pull request #825 from logto-io/charles-log-2423-add-page-skeletons-for-tables-and-details
feat(console): add page loading skeleton to data table and detail pages
2022-05-16 13:20:18 +08:00
Charles Zhao
2a738376ea
refactor(console): adjust dark theme styles per updated UX design 2022-05-14 20:51:55 +08:00
Charles Zhao
9b8658d9c1
feat(console): add page loading skeleton to data table and detail pages 2022-05-13 21:30:00 +08:00
Charles Zhao
58dba811d8
Merge pull request #808 from logto-io/charles-log-2416-hide-get-started-page
feat(console): hide get-started page on clicking 'Hide this' button
2022-05-13 17:12:45 +08:00
Xiao Yijun
c6b44eea87
refactor(console): use-position in tooltip (#802) 2022-05-13 03:54:10 +00:00
Xiao Yijun
bc19a298f8
fix(console): typo (#810) 2022-05-13 08:52:40 +08:00
Charles Zhao
7fd42fdaa1
feat(console): hide get-started page on clicking 'Hide this' button 2022-05-13 00:43:24 +08:00
Wang Sijie
6ab54c968b
feat(console): sign in experience preview (#783) 2022-05-12 16:22:38 +08:00
Charles Zhao
2b5254369b
Merge pull request #798 from logto-io/charles-log-2383-implement-get-started-progress-indicator
feat(console): implement get-started progress indicator component
2022-05-12 16:17:55 +08:00
Darcy Ye
8e1533a702
feat(core): update connector db schema (#732)
* feat(core): update connector db schema

* feat(core): eliminate code redundancy for UTs

* feat(core): delete insertConnector on conflict logic and fix UTs

* feat(core): fix UI according to new connector type implementation

* feat(core): removed unused getConnectorByTargetAndPlatform methods

* feat(core): deprecate the function that updateConnector by giving target and platform

* feat(core): keep SSOT on combination of connector and corresponding metadata

* feat(core): rename index name in db
2022-05-12 12:17:17 +08:00
Wang Sijie
bafd09474c
feat(console): sign in exp guide (#755) 2022-05-12 04:05:10 +00:00
Charles Zhao
ed9387bdda
feat(console): implement get-started progress indicator component 2022-05-11 21:17:57 +08:00
Charles Zhao
43b2309c99
feat(console): support persisting get-started progress in settings config 2022-05-11 14:02:26 +08:00
Wang Sijie
1c7de47a93
feat(console): form field tooltip (#786) 2022-05-11 11:52:13 +08:00
Wang Sijie
b8143ff1a7
feat(console): autofocus in create modal (#785) 2022-05-10 16:42:34 +08:00
Charles Zhao
979076769a
feat(console): implement get started page 2022-05-10 12:47:35 +08:00
Charles Zhao
6bdf6cd928
refactor(console): refactor guide pages 2022-05-10 01:04:15 +08:00
Charles Zhao
1f55f779e6
refactor(console): replace monaco editor with prism highlighter 2022-05-09 22:05:15 +08:00
Wang Sijie
cd0313065c
feat(console): connector warnings in sign in methods (#710)
* feat(console): connector warnings in sign in methods

* fix: cr
2022-05-07 17:46:22 +08:00
Charles Zhao
c1b6c32d24
refactor(console): separate mdx usages from docs 2022-05-07 17:29:38 +08:00
Wang Sijie
a1ceea0685
feat(console): sign in methods change alert (#701) 2022-05-07 16:32:35 +08:00