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

871 commits

Author SHA1 Message Date
Charles Zhao
3b9cf52996
refactor(console): refactor language options and refine documentation l10n url logic 2022-08-01 14:28:53 +08:00
Charles Zhao
23d20e3654
Merge pull request #1704 from logto-io/charles-log-3845-add-nextjs-guide-in-admin-console
feat(console): add Next.js integration guide in admin console
2022-08-01 10:30:56 +08:00
Kyungyoon Kim
d1900e1854
chore(phrases): add translation ko_KR (#1677)
chore(connector): add translation ko_KR

chore(phrases): add translation ko_KR

test: add mock translation for ko_KR

Update packages/phrases-ui/src/locales/ko-kr.ts

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

Update packages/phrases-ui/src/locales/ko-kr.ts

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

chore(phrases): update translation ko_KR

chore(phrases): edit translation ko_KR, make more friendly

chore(phrases): fix typo

chore(phrases): make translation smooth ko_KR

chore(phrases): edit translation ko_KR

chore(console): add translation ko_KR

chore(phrases): add korean language for login ui
2022-07-30 14:48:50 +00:00
Ufuk ARSLAN
411a8c2fa2
feat(phrases): tr language (#1707)
* feat(phrases): tr language added except admin

* feat(phrases): tr language added for admin and connectors

* refactor(phrases): tr language fix
2022-07-30 21:48:45 +08:00
Kyungyoon Kim
405791f991
feat(console): checked if sign in method is primary (#1706) 2022-07-30 13:38:10 +00:00
Charles Zhao
7d3f94738f
feat(console): add Next.js integration guide in admin console 2022-07-29 23:36:02 +08:00
Charles Zhao
301cc6c510
fix(console): app error illustration height should not be shrunk 2022-07-28 17:52:35 +08:00
Charles Zhao
d5c1a29097
refactor: split mainflow ui language options from admin console 2022-07-27 15:55:15 +08:00
Xiao Yijun
61b65a7288
fix(console): should not display unsaved changes alert on connector config updated (#1685) 2022-07-27 10:33:46 +08:00
silverhand-bot
c2050b7ccc
release: v1.0.0-beta.2 2022-07-25 17:03:50 +00:00
Charles Zhao
038bba45e1
fix(console): connector can be dragged upwards to reorder 2022-07-25 21:28:34 +08:00
Darcy Ye
26d300c65c
refactor(console): refactor the logic of getting connector name in preferred language (#1666) 2022-07-25 18:15:59 +08:00
Charles Zhao
55a6c4248c
Merge pull request #1645 from logto-io/charles-remove-useless-horizontal-scrollbar-from-code-editor
fix(console): remove annoying horizontal scrollbar from code editor
2022-07-23 11:22:31 +08:00
Charles Zhao
7dba908849
fix(console): remove annoying horizontal scrollbar from code editor 2022-07-22 15:33:29 +08:00
Charles Zhao
3cba12dd09
Merge pull request #1651 from logto-io/charles-log-3555-refactor-hasunsavedchanges-logic-in-connector-content
refactor(console): improve hasUnsavedChanges by leveraging form isDiry state
2022-07-22 12:34:38 +08:00
Charles Zhao
331b056f55
refactor(console): improve hasUnsavedChanges by leveraging form isDirty state 2022-07-22 09:58:24 +08:00
Charles Zhao
ae34194ce1
refactor(console): refactor connector guide to avoid nested forms 2022-07-22 00:53:21 +08:00
renovate[bot]
2194322b7e
chore(deps): update dependency react-router-dom to v6.3.0 2022-07-20 15:00:48 +00:00
Charles Zhao
161508832c
Merge pull request #1610 from logto-io/charles-log-3722-use-raw-string-in-language-switcher
refactor(console): use non-i18n raw string in language select box
2022-07-20 18:29:27 +08:00
Charles Zhao
1592cd0b0b
refactor(console): use non-i18n raw string in language select box 2022-07-20 18:21:41 +08:00
Charles Zhao
ec674ecd77
fix(console): should parse to json before using zod safeParse 2022-07-20 18:07:54 +08:00
Charles Zhao
edfdb3d583
refactor: remove "as" 2022-07-19 23:02:34 +08:00
3lang
b89d229504
docs: correct react sdk turorial content (#1597) 2022-07-19 19:33:00 +08:00
Charles Zhao
56ded3e0a9
fix(console): code editor content should be editable on firefox 2022-07-19 11:52:35 +08:00
silverhand-bot
3af4f547ed
release: v1.0.0-beta.1 2022-07-19 01:05:03 +00:00
Charles Zhao
78fcb038ed
fix(console): docs link doesn't work for en-US locale (#1594) 2022-07-19 00:55:32 +00:00
Xiao Yijun
951c6fa9a5
feat(console): update dashboard chart y-axis tick format (#1590) 2022-07-18 20:18:01 +08:00
Charles Zhao
26f47d873d
fix(console): language select box initial value should not be empty 2022-07-15 23:52:37 +08:00
Gao Sun
e7c5e63304
refactor: remove import react (#1558) 2022-07-15 10:01:42 +00:00
Charles Zhao
1615e36f37
fix(console): navigate to new connector details page after switching connector 2022-07-15 17:37:56 +08:00
Xiao Yijun
6ae5e7d927
feat(console): add a declaration file for react-i18next (#1556) 2022-07-15 17:03:07 +08:00
Charles Zhao
23ff0bf21d
fix(console): external links in readme should be opened in new tab 2022-07-15 15:45:11 +08:00
Charles Zhao
028b5fecf0
chore: upgrade eslint rule to allow 'noreferrer' in react app 2022-07-15 15:12:02 +08:00
silverhand-bot
af5e3b416e
release: v1.0.0-beta.0 2022-07-14 16:40:44 +00:00
Charles Zhao
020f294067
fix(console): redirect uri field label should display properly in guide (#1549)
Co-authored-by: Gao Sun <gao@silverhand.io>
2022-07-14 16:28:16 +00:00
Gao Sun
8cd59a5c4d
refactor(console): fix contact us ux (#1547) 2022-07-14 21:21:52 +08:00
Gao Sun
cba8da41fd
refactor(console): update generated password length to 8 (#1545) 2022-07-14 21:21:06 +08:00
Gao Sun
b8011a377a
refactor(console): center tooltip for test message (#1546) 2022-07-14 13:01:48 +00:00
Charles Zhao
1b056f125d
fix(console): markdown toc links that contain special characters should work (#1543) 2022-07-14 17:45:19 +08:00
Charles Zhao
bba2414104
refactor(console): connector config should be required 2022-07-14 01:13:26 +08:00
Gao Sun
23a1fe3aff
refactor: upgrade configs (#1537)
* refactor: upgrade configs

* fix(schemas): remove eslintignore
2022-07-13 16:39:30 +00:00
renovate[bot]
8460f4ae16
chore(deps): update dependency @silverhand/ts-config-react to ^0.15.0 (#1529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-13 03:40:57 +00:00
renovate[bot]
1cddf81a78
chore(deps): update dependency @silverhand/ts-config to ^0.15.0 (#1528)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-13 11:29:10 +08:00
IceHe.xyz
434e97d5cf
chore: bump eslint-config and eslint-config-react 0.15.0 (#1521)
* chore: bump eslint-config 0.15.0

* chore: bump eslint-config-react 0.15.0

* style: no explicit any
2022-07-12 23:00:05 +08:00
Xiao Yijun
acefafed72
refactor: rename DTO -> Dto (#1522) 2022-07-12 18:35:51 +08:00
Charles Zhao
074d455370
Merge pull request #1512 from logto-io/charles-log-3570-fix-google-connector-user-avatar
fix(console): should display user avatar through google connector
2022-07-12 17:40:19 +08:00
Charles Zhao
e2f52635c0
fix(console): should display user avatar through google connector 2022-07-12 17:34:17 +08:00
Xiao Yijun
459af3823c
fix(console): should not display unsaved alert on item deleted (#1507) 2022-07-12 17:11:58 +08:00
Gao Sun
f387652bfd
fix(console): tooltip style (#1517) 2022-07-12 16:56:29 +08:00
IceHe.xyz
b4c202275b
docs(console): improve code sample in vue tutorial (#1519) 2022-07-12 15:42:33 +08:00
Xiao Yijun
d22d5ea914
refactor(console): replace I18nKey with AdminConsoleKey (#1509) 2022-07-11 17:28:51 +08:00
Xiao Yijun
5dcdc62f73
fix(console): should not display unsaved alert on settings updated (#1508) 2022-07-11 16:30:35 +08:00
silverhand-bot
ca8ec4862a
release: v1.0.0-alpha.4 2022-07-08 16:49:39 +00:00
Charles Zhao
b18146408a
style(console): improve connector readme styles in drawer 2022-07-09 00:28:11 +08:00
Gao Sun
bdbeee0db5
fix(console): specify toast type (#1499) 2022-07-08 23:45:36 +08:00
Gao Sun
61a6b1ab4f
fix(console): do not show unsaved alert after delete connector (#1496) 2022-07-08 23:17:15 +08:00
Gao Sun
7d48d12b06
refactor(console): update sie preview tab (#1497)
* refactor(console): update sie preview tab

* fix(console): update default tab
2022-07-08 15:09:35 +00:00
Darcy Ye
82ed2fe169
chore: remove TODOs with linear issues (#1495)
* chore: remove TODOs with linear issues

* chore: remove simeng TODOs

* chore: remove simeng TODOs
2022-07-08 14:47:55 +00:00
simeng-li
30314cc628
style(console): adjust welcome page style (#1493)
* style(console): adjust welcome page style

adjust welcome page style

* style(console): img update

img update

* style(console): address cr

address cr
2022-07-08 14:10:12 +00:00
Charles Zhao
e838b6b4b6
refactor(console): post sign-out redirect uri should be optional field 2022-07-08 22:02:01 +08:00
Charles Zhao
6a965226c8
Merge pull request #1470 from logto-io/sijie-log-3528-hide-universal-tab
fix(console): hide single platform universal connector tab
2022-07-08 21:35:56 +08:00
Wang Sijie
da882cee85
fix(console): mutate after connector delete (#1475) 2022-07-08 21:04:23 +08:00
Charles Zhao
8b0c6feec5
refactor(console): improve error message in insecure contexts 2022-07-08 20:14:52 +08:00
Charles Zhao
bc0a613b2a
Merge pull request #1491 from logto-io/charles-log-3549-improve-error-handling-in-connector
fix(console): improve error handling in connector details and sender tester
2022-07-08 19:49:13 +08:00
Charles Zhao
d9ce4a0154
fix(console): improve error handling in connector details and sender tester 2022-07-08 19:36:06 +08:00
Gao Sun
a861f9fdff
refactor(console): stick sie tutorial topbar (#1490) 2022-07-08 18:55:32 +08:00
Charles Zhao
2cdbf37745
fix(console): add unsaved changes warning in settings page 2022-07-08 18:01:50 +08:00
Charles Zhao
b8aea3b407
Merge pull request #1486 from logto-io/charles-log-3543-provide-fallback-value-for-language-selection-in-settings
fix(console): provide fallback value for language field in settings
2022-07-08 17:56:20 +08:00
Gao Sun
f2195dd8f3
fix(console): set language in request header (#1485) 2022-07-08 09:33:02 +00:00
Charles Zhao
5ad5eb2ad9
fix(console): provide fallback value for language field in settings 2022-07-08 17:32:11 +08:00
Charles Zhao
800f04744d
fix(console): docs link in get-started should be localized (#1482)
* fix(console): docs link in get-started should be localized

* fix: further reading link

Co-authored-by: Gao Sun <gao@silverhand.io>

Co-authored-by: Gao Sun <gao@silverhand.io>
2022-07-08 09:23:34 +00:00
Charles Zhao
b1a99c9029
Merge pull request #1480 from logto-io/charles-log-3541-hide-demo-app-from-topbar-if-deleted
fix(console): hide demo-app from topbar get-started progress if it is deleted
2022-07-08 17:02:53 +08:00
Xiao Yijun
8e85a115ec
feat(console): add placeholder for connector sender test (#1476) 2022-07-08 16:56:55 +08:00
Gao Sun
81b63f07bb
feat: expose zod error (#1474) 2022-07-08 16:05:43 +08:00
Wang Sijie
bb790ce4d1
fix(console): remove session doc link (#1479) 2022-07-08 07:39:20 +00:00
Charles Zhao
b0bdd9027b
fix(console): hide demo-app from topbar get-started progress if it is deleted 2022-07-08 15:36:59 +08:00
Xiao Yijun
d3094005f1
fix(console): hide the add connectors hint when no connectors found on sign-in-experience page (#1473) 2022-07-08 05:54:12 +00:00
Xiao Yijun
130817f101
fix(console): connector placeholder icon should not have background color (#1472) 2022-07-08 13:49:22 +08:00
Xiao Yijun
8009d9bd57
fix(console): connector guide should not have sub title (#1471) 2022-07-08 11:57:18 +08:00
Charles Zhao
e7dada812f
Merge pull request #1459 from logto-io/charles-log-3476-fix-ac-language-detection
fix(console): admin console language detection
2022-07-08 11:40:54 +08:00
wangsijie
3d944a518b
fix(console): hide single platform universal connector tab 2022-07-08 11:13:23 +08:00
Xiao Yijun
481b6a0558
fix(console): pagination color should be color-text-link (#1466) 2022-07-08 01:19:52 +08:00
silverhand-bot
c7def1124d
release: v1.0.0-alpha.3 2022-07-07 16:40:33 +00:00
Gao Sun
971ea5e867
refactor(console): add tooltips (#1457) 2022-07-07 16:24:07 +00:00
Charles Zhao
93294aed95
Merge pull request #1461 from logto-io/charles-log-3534-log-3535-fix-vanilla-js-guide
fix(console): vanilla sdk integration guide
2022-07-08 00:00:58 +08:00
Gao Sun
71b07f468f
refactor(console): link to localized docs website (#1463) 2022-07-07 15:50:56 +00:00
Charles Zhao
58fe92e914
fix(console): vanilla sdk integration guide 2022-07-07 23:21:18 +08:00
Charles Zhao
a8f18e53a2
fix(console): admin console language detection 2022-07-07 22:43:26 +08:00
Charles Zhao
a0936f3b03
Merge pull request #1456 from logto-io/charles-log-3476-fix-admin-console-default-languge-detection
fix(console): language auto detection
2022-07-07 21:43:01 +08:00
Wang Sijie
b1532547e5
style(console): sdk selector font (#1450) 2022-07-07 20:42:13 +08:00
Wang Sijie
a562a72e17
style(console): remove plain button padding (#1451) 2022-07-07 20:42:03 +08:00
Wang Sijie
33106aac93
fix(console): mutate data after sie welcome done (#1447) 2022-07-07 20:41:55 +08:00
Wang Sijie
d293de0d03
fix(console): set user select to none for link button (#1446) 2022-07-07 20:41:47 +08:00
Charles Zhao
7c880fc3e6
fix(console): language auto detection 2022-07-07 19:34:33 +08:00
Charles Zhao
3fdf47248b
refactor(console): sync input URI values in code samples in guide 2022-07-07 19:23:02 +08:00
Gao Sun
d75dc24e33
refactor(console): update iOS tutorial (#1452) 2022-07-07 17:48:02 +08:00
Xiao Yijun
340c641f4e
feat(console): open docs on documentation tab clicked (#1444) 2022-07-07 08:26:18 +00:00
Wang Sijie
741347f226
refactor(console,schemas,shared): extract dark mode color generator (#1425) 2022-07-07 05:59:27 +00:00
silverhand-bot
577433ae2d
release: v1.0.0-alpha.2 2022-07-07 04:54:25 +00:00
Wang Sijie
2fa0c2164b
style(console): connector name font (#1437) 2022-07-07 03:09:49 +00:00
simeng-li
5b121d7855
fix(ui): set ui specific i18n storage key (#1441)
* chore(ui): set ui i18n storage key

set ui i18n storage key

* fix(ui): update name

update name

* chore(console): add ac i18n storage key

add ac i18n storage key

* fix(ui,console): update key name

update key name

* fix(ui,console): fix typo

fix typo
2022-07-07 11:08:07 +08:00
Wang Sijie
f8a9743b2e
fix(console): use icon button in copytoclipboard (#1440) 2022-07-07 11:04:19 +08:00
Wang Sijie
d4a37d7a38
style(console): sign out dropdown (#1439) 2022-07-07 11:04:12 +08:00
Wang Sijie
ec82507ca1
fix(console): chagne user added modal button to done (#1438) 2022-07-07 11:04:03 +08:00
Wang Sijie
b26fb0c0c3
fix(console): dashboard chart yaxios width (#1435) 2022-07-07 11:03:36 +08:00
Xiao Yijun
14b27b6d0d
feat(console): user settings unsaved changes alert (#1411) 2022-07-06 22:31:18 +08:00
Xiao Yijun
78407fc6c9
feat(console): add unsaved changes alert for connector config (#1414) 2022-07-06 16:39:41 +08:00
Wang Sijie
f6be19e1e3
fix(console): fix typo for variant (#1423) 2022-07-06 13:16:44 +08:00
Wang Sijie
1b968973f3
style(console): plain button (#1424) 2022-07-06 13:13:54 +08:00
Gao Sun
1fd706dc47
refactor(phrases): update content (#1434) 2022-07-06 13:11:40 +08:00
Xiao Yijun
f97c55c574
refactor(console): remove redundant reset logic on sign-in experience tabs (#1432) 2022-07-06 03:48:58 +00:00
silverhand-bot
fcd70d1232
release: v1.0.0-alpha.1 2022-07-05 12:34:34 +00:00
Xiao Yijun
be004fa4da
fix(console): leave page button should be primary on unsaved changes alert modal (#1421) 2022-07-05 18:26:39 +08:00
Wang Sijie
1d5f69db12
fix(console): dashbaord chart grid color (#1417) 2022-07-05 18:01:58 +08:00
Charles Zhao
a98fb94e5c
refactor: by default allow redirect URIs for CORS access (#1420)
* refactor: by default allow redirect URIs for CORS access

* refactor: improve wording

Co-authored-by: IceHe.xyz <icehe@silverhand.io>

Co-authored-by: IceHe.xyz <icehe@silverhand.io>
2022-07-05 17:36:43 +08:00
Xiao Yijun
098367e1a3
feat(console): unsaved changes alert (#1409) 2022-07-05 17:09:00 +08:00
silverhand-bot
6a83732185
release: v1.0.0-alpha.0 2022-07-04 14:58:52 +00:00
Gao Sun
52fee4c422
fix(console): save sie when secondary method is disabled (#1410) 2022-07-04 22:53:27 +08:00
simeng-li
acd1568c49
style(ui): ui & console style update (#1405)
* style(ui): ui style fix

ui style fix

* style(console): update welcome page style

update welcome page style
2022-07-04 18:57:39 +08:00
Charles Zhao
d08eda153d
Merge pull request #1401 from logto-io/charles-log-3415-add-support-to-toc-internal-link
refactor(console): add support to toc internal link in connector README
2022-07-04 16:33:44 +08:00
Gao Sun
5c685d9412
refactor: sign-in content (#1398)
* refactor: sign-in content

* fix: update phrase key
2022-07-04 16:26:39 +08:00
Charles Zhao
7441d3359e
refactor(console): add support to toc internal link in connector README 2022-07-04 16:09:47 +08:00
Gao Sun
49498f457f
refactor: update demo app id (#1399) 2022-07-04 14:09:33 +08:00
Xiao Yijun
06f190b2c4
feat(console): update task complete icon (#1395) 2022-07-04 04:36:03 +00:00
Xiao Yijun
de8f476b37
fix(console): hide reset description on dark-mode primary color matched (#1394) 2022-07-04 11:44:27 +08:00
Xiao Yijun
a837d793d0
fix(console): remove userinfo endpoint on application details page (#1391) 2022-07-04 10:43:26 +08:00
Charles Zhao
c2a54d8305
chore: update i18n keys (#1390)
* chore: update i18n keys

* fix: fixup

* chore: update "check guide" Chinese translation

Co-authored-by: Gao Sun <gao@silverhand.io>

Co-authored-by: Gao Sun <gao@silverhand.io>
2022-07-03 17:07:41 +00:00
Gao Sun
8a36340248
refactor(console): remove add user subtitle (#1388) 2022-07-03 23:19:30 +08:00
Gao Sun
10461c48b4
refactor(console): swap sms and email connector (#1387) 2022-07-03 15:08:38 +00:00
Wang Sijie
6e3c461a88
fix(console): disable secondary should remove sign in methods (#1384) 2022-07-03 22:46:15 +08:00
Wang Sijie
f01390a7b2
fix(console): use png for calendar icon (#1385) 2022-07-03 22:46:02 +08:00
silverhand-bot
2caed68c88
release: v0.1.2-alpha.5 2022-07-03 09:04:51 +00:00
silverhand-bot
2faf429e5b
release: v0.1.2-alpha.4 2022-07-03 08:33:26 +00:00
simeng-li
f4e0a4c7d7
style(ac): refactor ac welcome page style (#1373)
* style(ac): refactor ac welcome page style

refacrot ac welcome page style

* style(ac): branding button update

branding button update

* style(ac): update style

update style
2022-07-03 15:32:54 +08:00
silverhand-bot
e588ba204a
release: v0.1.2-alpha.3 2022-07-03 06:54:10 +00:00
Gao Sun
6d5182fcb2
refactor(console): update branding area (#1374) 2022-07-03 05:18:15 +00:00
Charles Zhao
fab9cb4a40
Merge pull request #1360 from logto-io/charles-log-3306-add-traditional-web-guide
feat(console): add traditional web guide - express js demo
2022-07-02 17:29:35 +08:00
Charles Zhao
60c9ceb085
feat(console): add traditional web guide - express js demo 2022-07-02 17:24:34 +08:00
silverhand-bot
2fa633a99b
release: v0.1.2-alpha.2 2022-07-02 09:11:16 +00:00
Charles Zhao
76921f58b7
feat(console): add loading skeleton to sign in experience page 2022-07-02 15:02:04 +08:00
silverhand-bot
e234f64cec
release: v0.1.2-alpha.1 2022-07-02 04:24:46 +00:00
silverhand-bot
9396808fa4
release: v0.1.2-alpha.0 2022-07-02 02:29:37 +00:00
Charles Zhao
a3f42413e9
refactor: get-started task corresponding keys in DB 2022-07-02 09:53:11 +08:00
silverhand-bot
39890c1c29
release: v0.1.1-alpha.0 2022-07-01 19:18:23 +00:00
Charles Zhao
d9e83acbae
style(console): improve styles in guides 2022-07-02 01:36:54 +08:00
Gao Sun
8d664effc5
refactor(console): optimize placeholder (#1353) 2022-07-01 21:12:11 +08:00
Wang Sijie
b18388ce57
fix(console): fix connector platform label i18n (#1347) 2022-07-01 18:59:21 +08:00
Wang Sijie
f6bf53bd8e
fix(console): fix dark mode char tooltip background (#1345) 2022-07-01 18:59:12 +08:00
Wang Sijie
f1a7cb3afb
fix(console): change account modal margin (#1344) 2022-07-01 18:58:46 +08:00
Wang Sijie
a1726d58b5
fix(console): set preview desktop background color (#1292) 2022-07-01 18:56:41 +08:00
Gao Sun
d456f5c9a2
ci: publish workflow (#1342) 2022-07-01 18:47:14 +08:00
Xiao Yijun
496b17b527
feat(console): hard code admin display name with username (#1348) 2022-07-01 18:46:57 +08:00
Charles Zhao
3d4b88f907
Merge pull request #1333 from logto-io/charles-log-3216-improve-the-details-summary-styles
feat(console): add details summary component in guides
2022-07-01 15:30:45 +08:00
Xiao Yijun
b3774cd43a
feat(console): display topbar shadow while scrolling (#1340) 2022-07-01 07:27:11 +00:00
Xiao Yijun
67a87bb651
fix(console): get-started progress style (#1343) 2022-07-01 07:19:01 +00:00
Wang Sijie
628ac46a89
fix(console): reset password label (#1300) 2022-07-01 14:41:45 +08:00
Xiao Yijun
d73663af27
fix(console): details page should not be shrinked (#1338) 2022-07-01 14:39:38 +08:00
Wang Sijie
f2323484c9
style(console): move done button to right in sie guide (#1325) 2022-07-01 05:14:18 +00:00
Xiao Yijun
2f3c9ae4fd
fix(console): checkbox style (#1327) 2022-07-01 13:08:17 +08:00
Charles Zhao
693c4f0422
feat(console): add details summary component in guides 2022-07-01 11:48:32 +08:00
Charles Zhao
488f2cda86
chore: update favicon for console, demo-app and main-flow 2022-07-01 11:04:53 +08:00
Charles Zhao
ed0aee2df2
chore(console): polish zh-CN SDK tutorial titles 2022-06-30 20:10:24 +08:00
Charles Zhao
cb6b656d51
Merge pull request #1330 from logto-io/charles-log-3331-improve-get-the-sample-project-feature
refactor(console): improve get sample project feature in sdk integration guide
2022-06-30 19:40:15 +08:00
Charles Zhao
2c97ce0e0b
Merge pull request #1324 from logto-io/charles-log-3304-update-android-guide
refactor(console): update android sdk integration guide
2022-06-30 19:33:41 +08:00
Xiao Yijun
323895a2dc
fix(console): add hover state to hide guide button (#1328) 2022-06-30 19:28:52 +08:00
Charles Zhao
733a2de11c
refactor(console): improve get sample project feature in sdk integration guide 2022-06-30 19:26:50 +08:00
Charles Zhao
dc069f435c
Merge pull request #1326 from logto-io/charles-log-3305-update-vue-guide
refactor(console): update vue sdk integration guide
2022-06-30 19:22:31 +08:00
Xiao Yijun
953e7c6977
fix(console): use box shadow on radio group item hovered (#1321) 2022-06-30 18:24:38 +08:00
Charles Zhao
ba2d3e51c8
refactor(console): update vue sdk integration guide 2022-06-30 17:16:16 +08:00
Charles Zhao
476ccf9e08
Merge pull request #1320 from logto-io/charles-log-3303-update-ios-guide
refactor(console): update iOS guide
2022-06-30 16:30:41 +08:00
Charles Zhao
3587b20021
refactor(console): update android sdk integration guide 2022-06-30 16:29:43 +08:00
Charles Zhao
243f4cadb1
refactor(console): update iOS guide 2022-06-30 15:57:44 +08:00
Xiao Yijun
05399b5e59
fix(console): connector guide setup content should scroll in the whole container (#1314) 2022-06-30 15:37:30 +08:00
Xiao Yijun
99cd56f963
fix(console): sdk selector content in the guide should be left-aligned (#1316) 2022-06-30 15:37:13 +08:00
Xiao Yijun
0e93792fe9
fix(console): button space on the guide header (#1317) 2022-06-30 15:36:01 +08:00
Xiao Yijun
40c8d0eeed
fix(console): remove the close button from toast (#1318) 2022-06-30 14:10:56 +08:00
Gao Sun
4fefdc8497
refactor(demo-app): use login as prompt (#1315) 2022-06-30 04:47:06 +00:00
Charles Zhao
efe5d04ad7
Merge pull request #1303 from logto-io/charles-log-3288-fix-adding-social-connector-not-completing-get-started-task
fix(console): adding social connector should complete corresponding get-started task
2022-06-30 11:30:02 +08:00
Xiao Yijun
6d5a4f8aeb
fix(console): page content should not jump on scrollbar present (#1306) 2022-06-30 10:56:45 +08:00
Gao Sun
3c7c29dd0c
refactor(core): disable userinfo endpoint (#1310)
* refactor(core): disable userinfo endpoint

* chore: upgrade @logto/react

* refactor(core): update doc link
2022-06-30 02:29:29 +00:00
Wang Sijie
7d47433cca
fix(console): connector sender test loading state (#1290) 2022-06-30 09:53:51 +08:00
Charles Zhao
427adc892a
refactor(console): add vanilla js integration guide (#1309) 2022-06-29 23:56:08 +08:00
Charles Zhao
0568b914a8
Merge pull request #1299 from logto-io/charles-bump-react-sdk-0.1.17
refactor: bump react sdk 0.1.17 and remove fetchUserInfo call
2022-06-29 20:22:44 +08:00
Charles Zhao
f7c574c8d0
refactor(console): react sdk integration guide 2022-06-29 18:36:35 +08:00
Xiao Yijun
9e67e59ff5
fix(console): remove text input error state from delete form (#1302) 2022-06-29 17:08:30 +08:00
Charles Zhao
8797c2d9d5
fix(console): adding social connector should complete corresponding get-started task 2022-06-29 16:31:26 +08:00
Wang Sijie
f72b21d160
feat(console,ui): generate dark mode color in console (#1231)
* feat(console,ui): generate dark mode color in console

* fix: cr fix

Co-authored-by: Gao Sun <gao@silverhand.io>

Co-authored-by: Gao Sun <gao@silverhand.io>
2022-06-29 07:56:05 +00:00
Wang Sijie
f5cc72fcbe
style(console): sie guide max width (#1291)
* style(console): sie guide max width

* refactor: use mixin
2022-06-29 07:11:11 +00:00
Wang Sijie
9b19b0e970
fix(console): hide user column (#1296) 2022-06-29 15:05:26 +08:00
Charles Zhao
a6a6cef15d
refactor: bump react sdk 0.1.17 and remove fetchUserInfo call 2022-06-29 14:55:56 +08:00
Charles Zhao
785f1c622b
Merge pull request #1294 from logto-io/charles-log-3283-update-get-started-passwordless-button-text
fix(console): update get-started enable passwordless button text to "Enable"
2022-06-29 13:59:26 +08:00
Charles Zhao
9963360e21
Merge pull request #1289 from logto-io/charles-log-3057-update-skeleton-base-color
style(console): update loading skeleton base color to layer-2
2022-06-29 13:32:54 +08:00
Charles Zhao
f7d2e4cbd4
fix(console): update get-started enable passwordless button text to "Enable" 2022-06-29 12:52:18 +08:00
Charles Zhao
0cfe3873ea
Merge pull request #1288 from logto-io/charles-log-3185-log-3186-guide-last-step-should-be-primary
fix(console): last button in guide should be primary
2022-06-29 11:24:43 +08:00
Charles Zhao
df96e344c7
Merge pull request #1287 from logto-io/charles-log-3218-improve-link-and-bullet-styles
style(console): improve link and bullet styles in guide and readme
2022-06-29 11:22:29 +08:00
Wang Sijie
c26ca08fb1
feat(console): add placeholders (#1277) 2022-06-29 03:20:56 +00:00
Wang Sijie
8dedd9dae1
fix(console): sie guide skip (#1271) 2022-06-29 03:16:30 +00:00
Wang Sijie
a4d0a940bd
feat(core,console): change admin user password (#1268) 2022-06-29 03:13:26 +00:00
Charles Zhao
ac14c5c4a0
style(console): update loading skeleton base color to layer-2 2022-06-29 11:09:29 +08:00
Charles Zhao
2036570714
fix(console): last button in guide should be primary type 2022-06-29 10:47:02 +08:00