Charles Zhao

Results 28 issues of Charles Zhao

## Summary Non-Chinese language will fall back to English on clicking the "Docs" link in admin console. ## Testing - [x] Tested only Chinese language will end up appending zh-CN...

bugfix
size/s

## Summary Add Next.js integration guide in admin console ## Testing - [x] Locally tested both English and Chinese versions worked fine

feature
size/l

## Summary Support capital letter "Y" in logto command line prompt. Previously when prompt (Y/n) in command line, if user inputs "Y", it will be considered as negative answer and...

bugfix
size/xs

Previously when we need to dynamically change the color of an SVG image, we had to wrap the SVG elements in a tsx file, and import it as a component...

chore
stale
bounty ⭐️

In Logto monorepo, there's a sub-package/project called "ui", which holds the forms used in sign-in main flows. Moreover, we use `react-i18next` as the i18n solution, and the phrases we used...

enhancement
bounty ⭐️⭐️

When executing `pnpm i`, we notice that sometimes in pnpm-lock.yaml there are numerous `dev: true` lines added for each dependency. This is a bit weird and totally unexpected. We would...

research
bounty ⭐️

In `@logto/shared` package, there are several regular expressions defined in `src/regex.ts`. Create unit test cases to ensure the correctness of the expressions.

bounty ⭐️

![bounty-hunter-series](https://user-images.githubusercontent.com/12833674/187826200-57bc9c49-675c-4c6b-8031-75b0a71951f0.png) Howdy folks, Where are the brave and resourceful “bounty hunters”? Ever since Logto's beta release, there have been many enthusiastic volunteers who really helped make meaningful contributions to the...

### Description In admin console, we can configure `redirect URIs` for each application. However, per [RFC specs](https://www.rfc-editor.org/rfc/rfc8252#section-8.4), for native apps, the URI must be a reverse domain name based schemes,...

enhancement
bounty ⭐️⭐️

In Logto admin console, the `usePosition` hook is used in popover-ish components (tooltip, dropdown, etc.) to help locate their render positions relative to their parent component. Currently the supported alignments...

enhancement
bounty ⭐️