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

835 commits

Author SHA1 Message Date
Xiao Yijun
0d3b2f0c25
refactor(console): update icon buttons in the language editor (#2127) 2022-10-13 11:54:53 +08:00
Xiao Yijun
68bda8aaea
refactor(console): create languages immediately on languages added in the editor (#2134) 2022-10-13 11:23:19 +08:00
Xiao Yijun
708e099c9e
style(console): remove margin-top of the manage language button (#2135) 2022-10-12 16:12:32 +08:00
wangsijie
8a7f875767
fix(console): save generated password in session storage (#2116) 2022-10-12 16:10:19 +08:00
Charles Zhao
4dc3fbcc0b
Merge pull request #2133 from logto-io/charles-log-4373-update-default-button-border-color
refactor: update default button border color
2022-10-12 16:08:36 +08:00
Xiao Yijun
364c150d14
style(console): update font style of language item (#2129) 2022-10-12 16:06:01 +08:00
Charles Zhao
f1ffd121d2
refactor: update default button border color 2022-10-12 15:29:56 +08:00
Xiao Yijun
d042dd7d3c
refactor(console): stick the language details table header to the top (#2126) 2022-10-12 15:02:55 +08:00
wangsijie
05b50250a3
fix(console): remove connector id and prevent text overflow (#2072) 2022-10-12 14:42:20 +08:00
Xiao Yijun
bf782945ed
refactor(console): set language name font style to font-body-medium (#2122) 2022-10-12 10:22:53 +08:00
Xiao Yijun
44772ba2e1
refactor(console): add a11y for language editor components (#2123) 2022-10-11 20:25:08 +08:00
Xiao Yijun
c9ef62479d
refactor(console): extract manage language components (#2088) 2022-10-11 18:03:18 +08:00
Xiao Yijun
c21cc3cab6
refactor(console): fix language editor styles (#2110) 2022-10-11 17:42:19 +08:00
renovate[bot]
5e34f68395
chore(deps): update dependency @silverhand/ts-config-react to v1.1.0 (#2058)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-11 15:11:24 +08:00
Lukas
2f00ac5e65
refactor(console): use icon svg files with parcel svg transformer (#2047) 2022-10-11 07:08:31 +00:00
Gao Sun
d7e42a5aef
Merge pull request #2081 from logto-io/gao-log-4313-cli-clean-up-to-dos
refactor(core,cli): extract common utils and upgrade essentials
2022-10-11 13:59:24 +08:00
FlurryNight
5eeb06e301
feat: add vertical center support (#2032)
Co-authored-by: wangsijie <wangsijie@silverhand.io>
2022-10-10 23:53:34 +08:00
Gao Sun
e36ed7bd1a
chore: upgrade essentials 2022-10-10 23:28:39 +08:00
Mahesh Vagicherla
4b0970b6d8
fix: add redirectURI validation on frontend & backend (#1874)
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2022-10-10 21:20:20 +08:00
Gao Sun
8c2faa1099
chore(console): temporarily bypass new lint rules 2022-10-10 17:19:22 +08:00
Gao Sun
696e7f181d
chore: merge branch 'master' into feature/manage-language 2022-10-10 15:52:06 +08:00
wangsijie
ec3898f530
style(console): fix position of added tag (#2070) 2022-10-10 11:36:36 +08:00
Xiao Yijun
a2d59cd0ff
refactor(console): refresh preview on custom phrases updated (#2083) 2022-10-10 10:00:37 +08:00
Xiao Yijun
691bdb3ac9
refactor: replace LanguageKey with LanguageTag (#2080) 2022-10-10 09:43:13 +08:00
Xiao Yijun
8417fc851a
refactor(console): support searching in add language selector (#2069) 2022-10-09 22:12:52 +08:00
Xiao Yijun
81f9fbc483
fix(console): set undefined value to empty string in custom phrases (#2074) 2022-10-09 16:47:05 +08:00
wangsijie
b6b9d7ce80
fix(console): clear select state on close modal (#2071) 2022-10-09 15:40:02 +08:00
simeng-li
37d2b0ce5c
feat(console): add a11y lint to ac (#2066) 2022-10-09 07:07:09 +00:00
Xiao Yijun
68e88840bf
feat(console): delete custom phrases (#2065) 2022-10-09 12:08:50 +08:00
wangsijie
02c082cb71
fix(console): show correct password after reset (#2063) 2022-10-08 17:56:26 +08:00
Xiao Yijun
4995ab9461
refactor(console): make custom languages become available language options (#2038) 2022-10-08 17:45:55 +08:00
Xiao Yijun
1223d23eb3
fix(console): language editor form should be dirty on clear button clicked (#2037) 2022-09-30 17:56:03 +08:00
Xiao Yijun
800ac7fcd9
feat(console): add custom language (#2029) 2022-09-30 16:19:16 +08:00
IceHe
3eb44e1e56
refactor(core,console,phrases,schemas): replace language key with language tag (#2026) 2022-09-30 10:30:32 +08:00
silverhand-bot
11381afdc5
release: v1.0.0-beta.10 2022-09-28 14:30:24 +00:00
Xiao Yijun
2c1610d665
refactor(console,core,phrases): replace LanguageKey with LangaugeTag in phrase-ui related code (#2024) 2022-09-28 18:16:23 +08:00
wangsijie
4a777d0007
style(console): new style for add connectors (#2020) 2022-09-28 11:05:57 +08:00
Gao Sun
2e2aa728e3
refactor(console): open docs website for M2M app guide (#2011) 2022-09-27 19:26:06 +08:00
Charles Zhao
05777812ae
chore(console): replace icons in get-started page 2022-09-27 17:20:15 +08:00
Xiao Yijun
505985802b
refactor(console): use Translation type from @logto/schemas (#2006) 2022-09-27 04:27:59 +00:00
Xiao Yijun
58e1f9f0da
refactor(console): hide manage language button in sign-in-experience guide (#1989) 2022-09-26 21:54:50 +08:00
Xiao Yijun
5e59bc9e93
refactor(console): filter empty content before updating custom phrases (#1995) 2022-09-26 21:39:43 +08:00
Xiao Yijun
0679a6a67c
feat(console): display unsaved alert on custom phrases changed (#1994) 2022-09-26 21:39:43 +08:00
Xiao Yijun
48832e5054
feat(console): manage language (#1981) 2022-09-26 21:39:42 +08:00
Xiao Yijun
f25ae4de14
fix(console): use fallback language in preview (#1960) 2022-09-26 21:39:00 +08:00
Xiao Yijun
cdfaf8b1c7
feat(console): auto detect language setting (#1941) 2022-09-26 21:37:35 +08:00
Xiao Yijun
ad1d1e3b59
Revert "feat(console): auto detect language setting (#1941)" (#2004)
This reverts commit 49b430394d.
2022-09-26 17:54:17 +08:00
Xiao Yijun
fa98452fe5
Revert "fix(console): use fallback language in preview (#1960)" (#2003)
This reverts commit de4c46e400.
2022-09-26 17:33:37 +08:00
Gao Sun
a75f8fe959
feat(console): configure M2M app access (#1999)
* feat(console): configure M2M app access

* refactor(console): limit admin access switch to M2M

* refactor(console): update app icons
2022-09-26 11:46:06 +08:00
Gao Sun
2d99378778
refactor(console): fix change password 2022-09-24 15:58:45 +08:00