Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu: more granular sub-components #67422

Merged
merged 22 commits into from
Dec 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f448b20
MenuItem: add render and store props
ciampo Nov 29, 2024
ed4f816
Extract sub-components: popover, trigger button, submenu trigger item
ciampo Nov 29, 2024
51c7031
Unit tests
ciampo Nov 29, 2024
2ed865a
CHANGELOG
ciampo Dec 2, 2024
90f981a
Add more memory to node on CI
ciampo Dec 2, 2024
afb35c4
Refactor block bindings panel menu (#67633)
ciampo Dec 6, 2024
39d8535
Storybook (#67632)
ciampo Dec 11, 2024
3100abe
Refactor dataviews item actions menu (#67636)
ciampo Dec 11, 2024
25be050
Refactor dataviews view config menu (#67637)
ciampo Dec 11, 2024
186f3b3
Refactor global styles shadows edit panel menu (#67641)
ciampo Dec 11, 2024
0c7a18d
Refactor global styles font size menus (#67642)
ciampo Dec 11, 2024
89cb8e7
Refactor "Add filter" dataviews menu (#67634)
ciampo Dec 11, 2024
f43329e
Menu granular subcomponents: Refactor dataviews list layout actions m…
ciampo Dec 12, 2024
9a4942a
Menu granular subcomponents: Refactor dataviews table layout header m…
ciampo Dec 12, 2024
e6ab105
Menu granular subcomponents: Refactor post actions menu (#67645)
ciampo Dec 12, 2024
6ef71ac
Better comments for submenu trigger store
ciampo Dec 12, 2024
07c1f35
Typo
ciampo Dec 12, 2024
2391098
Remove unnecessary MenuSubmenuTriggerItemProps type
ciampo Dec 12, 2024
ccd1341
Don't break the rules of hooks 🪝
ciampo Dec 12, 2024
de72818
Move CHANGELOG entry to unreleased section
ciampo Dec 12, 2024
5bba91c
Add explicit MenuProps to improve TS performance
ciampo Dec 13, 2024
3949e54
Remove node memory settings
ciampo Dec 13, 2024
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
Remove node memory settings
  • Loading branch information
ciampo committed Dec 16, 2024
commit 3949e548eeef75544c7f3acfa6684408460c2c89
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ engine-strict = true
legacy-peer-deps = true
prefer-dedupe = true
lockfile-version = 3
node-options = "--max-old-space-size=8192"
Loading