feat/post status filter#105
Merged
Merged
Conversation
Composer package changes
|
|
Coverage report for commit: 2f5f10a Summary - Lines: 30.37% | Methods: 61.70%
🤖 comment via lucassabreu/comment-coverage-clover |
||||||||||||||||||||||||||||||||||||||||||||||||||||
mvdhoek1
approved these changes
Aug 26, 2025
WybeBosch
reviewed
Aug 26, 2025
|
|
||
| [{.eslintrc,*.json,*.yml}] | ||
| indent_style = spaces | ||
| indent_style = space No newline at end of file |
There was a problem hiding this comment.
(?) de yard query block heeft toch ook javascript erin?
waarom dan dit weghalen?
Wat is er gaande hier in deze file xD
[{*.txt,wp-config-sample.php}]
end_of_line = crlf
# ====================================================================
# The rules above ↑this↑ line are the exact contents of WordPress' config file.'
# Github mirror : https://github.com/WordPress/wordpress-develop/blob/trunk/.editorconfig
# SVN original : https://core.trac.wordpress.org/browser/trunk/.editorconfig
# Yard Custom
[*.{js},*.{jsx}, *.{ts}, *.{tsx}]
# This setting has precedence over VSCode user settings for tabSize
# Not included are tab_width(tabs) or indent_size(spaces) since the user can decide
# what they like visually, 2 vs 4 column size, as long as they use tabs. Default: 4
# This setting also affects Prettier.
indent_style = tabs
[{.eslintrc,*.json,*.yml}]
indent_style = spaces
Member
Author
There was a problem hiding this comment.
Ik weet niet wat jij ziet maar ik heb de .editorconfig gekopieerd uit https://github.com/yardinternet/skeleton-package
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
[*.yml]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
indent_style = space
WybeBosch
reviewed
Aug 26, 2025
| src: $this->appendToBaseUrl('/yard/query-block/assets/js/index'), | ||
| deps: $deps['dependencies'], | ||
| ver: $this->getVersion(), | ||
| ver: self::VERSION, |
WybeBosch
approved these changes
Aug 26, 2025
rivanuff
approved these changes
Aug 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
query-block.mov