Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
406d3a4
de-emphasise pattern filters in inserter
SaxonF Sep 21, 2023
97b0644
Remove obsolete props from PatternListHeader
aaronrobertshaw Sep 21, 2023
8c2a7ab
Remove unnecessary dependencies comment
aaronrobertshaw Sep 21, 2023
e9b5006
Remove unused pattern source filters
aaronrobertshaw Sep 21, 2023
979d9be
Fix pattern filtering logic
aaronrobertshaw Sep 21, 2023
34293bc
Split theme patterns from core and directory sourced ones
aaronrobertshaw Sep 21, 2023
32f7a31
Allow theme and directory patterns as unsynced
aaronrobertshaw Sep 21, 2023
d4ec9c6
Disable the sync filter options if the pattern source is not user
glendaviesnz Sep 21, 2023
1f0ed2a
Add constants for different all values
glendaviesnz Sep 21, 2023
14f6acd
Keep the menu open while toggling options
glendaviesnz Sep 21, 2023
b55d967
Add sticky header
glendaviesnz Sep 22, 2023
3a2afce
Fix padding and move pagination
glendaviesnz Sep 22, 2023
f42cbc7
Fix pagination scroll to top
glendaviesnz Sep 22, 2023
42e8aa1
Reset pagination if filter changes
glendaviesnz Sep 22, 2023
a75cccf
Revert the update to paging scroll to top
glendaviesnz Sep 22, 2023
b6d5df8
Fix scrolling-to-top after page changes
kevin940726 Sep 22, 2023
cf60dac
Fix scrolling-to-top after filter changes
kevin940726 Sep 22, 2023
023e034
Scroll to top on category change
kevin940726 Sep 22, 2023
74188d4
Fix scroll-to-top on category change
kevin940726 Sep 22, 2023
d00e6f8
Derive pattern sync menu options
kevin940726 Sep 22, 2023
f9c7827
Update the translators comment
kevin940726 Sep 22, 2023
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
Prev Previous commit
Next Next commit
Remove obsolete props from PatternListHeader
  • Loading branch information
aaronrobertshaw authored and glendaviesnz committed Sep 22, 2023
commit 97b064463ce0581e4ffe9d005ad8736f8e88db68
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ function PatternList( { searchValue, selectedCategory, patternCategories } ) {
<PatternsListHeader
filterValue={ searchValue }
filteredBlockPatternsLength={ filteredBlockPatterns.length }
selectedCategory={ selectedCategory }
patternCategories={ patternCategories }
/>

<InserterListbox>
Expand Down