Konv Suu
Konv Suu
这里应该使用 v-if 而不是 v-show,因为是先处理的 visible 再进行的 dom 更新,所以在 visible 为 false 的时候,teleport 的内容还没有被移除
- [x] `clear-pr-merge-commit-message` - new bug opened https://github.com/refined-github/refined-github/issues/8246 - [x] `closing-remarks` (specifically after clicking the merge button) - [x] `cross-deleted-pr-branches` - [x] `pr-branch-auto-delete` - [x] `update-pr-from-base-branch` - [x] `pr-base-commit` -...
Maybe we need to use `[quoted:_]`. But when we use `_`, it will be replaced to `' '` not `''` 
Fixed by https://github.com/refined-github/refined-github/pull/8001
I think it only supports [semantic version](https://semver.org/)
Everthing works fine now! I upload a video in screenshot.
I only subscribe to a few feeds, and a few moments after I marked all of them as read, hundreds of new ones appear. So will there be a situation...
How about this?
> Is it a custom style or just an existing class? It's a custom style > If the “preview code blame” style can be reused here I’d prefer it It's...
```css [data-testid="state-reason-link"]:is( [href*="reason%3Acompleted"], [href*="reason%3Anot-planned"] ) ``` We need to wait the dom be loaded now. 🥲