Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
56fc6bd
fix: strip html tags from cloud snippet descriptions
imantsk Jul 14, 2026
fb378a7
fix: filter foreign admin notices on code snippets screens
imantsk Jul 14, 2026
d3b8440
fix: improve snippet preview modal sizing and theme
imantsk Jul 14, 2026
1d26a35
feat: show line numbers and language badge in snippet preview
imantsk Jul 14, 2026
d5b9a60
Merge branch 'core-beta' into fix/166-ui-review-fixes
imantsk Jul 14, 2026
db95f8d
fix: use full-size badge in snippet preview modal title
imantsk Jul 14, 2026
ae62c8c
fix: register rest collection args with named keys
imantsk Jul 14, 2026
3a5ddfe
fix: convert zero-based cloud api page numbers for display
imantsk Jul 15, 2026
d7625fc
fix: report one-based page number for featured cloud results
imantsk Jul 15, 2026
9c67039
fix: preserve the preview modal title contract
imantsk Jul 16, 2026
cade6de
fix: load only preview editor assets
imantsk Jul 16, 2026
69ba8cb
fix: degrade snippet preview gracefully when the code editor is unava…
imantsk Jul 16, 2026
c2ca74e
fix: cover preview fallback without the code editor
imantsk Jul 17, 2026
af3a8ef
fix: harden preview fallback and notice ownership
imantsk Jul 17, 2026
2187066
fix: include Add New hook in notice filtering and allow keyboard focu…
Jul 18, 2026
e352952
fix: wrap long lines in preview E2E spec to respect 100-char limit
Jul 18, 2026
88c517b
fix: include compact-menu hookname in notice filter screen check
Jul 18, 2026
5a56b14
fix: restore notice separator spacing rule for filter-disable path
Jul 18, 2026
0cd08d8
fix: handle invokable-object reflection, narrow modal type prop, dele…
Jul 18, 2026
1bf989f
fix: restore table view as default
Jul 18, 2026
c7c5930
fix: make preview modal 5.5-compatible, normalize cloud descriptions,…
Jul 18, 2026
c7ba43d
fix: correct cloud snippet preview output
Jul 18, 2026
5cc1582
fix: strip malformed tags with unbalanced quotes in stripTags
Jul 18, 2026
87467c3
fix: raise locked badge contrast to WCAG AA
Jul 18, 2026
790f741
fix: preserve plain comparison text in stripTags fallback
Jul 18, 2026
eac9b35
fix: make stripTags fallback linear
Jul 18, 2026
308dc5e
fix: make stripTags comment removal linear
Jul 18, 2026
1013055
fix: strengthen stripTags performance regression test
Jul 18, 2026
12acf12
fix: remove historical test comment
Jul 18, 2026
fa2d4e7
fix: decode cloud description entities
Jul 18, 2026
346d28e
fix: correct entity decoding comment
Jul 18, 2026
3264d44
fix: resolve cloud per-page default at request time
Jul 19, 2026
ebf92d8
feat: new admin UI foundation (#415)
imantsk Jul 21, 2026
3f7f6c3
Merge branch 'core-beta' into fix/166-ui-review-fixes/core
sheabunge Jul 21, 2026
d94d2c4
Merge branch 'fix/166-ui-review-fixes' of https://github.com/codesnip…
sheabunge Jul 21, 2026
c623fdc
Remove unnecessary ListTable fragmentation.
sheabunge Jul 21, 2026
36f6da5
chore: merge core-beta into UI review fixes
imantsk Jul 22, 2026
8405d42
fix: hide foreign notices with CSS only
imantsk Jul 23, 2026
2e98d89
fix: sanitize cloud descriptions at decode boundary
imantsk Jul 23, 2026
6dc65bd
fix: simplify strip tags helper
imantsk Jul 23, 2026
032b621
fix: use cloud search page size for featured results
imantsk Jul 23, 2026
41ef970
fix: add row selection to cloud table view
imantsk Jul 23, 2026
2579c66
chore: use theme tokens in list table styles
imantsk Jul 23, 2026
a6de704
fix: correct pagination i18n
imantsk Jul 23, 2026
56ede7f
chore: address accessibility review feedback
imantsk Jul 23, 2026
5a762e5
chore: remove redundant author translator note
imantsk Jul 23, 2026
ddab139
fix: preserve visible cloud description text
imantsk Jul 23, 2026
b80b89a
fix: sanitize hydrated cloud snippets
imantsk Jul 23, 2026
92bf71d
fix: restore community cloud snippets tab count
imantsk Jul 23, 2026
43e1314
fix: separate remaining block elements in strip tags helper
imantsk Jul 23, 2026
8ff0f89
fix: wait for snippet view preference to persist in e2e tests
imantsk Jul 23, 2026
7c56daa
fix: hide notices injected into manage root
imantsk Jul 27, 2026
c12c94b
fix: refine snippet table, consolidate preview modal and notice prese…
imantsk Jul 28, 2026
c074552
fix: keep version switch and migration notices visible
imantsk Jul 28, 2026
a66c9eb
chore: remove unused props added by this branch
imantsk Jul 28, 2026
2dea8ba
chore: drop the unused preview modal action slot
imantsk Jul 28, 2026
d73d7ae
chore: inline manage menu registration
imantsk Jul 28, 2026
11bc82b
fix: give card view badges the same focus ring
imantsk Jul 28, 2026
ff06051
fix: match the kebab priority row height
imantsk Jul 28, 2026
1df1c1b
fix: remove kebab menu popover block padding
imantsk Jul 28, 2026
e706e47
fix: apply plugin checkbox styling to screen options
imantsk Jul 28, 2026
ba40d96
fix: use translator comments for cloud author and view count strings
imantsk Jul 28, 2026
60bbf7d
chore: count snippet types through the snippets API
imantsk Jul 28, 2026
c191a3e
chore: ignore non-object data when setting model fields
imantsk Jul 28, 2026
8f7610b
fix: sanitize cloud snippet descriptions in the model
imantsk Jul 28, 2026
969157d
chore: drop direct access guards from autoloaded menu classes
imantsk Jul 28, 2026
088f1d3
fix: correct the pagination input description and spacing
imantsk Jul 28, 2026
3372848
Apply suggestions from code review
ramiy Jul 29, 2026
23be5cc
Apply suggestions from code review
ramiy Jul 29, 2026
1acf8e9
Apply suggestions from code review
ramiy Jul 29, 2026
7c927b0
Merge branch 'core-beta' into fix/166-ui-review-fixes-updated/core
sheabunge Jul 31, 2026
52ab3cc
Properly separate code into helper classes for the manage menu.
sheabunge Jul 31, 2026
effec20
Minor js fixes and formatting improvements.
sheabunge Jul 31, 2026
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
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"autoload": {
"files": [
"php/Admin/Menus/Manage_Menu.php",
"php/Admin/Menus/Manage/Manage_Menu.php",
"php/Utils/requests.php"
],
"psr-4": {
Expand Down
126 changes: 55 additions & 71 deletions src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading