Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
be8baa7
adds preference setter in UI
draganescu Jun 1, 2023
65bc029
Fix distraction free toolbar showing
Jun 1, 2023
e3e2299
fix distraction free flag in site editor, revert change in block tool…
draganescu Jun 2, 2023
c983dc9
basic distraction free enabled
draganescu Jun 2, 2023
7969e92
hide header items in distraction free
draganescu Jun 2, 2023
94763dc
fix the JS test for settings
draganescu Jun 15, 2023
f468154
fix the other test for editor settings
draganescu Jun 18, 2023
071bd81
remove the rerendering of the site editor header to maintain focus on…
draganescu Jun 20, 2023
b172b79
animated hader in edit mode for distraction free
draganescu Jun 20, 2023
ea5e647
fix sidebar header
draganescu Jun 21, 2023
edb7eb2
move static objects out of components
draganescu Jun 21, 2023
9171bf7
Refactor distractionFree site editor animations
jeryj Jun 22, 2023
e2db911
Remove invalid animation values for initial and exit
jeryj Jun 22, 2023
61ed821
Fix bug where edit-mode__actions would get stuck in isDistractionFree…
jeryj Jun 22, 2023
a786941
Override animation with !important CSS when focus is within header on…
jeryj Jun 22, 2023
c31b454
Adjust animation exit delay for header so the header remains visible …
jeryj Jun 22, 2023
eedf542
remove hardcoded z-index
draganescu Jun 23, 2023
3cdec4d
turn off distraction free mode when opening the styles sidebar from s…
draganescu Jun 23, 2023
7236c95
add distraction free mode to preferences panel in the site editor
draganescu Jun 23, 2023
ed86a44
Adds the distraction free mode keyboard shortcut
draganescu Jun 23, 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
fix the other test for editor settings
  • Loading branch information
draganescu committed Jun 23, 2023
commit f4681542f5cd7ffea341cf135297ab4cad941d64
1 change: 1 addition & 0 deletions packages/edit-site/src/store/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ describe( 'selectors', () => {
outlineMode: true,
focusMode: false,
hasFixedToolbar: false,
isDistractionFree: false,
keepCaretInsideBlock: false,
showIconLabels: false,
__experimentalSetIsInserterOpened: setInserterOpened,
Expand Down