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

605 commits

Author SHA1 Message Date
Darcy Ye
09703896f3
fix(core): fix default enable value of new connectors (#500) 2022-04-06 15:34:18 +08:00
simeng-li
6f85098853
refactor(ui): update react rout version (#492)
update react route version
2022-04-06 15:01:12 +08:00
Charles Zhao
8b2f873041
Merge pull request #496 from logto-io/charles-log-2098-fix-page-scroll-not-work-on-monaco-editor
fix(console): page scroll should work when scrolling on monaco editor
2022-04-06 14:44:47 +08:00
Wang Sijie
766156fb6b
feat(console): store filters in url search params (#493) 2022-04-06 14:08:11 +08:00
Gao Sun
4a904f2953
ci: upload eslint annotations (#490)
* ci: upload eslint annotations

* ci: update `upload-annotations.yml`
2022-04-06 06:06:34 +00:00
IceHe.xyz
71465ca999
feat(schemas,core,phrases)!: add type to connector schema and sync to DB (#491)
* feat(schemas,core,phrases)!: add type in connector schema and sync to DB

* chore(core): fix code about connector type
2022-04-06 12:11:06 +08:00
Charles Zhao
442e6935ad
fix(console): page scroll should work when scrolling on monaco editor 2022-04-06 11:55:41 +08:00
simeng-li
b098dd5f59
feat(ui): implement passcode page (#487)
* feat(ui): update pages

update page routing and render logics

* chore(ui): component renaming

component renaming

* feat(ui): implement passcode page

implement passcode page

* chore(ui): component renaming

component renaming
2022-04-02 13:07:39 +08:00
Charles Zhao
5a0c91dbba
Merge pull request #482 from logto-io/charles-log-1682-support-code-editor-in-get-started-steps
feat(console): support code editor in get-started steps
2022-04-02 12:59:18 +08:00
Charles Zhao
e4d2641bd0
feat(console): support code editor in get-started steps 2022-04-02 12:55:22 +08:00
Charles Zhao
08dd968127
Merge pull request #481 from logto-io/charles-log-2000-refactor-get-started-guide
refactor(console): promote and re-use get-started component in both applications and connectors
2022-04-02 12:37:43 +08:00
Charles Zhao
8aaf3c0051
refactor(console): promote and re-use get-started component 2022-04-02 12:34:24 +08:00
simeng-li
04d00fc11f
feat(ui): update pages (#479)
* feat(ui): update pages

update page routing and render logics

* chore(ui): component renaming

component renaming
2022-04-02 11:35:33 +08:00
IceHe.xyz
812841494a
feat(core): update social sign-in connector IDs only when social sign-in is enabled (#488) 2022-04-02 11:34:55 +08:00
IceHe.xyz
58d03ae715
feat(core,phrases): validate social sign-in method with social connector IDs (#485) 2022-04-01 17:57:29 +08:00
Xiao Yijun
44eb14fd6b
fix(console): input outline should be red in the error state on focused (#484) 2022-04-01 17:27:41 +08:00
Wang Sijie
3ac019c4b7
fix(console): add textField class to application details formfields (#489) 2022-04-01 17:23:50 +08:00
IceHe.xyz
efdb24833e
feat(core,phrases): validate sign-in methods with enabled connectors (#480) 2022-04-01 16:32:45 +08:00
Wang Sijie
039f3d0cbb
fix(console): adjust styles on table (#476) 2022-04-01 16:17:54 +08:00
Wang Sijie
36cfdf4b16
feat(console): sticky footer in details page (#486) 2022-04-01 16:13:43 +08:00
IceHe.xyz
bf94ee2d10
feat(core,phrases): validate there must be one and only one primary sign-in method (#475) 2022-04-01 13:52:01 +08:00
Xiao Yijun
b416ee877e
feat(console): multi-text-input (#472) 2022-04-01 13:45:57 +08:00
IceHe.xyz
2356c2ae2e
feat(core): validate sign-in experience branding and terms of use (#477) 2022-04-01 13:40:32 +08:00
Wang Sijie
c9a8855c0d
Merge pull request #468 from logto-io/sijie--log-1975-table-scroll
feat(console): table scroll
2022-04-01 13:40:09 +08:00
Darcy Ye
2a153c2b6d
feat(core): add wechat-native connector (#470)
* feat(core): add wechat-native connector

* feat(core): add wechat native getAuthorizationUri UT
2022-03-31 18:03:51 +08:00
Darcy Ye
004fe65d5a
feat(core): validate connector config before enabling (#478)
* feat(core): validate connector config before enabling

* feat(core): remove code redundancy
2022-03-31 18:02:35 +08:00
Charles Zhao
4c18734530
Merge pull request #474 from logto-io/charles-bump-configs-version
chore: bump version of configs
2022-03-31 15:22:33 +08:00
Charles Zhao
48bd57c94e
chore: bump version of configs 2022-03-31 15:18:34 +08:00
wangsijie
7feafe8d21
feat(console): table scroll 2022-03-31 14:49:40 +08:00
IceHe.xyz
cd63388ab1
feat(schemas): zod type guards of sign-in experience jsonb fields (#473)
* feat(schemas): guard branding logo url and terms-of-use content url

* feat(schemas): guard branding logo url non-optional

* feat(schemas): guard branding colors and slogan nonempty

* chore(core,schemas): upgrade zod dependency version from 3.8.1 to 3.14.3

* feat(schemas): jsonb types guard hex color values

* feat(core): hex color regex
2022-03-31 14:19:12 +08:00
simeng-li
6a61ea29f5
feat(ui): add passwordless container (#469)
* feat(ui): add passwordless container

add email & phone passwordless container
add secondary sign-in page

* feat(ui): uncomment code after rebase latest code

uncomment code after rebase latest code
2022-03-31 13:57:01 +08:00
simeng-li
67939ea2bb
feat(ui): add CreateAccount Container (#457)
* feat(ui): add CreateAccount Container

add CreatAccount Container

* fix(ui): fix regex

* fix(ui): remove useless test change

remove useless test update
2022-03-31 13:49:39 +08:00
Darcy Ye
84f30fe04b
fix(core): fix did not mock request error which results in timeouts (#471) 2022-03-30 18:31:42 +08:00
simeng-li
0444efd844
feat(ui): add password less related api (#459)
* feat(ui): add password less related api

add password less related api

* test(ui): add api ut

add api ut
2022-03-30 15:04:27 +08:00
Wang Sijie
10fc7e4205
feat(console): support icon in text-input (#458)
* feat(console): support icon in text-input

* feat(console): user search (#460)

* fix: inputValue empty

* fix: remove contional
2022-03-30 14:01:18 +08:00
Charles Zhao
34992a2116
Merge pull request #462 from logto-io/charles-log-2031-refactor-title-subtitle-styles
refactor(console): match design mockups by adjusting fonts, paddings, etc
2022-03-30 11:57:36 +08:00
Darcy Ye
c0337f502d
fix(core): fix wechat web response code and related UTs (#461) 2022-03-29 23:59:47 +08:00
IceHe.xyz
f260d2bb56
fix(core): error message interpolation (#465) 2022-03-29 21:47:12 +08:00
Charles Zhao
e297dcbb33
Merge pull request #463 from logto-io/charles-update-code-comments
chore(console): update code comments in markdown util
2022-03-29 18:07:41 +08:00
Wang Sijie
eb1b20cdac
refactor(console): remove zero-colspan (#464) 2022-03-29 17:54:29 +08:00
Charles Zhao
329966e206
chore(console): update code comments in markdown util 2022-03-29 17:41:03 +08:00
Charles Zhao
5cc177381f
refactor(console): match design mockups by adjusting fonts, paddings, etc 2022-03-29 17:01:45 +08:00
Xiao Yijun
58ab342c47
refactor(console): the submit state of forms (#455) 2022-03-29 12:58:53 +08:00
Wang Sijie
d557d9b65c
fix(console): align button icon size to 20 (#456) 2022-03-29 11:26:48 +08:00
Wang Sijie
1d71064a88
feat(console): extract total number from headers for useSWR (#448) 2022-03-28 15:39:42 +08:00
Wang Sijie
9a437e3c0d
feat(console): table empty state (#446)
* feat(console): table empty state

* fix: cr
2022-03-28 15:03:11 +08:00
Wang Sijie
7d76428e57
fix(console): prevent css overiding in table-loading (#454) 2022-03-28 15:02:28 +08:00
Wang Sijie
fd8ea43f0b
feat(console): pagination (#453)
* feat(console): pagination

* fix: large number

* fix: new icon
2022-03-28 15:01:50 +08:00
Charles Zhao
a08abfd4c6
Merge pull request #432 from logto-io/charles-log-1919-dynamically-load-get-started-markdown-metadata
feat(core): provide a means to fetch get-started markdown metadata
2022-03-28 14:56:15 +08:00
Xiao Yijun
791801a7df
feat(console): modal layout dimensions (#440) 2022-03-28 14:00:03 +08:00