Conventional Comments (GitHub) - by Pullpo 版本紀錄 - 4 個版本
Conventional Comments (GitHub) - by Pullpo 作者: Pullpo.io
Conventional Comments (GitHub) - by Pullpo 版本紀錄 - 4 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 0.2.5
發行於 2025年10月27日 - 93.87 KB適用於 firefox 109.0a1 與更新版本📑 Description
These changes apply the user-requested dark-theme detection method, using the browser's preferences.
I also fixed a pending bug with how fallback popups work in firefox and extended its functionality to allow for separation of concerns in css styling.原始碼依照 MIT License 條款釋出
較舊版本
版本 0.2.4
發行於 2025年9月11日 - 92.32 KB適用於 firefox 109.0a1 與更新版本Fixed
• Toolbar not appearing on the first inline comment in GitHub’s new review UI.
Previously, our extension only detected the “new” GitHub review experience after at least one comment existed (due to relying on div[data-testid="review-thread"]). As a result, the toolbar didn’t load for the very first comment box.
Changes
• Improved GitHub experience detection
• Added support for new UI markers that exist before any comments are created:
• div[data-marker-navigation-new-thread="true"]
• div[data-marker-id]
• [class^="MarkdownEditor-module__container"]
• textarea[aria-label="Markdown value"]
• Ensures we now recognize the new review experience even when a PR has no comments.
• Updated textarea selectors for GitHub new UI
• Removed brittle, hashed class selectors (e.g., .prc-Textarea-TextArea-*).
• Replaced with robust, stable selectors:
• First inline editor:
div[data-marker-navigation-new-thread="true"] textarea[aria-label="Markdown value"]
• Any inline thread editor:
div[data-marker-id] textarea[aria-label="Markdown value"]
• Fallback for PR header/new comment boxes:
fieldset textarea[aria-label="Markdown value"]
Result
• The toolbar now appears correctly on the very first comment box in GitHub PRs, matching behavior for subsequent comment boxes.原始碼依照 MIT License 條款釋出
版本 0.2.3
發行於 2025年8月29日 - 91.94 KB適用於 firefox 109.0a1 與更新版本New Features- Added support links in extension settings popup
- Enhanced dark/light theme support across all extension popups
Improvements- Improved logo carousel animation with smoother scrolling
- Enhanced extension popup styling and layout consistency
Bug Fixes- Resolved logo visibility issues in different themes
- Fixed extension popup styling inconsistencies
原始碼依照 MIT License 條款釋出