Skip to content
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8eb83a1
WIP
ilicfilip Jun 18, 2025
467572a
a bit of phpcs
ilicfilip Jun 18, 2025
2b8d5fe
add nonce checks
ilicfilip Jun 18, 2025
62386ca
consistency
ilicfilip Jun 19, 2025
8c3f830
phpcs
ilicfilip Jun 19, 2025
05ddec6
one more phpcs
ilicfilip Jun 19, 2025
a331d44
update comment
ilicfilip Jun 19, 2025
a2a3a04
add progress planner to known plugins
ilicfilip Jun 19, 2025
4e65b56
another comment update
ilicfilip Jun 19, 2025
ac3ee58
search
ilicfilip Jun 19, 2025
648dd52
autoload column doesnt need to be sortable
ilicfilip Jun 19, 2025
4c17e3a
sorting for "Unused, but autoloaded"
ilicfilip Jun 19, 2025
39a2a74
data maps to response array key
ilicfilip Jun 19, 2025
8d6f374
sorting for "used, but not autoloaded"
ilicfilip Jun 19, 2025
f6d6056
pagination helper
ilicfilip Jun 19, 2025
5515a71
sorting for "requested options that dont exist"
ilicfilip Jun 19, 2025
60351ce
js cs
ilicfilip Jun 19, 2025
23b33ae
fix "Used, but not autoloaded" total number of pages
ilicfilip Jun 19, 2025
6632def
remove not needed render method
ilicfilip Jun 19, 2025
2ef417a
small refactor
ilicfilip Jun 19, 2025
13e350f
remove get_value_button method
ilicfilip Jun 19, 2025
698e5fd
add emptyTable message
ilicfilip Jun 19, 2025
a6f8b35
Add package.json for linters
aristath Jun 20, 2025
45dba82
Run `npm run lint:js:fix`
aristath Jun 20, 2025
bd7d8c2
PHPCS tweak
aristath Jun 20, 2025
e29aca8
Fix remaining eslint issues
aristath Jun 20, 2025
13ae434
JS code tweaks
aristath Jun 20, 2025
827cff6
missed a quote here
aristath Jun 20, 2025
13a3db0
Revert "missed a quote here"
aristath Jun 20, 2025
dc44414
Revert "JS code tweaks"
aristath Jun 20, 2025
db4b5d9
add Comment Experience to known plugins
ilicfilip Jun 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
/coverage/
.phpunit.result.cache
node_modules
Loading