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

1080 commits

Author SHA1 Message Date
Darcy Ye
cd4650508f
fix(UI): fix connector target and id used in UI (#838)
* fix(ui): fix ui connector type

* fix(ui): fix connector target and id usage
2022-05-16 13:56:34 +08:00
simeng-li
36922b343f
feat(ui): add social dropdown list for desktop (#834)
* feat(ui): add social dropdown list for desktop

add social dropdown list for desktop

* fix(ui): cr fix

cr fix

* fix(ui): remove useless code

remove useless code
2022-05-16 05:53:06 +00:00
simeng-li
be8b8628ba
fix(ui): add body background color (#831)
add body background color
2022-05-16 05:48:33 +00:00
simeng-li
e2217584a4
fix(ui): fix create account page reload issue (#832)
fix create account page reload issue
2022-05-16 05:47:09 +00:00
simeng-li
78d3bb6045
refactor(ui): add session guard to ui page (#803)
* refactor(ui): add session guard to ui page

add session guard to ui page

* test(core): fix ut

fix ut

* fix(core):  fix typo

fix typo
2022-05-16 05:43:23 +00: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
Wang Sijie
c3785d86cd
feat(console): contact us icon and texts (#836) 2022-05-16 13:01:03 +08:00
simeng-li
5880d1965a
style(ui): rest components style update (#818)
* style(ui): rest components style update

desktop component style update

* fix(ui): fix un-exist classname

fix un-exist classname

* fix(ui): cr fix

cr fix
2022-05-16 02:33:25 +00:00
Charles Zhao
c7d43ee823
Merge pull request #835 from logto-io/charles-log-2452-fix-long-text-wrapping-issue-in-code-editor
fix(console): long text should wrap in code editor
2022-05-16 00:12:07 +08:00
Charles Zhao
cbe2497504
fix(console): long text should wrap in code editor 2022-05-15 22:56:46 +08:00
Wang Sijie
628e025a15
fix(console): use native color picker style (#819) 2022-05-15 16:27:59 +08:00
IceHe.xyz
38ceae7853
fix(core): catch interaction not found error (#827) 2022-05-15 13:20:07 +08:00
Charles Zhao
2a642f4e21
Merge pull request #826 from logto-io/charles-log-2353-refine-scrollbar-styles-and-positions
refactor(console): refine scrollbar styles and positions
2022-05-15 12:54:07 +08:00
simeng-li
9e9e8cdb50
style(ui): button & confirm modal (#817)
* style(ui):  button & confirm modal

button and confirm modal desktop styling

* fix(ui): fix typo

* fix(ui): fix image alt

fix image alt
2022-05-15 03:03:19 +00:00
simeng-li
1173ad1b8c
style(ui): add desktop styling (#816)
* style(ui): add desktop styling

add desktop styling

* fix(ui): fix typo

fix typo
2022-05-15 02:54:29 +00:00
simeng-li
0b2ad91357
style(ui): terms of use checkbox ui (#815)
terms of use checkbox ui
2022-05-15 02:46:08 +00:00
simeng-li
4e2e8990bb
style(ui): container style adjustment (#814)
* style(ui): container style adjustment

container style adjustment

* fix(ui): cr fix

cr fix
2022-05-15 10:37:12 +08:00
Charles Zhao
f30994ef5c
Merge pull request #829 from logto-io/charles-log-2190-improve-dark-theme-styles
refactor(console): adjust dark theme styles per updated UX design
2022-05-14 21:59:23 +08:00
Charles Zhao
513dcbd48d
Merge pull request #828 from logto-io/charles-use-cross-env-to-run-dev-on-windows
chore: use cross-env to make 'pnpm dev' compatible on windows
2022-05-14 21:58:02 +08:00
Charles Zhao
8ecf800f90
chore: use cross-env to make 'pnpm dev' compatible on windows 2022-05-14 21:09:31 +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
b381cc62aa
refactor(console): refine scrollbar styles and positions 2022-05-13 22:01:10 +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
IceHe.xyz
4e60446411
feat(core,schemas): koaLogSession middleware (#767)
* feat(core,schemas): koaLogSession middleware

* fix(core): koa-log-session call next() first

* refactor(core,schemas): merge SessionLogPayload into BaseLogPayload

* refactor(core,schemas): rename logSession to addLogContext
2022-05-13 20:37:36 +08:00
simeng-li
907a63b52a
refactor(ui): add ui social connector filters (#822)
* refactor(ui): add ui social connector filters

add ui social connector filters

* refactor(ui): add some comments

add some comments
2022-05-13 11:04:32 +00:00
Darcy Ye
ab6c124620
fix(connector-wechat-native): fix wechat-native target (#820) 2022-05-13 09:34:42 +00: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
Charles Zhao
54aa9117ce
Merge pull request #811 from logto-io/charles-log-2375-page-skeleton-animation
feat(console): page skeleton animation mixin
2022-05-13 17:12:01 +08:00
Darcy Ye
7a922cbd33
feat(core): add socialConnectors details for get sign-in-settings (#804)
* feat(core,ui): add social connector info to get-settings api

* refactor(connectors): rename api
2022-05-13 07:59:07 +00:00
Darcy Ye
357fb8dc40
refactor(connectors): reorganize connectors (#807) 2022-05-13 14:22:37 +08:00
Darcy Ye
0ea55134a9
feat(core): expose connector and metadata from sendPasscode (#806) 2022-05-13 14:17:15 +08:00
Wang Sijie
5b2fe32919
fix(console): tip icon color (#805) 2022-05-13 14:03:37 +08:00
Xiao Yijun
2e410e7c16
fix(console): update shadow styles (#813) 2022-05-13 13:02:04 +08:00
Xiao Yijun
b14a705bd3
refactor(console): use switch-case to make the select aligment logic more readable (#812) 2022-05-13 12:13:44 +08:00
Xiao Yijun
c6b44eea87
refactor(console): use-position in tooltip (#802) 2022-05-13 03:54:10 +00:00
Charles Zhao
de97bb53f5
feat(console): page skeleton animation mixin 2022-05-13 10:48:25 +08: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
simeng-li
343d37cfec
style(ui): refactor page level styling for both mobile & desktop (#795)
* style(ui): refactor page level stylign for both mobile & desktop

 refactor page level stylign for both mobile & desktop

* fix(ui): center align create account

cernter align create account

* fix(ui): ci fix

ci fix

* fix(ui): cr fix

cr fix

* feat(ui): content  update

content update
2022-05-12 07:40:02 +00: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
f76457c286
Merge pull request #801 from logto-io/charles-log-2406-resolve-code-editor-js-warning
fix(console): resolve js warning reported in code editor component
2022-05-12 10:39:35 +08:00
Charles Zhao
5d6d3ed9d9
Merge pull request #800 from logto-io/renovate/silverhand-ts-config-react-0.x
chore(deps): update dependency @silverhand/ts-config-react to ^0.12.0
2022-05-11 21:39:10 +08:00
Charles Zhao
c5d14887d4
fix(console): resolve js warning reported in code editor component 2022-05-11 21:29:16 +08:00
Charles Zhao
ed9387bdda
feat(console): implement get-started progress indicator component 2022-05-11 21:17:57 +08:00
Gao Sun
45efcd2133
chore: update README (#793)
* chore: add WIP tag in README

* chore: update README

* chore: update README

* chore: update README
2022-05-11 20:45:14 +08:00
Renovate Bot
5044eee783
chore(deps): update dependency @silverhand/ts-config-react to ^0.12.0 2022-05-11 12:43:28 +00:00
Charles Zhao
03ba3b342c
Merge pull request #799 from logto-io/renovate/silverhand-ts-config-0.x
chore(deps): update dependency @silverhand/ts-config to ^0.12.0
2022-05-11 20:39:26 +08:00