pullrequests Search Results · language:Dune language:TypeScript language:TypeScript language:JavaScript language:HTML
Filter by
202M results
Summary
Fixes a threading bug discovered during live testing of SMS approval (#122): owners never saw the Approved — sending it
now. / Declined — I won t send that. ack.
Root cause: the worker sends ...
Login Screen Implemented
What
Tidies up the globe page s UI per feedback:
1. Contained minimap — the city minimap is now an inset, bordered, rounded card (clipped with overflow:hidden), so it
reads as a contained panel ...
Notes for Reviewers
- [ ] The commit history must be preserved - please use the rebase-merge or standard merge option instead of
squash-merge
- [ ] Sync up with the author before merging
概要
オンボーディング画面まわりの2件の改善要望を解決します。
変更内容
#13 店舗分類の表記を統一
- 凡例の ラスサバ設置店(イニブ併設含む) → ラスサバ設置店
- 凡例の イニブのみ → イニブ設置店
「イニブのみ」と表示された店舗にも実際はラスサバが置いてある場合があり誤解を招いていたため、「ラスサバ設置店」「イニブ設置店」のシンプルかつ正確な2分類に統一しました。
...
B#15 — de controle-laag gaat live.
- invariantsHold(findings): pure glue (geen kritieke bevinding → boeken gezond genoeg om autonoom op te handelen) die
de invariantsOk van de veiligheidspoort voedt. ...
무엇을 / 왜
답변 텍스트의 마크다운 렌더링 누락 두 건과 메인 추천 질문 교체.
1. 마크다운 미적용 픽스 (InlineMarkdown)
조사 결과 일반 **굵게**는 이미 정상 렌더되고 있었고, 실제로 적용 안 되던 케이스는 두 가지였습니다.
- GFM 미지원 — react-markdown에 remark-gfm이 없어서 표(table), 취소선(~~), ...