-
Notifications
You must be signed in to change notification settings - Fork 5
Beta task checklist #57
Comments
Working on:
|
Also working on:
|
Could you expand on this?
|
Also working on:
|
Hi @dreamwhisper,
(If that was your idea) |
@kienstra Might need @johnstonphilip to expand on that one. I think it's that the previews aren't up to date with what should be showing. |
Ah, that makes sense! Thanks! |
If it would help, I could demo this in Sprint Review:
|
Alignments should be fixed with WordPress/gutenberg#48380 |
Hi @dreamwhisper,
Hope you had a great weekend. |
Hi @johnstonphilip,
Hope your week's off to a great start. |
@kienstra Yeah I think this is still happeneing (on my tests it is). To replicate:
This is because the browser shows a cached version of the HTML, and since our app's initial state is populated from that, it isn't up to date. To fix this, I think we'd have to fetch the data from an API upon first render. Unless there's some way of forcing a browser to load fresh, even on a back click. |
Possible solution to the back-button-stale problem: https://stackoverflow.com/questions/43043113/how-to-force-reloading-a-page-when-using-browser-back-button |
Oh thanks, I see that also. Interesting idea about to 'fetch the data from an API upon first render,' and good find of that StackOverflow question. |
Hi @johnstonphilip,
Maybe this is crazy, but what do you think about ignoring this bug? The same issue exists when creating a new post of type
It's how the browser works, though it's definitely a bad UX 😄
Good idea, this would be pretty easy to implement. But it'd be a lot of boilerplate code, like registering a |
Yeah. An alternative might be if we can provide some way of getting back to the patterns view without clicking "back", that would be enough. I suppose the admin sidebar |
- Delete all pm_pattern posts (these are not needed as we pull from files) After switching themes, delete all
pm_pattern
posts #62- Send a notice through the heartbeat API to any patterns still open that says The theme was changed. This pattern does not exist in this theme. Please close this tab. In the editor, show a notice that the theme changed #65
Feel free to edit as needed. We could also create a project if we feel it is needed.
The text was updated successfully, but these errors were encountered: