-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix loading of the text app in public shared links #30719
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
Conversation
Instead of doing the centering for the entire public content, only do it for the preview. This is more safe. Signed-off-by: Carl Schwan <[email protected]>
|
/backport to stable23 |
|
/backport to stable22 |
|
/backport to stable21 |
julien-nc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
nickvergessen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Loading again, but there are still issues
|
@nickvergessen What kind of issues? |
The close button issue we already looked today in the call |
|
@CarlSchwan Ok thanks. We're on it 😁. |
|
The backport to stable21 failed. Please do this backport manually. |
Fix loading of the text app in public shared links
|
I don't think this needs to be backported to stable21. At least from what i saw cypress tests were still passing in stable21 - which indicates the problem probably did not exist there. |
|
Yeah, the problematic PR wasn't merged yet in stable21 due to merge conflict. And i'm probably just gonna close it |
|
#30696 is the backport pr in question. |
Instead of doing the centering for the entire public content, only do it
for the preview. This is more safe.
Signed-off-by: Carl Schwan [email protected]