Konv Suu

Results 46 comments of 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 `''` ![Image](https://github.com/user-attachments/assets/0045cf89-9356-4804-aea8-f4312b0c6b84)

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...

> 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. 🥲