feat: add interface font scaling and fix notification deep links - #34
Open
Yoonwoo-Ha wants to merge 2 commits into
Open
feat: add interface font scaling and fix notification deep links#34Yoonwoo-Ha wants to merge 2 commits into
Yoonwoo-Ha wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배경
두 가지 사용자 경험 문제를 함께 개선합니다.
WindowClient.navigate()가 거부되거나 무시되는 경우도 있었습니다.변경 사항
알림 딥링크
appSessionId만 사용합니다./session/<alias>대신 안전하게/로 이동합니다./session/:id에서 세션 ID를 추출해 알림 데이터에 보존합니다.notification:navigate메시지를 먼저 보내 SPA 라우팅을 수행합니다.WindowClient.navigate()는 보조 경로로 유지하되, iOS에서 거부되어도 클릭 처리가 실패하지 않도록 했습니다.글꼴 크기
localStorage에 저장하고 React 렌더링 전에 적용해 첫 화면의 크기 깜박임을 줄였습니다.호환성
중간이므로 기존 사용자의 화면 크기는 바뀌지 않습니다.검증
npm run typecheck통과npm run lint통과npm run build통과 (client/server/Rust core)