Skip to content

Fix eew - #534

Merged
whes1015 merged 6 commits into
mainfrom
fix-eew
Aug 17, 2026
Merged

Fix eew#534
whes1015 merged 6 commits into
mainfrom
fix-eew

Conversation

@whes1015

@whes1015whes1015 commented Aug 17, 2026

Copy link
Copy Markdown
Member

這個 PR 做了什麼

相關 issue

  • closes #

怎麼驗

檢查清單

  • tool/check_commits.sh origin/main..HEAD 通過
    —— commit 訊息就是更新日誌,格式見 commit.md
  • 一個 commit 一件事(這條 gate 驗不了,靠自己和 review)
  • mise exec -- flutter analyzemise exec -- flutter test 通過
  • 新的使用者可見字串都走 AppLocalizations,沒有寫死
  • 有 UI 變更的話:用的是 AppSpacing / AppRadius / AppMotion
    深色模式看過,文字對比度可接受

New(zh-Hant): 大地震在監視器與回放地圖上以完整範圍顯示
New(en-US): a large event is shown at full extent on the monitor and the
replay map
New(zh-Hant): 監視器警報卡會自動輪播,EEW 卡片按震度離散上色
New(en-US): the monitor alert card cycles through alerts and the EEW tiles
are coloured by discrete intensity
New(zh-Hant): 首頁新增地震警報橫幅,點一下就能跳到監視器
New(en-US): the home screen has an alert banner that jumps to the monitor
New(zh-Hant): 監視器新增示範模式,不用等地震就能看大型強地動事件
New(en-US): the strong-motion monitor can run in a demo mode without waiting
for an earthquake
@whes1015
whes1015 merged commit 41a3c1e into mainAug 17, 2026
4 of 6 checks passed
@whes1015
whes1015 deleted the fix-eew branch August 17, 2026 18:59
whes1015 added a commit that referenced this pull request Aug 17, 2026
Fix(zh-Hant): 更新日誌改為標示真正寫這項變更的人,並附上可點擊的 commit 連結
Fix(en-US): each entry credits who wrote it and links the commit it came from
GitHub squashes a pull request into one commit and sets its author to whoever
pressed the button, demoting everyone who wrote it to a `Co-authored-by:`
trailer. `41a3c1e8 Fix eew (#534)` is authored by the maintainer who merged it
and was written, every commit of it, by somebody else — so 26w34b credited the
wrong person, which is worse than crediting nobody.
A summary carrying `(#N)` now takes its authors from that pull request's own
commits, which is the only place they survive a squash intact; trailers are
merged in for a merge without a number, and the commit's own author is the
fallback. Every entry also links its commit, which for a squash is also the
link to the request.
The gate had made this worse by banning `Co-authored-by:` outright. It was
aimed at a tool crediting itself, and it destroyed the one record of human
attribution a squash leaves behind. It now judges the trailer by who it names.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@whes1015@PiscesXD