Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
45959e4
adding ui for size presets
matiasbenedetto Jun 28, 2024
923bc76
add disable prop
matiasbenedetto Jun 28, 2024
f27fc7d
Merge branch 'trunk' into add/font-size-preset-ui-to-editor
matiasbenedetto Jul 1, 2024
a8cc36b
removes font size custom ordering
matiasbenedetto Jul 1, 2024
0585007
use origins
matiasbenedetto Jul 2, 2024
8c8f8cd
fix spelling
matiasbenedetto Jul 3, 2024
cea269f
fixing font size presets count button size
matiasbenedetto Jul 3, 2024
f7df1da
size of font size preset item
matiasbenedetto Jul 4, 2024
57ecea1
edit wording
matiasbenedetto Jul 4, 2024
e2b3653
style on font size preset item
matiasbenedetto Jul 4, 2024
a8e816d
focus on input on the rename preset modal
matiasbenedetto Jul 4, 2024
2d1f957
redirect to font sizes
matiasbenedetto Jul 4, 2024
7cc1260
Add confirm dialog to reset font size presets
matiasbenedetto Jul 4, 2024
535953f
update wording
matiasbenedetto Jul 4, 2024
316b24f
Merge branch 'trunk' into add/font-size-preset-ui-to-editor
matiasbenedetto Jul 4, 2024
7752e21
remove size prop for ItemGroup
matiasbenedetto Jul 4, 2024
1a22c99
remove number in font size presets drilldown
matiasbenedetto Jul 4, 2024
679122e
improve item look
matiasbenedetto Jul 4, 2024
dee2355
update label
matiasbenedetto Jul 10, 2024
7cc001d
make markup more consistent with other rename dialogs
matiasbenedetto Jul 10, 2024
46b0dd2
update label
matiasbenedetto Jul 10, 2024
6d065f2
Merge branch 'trunk' into add/font-size-preset-ui-to-editor
matiasbenedetto Jul 10, 2024
908da98
disalow rename and delete of default font size presets
matiasbenedetto Jul 10, 2024
b93998a
add missing imports
matiasbenedetto Jul 10, 2024
fb1eec7
disable font main size component when custom fluid is set
matiasbenedetto Jul 10, 2024
fd86a59
use getComputedFluidTypographyValue to compute the size of the preview
matiasbenedetto Jul 10, 2024
4e1b2bd
remove not needed prop
matiasbenedetto Jul 10, 2024
dd1b70a
remove not needed prop
matiasbenedetto Jul 11, 2024
573296a
allow to rename and delete only custom font size presets
matiasbenedetto Jul 11, 2024
948bbd4
improve styles
matiasbenedetto Jul 11, 2024
d94d75b
remove not needed classes
matiasbenedetto Jul 11, 2024
ef707f0
revert unwated changes
matiasbenedetto Jul 11, 2024
82c1b9a
removing not needed navigation
matiasbenedetto Jul 11, 2024
81e61ee
removing not needed condition
matiasbenedetto Jul 11, 2024
3f84d8c
improve array comparison
matiasbenedetto Jul 11, 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
Next Next commit
update wording
  • Loading branch information
matiasbenedetto committed Jul 4, 2024
commit 535953f7ab20c83ecfe4fe81d407a1a136414853
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function FontSize() {
<ToggleControl
label={ __( 'Fluid typography' ) }
help={ __(
'Enable fluid typography for this font size with default min and max values.'
'Scale the font size dynamically to fit the screen or viewport.'
) }
checked={ isFluid }
onChange={ handleFluidChange }
Expand Down