Tecnoblog의 Discourse 댓글 사용 경험

That’s strange… are you logged in? Also, did you try swiping sideways to see if the horizontal scroll bar appears?

If so, I wonder if it’s something that only happens with admin accounts.

1개의 좋아요

I am not logged in, I did try swiping left-right.

It’s possibly something that happens with admins. I see no repro with a regular user in a Chrome mobile emulator window.

Actually: I can repro as admin on our own blog.

2개의 좋아요

The horizontal scrollbar issue should be fixed once this lands: UX: Ensure hidden upload field does not break layout by pmusaraj · Pull Request #39619 · discourse/discourse · GitHub

4개의 좋아요

Nice, thank you! @pmusaraj

4개의 좋아요

Just a quick heads-up: while this flow has been fixed for Google One Tap, it’s still behaving this way when using the native Discourse login.

1개의 좋아요

We are working on making that flow better

https://github.com/discourse/discourse/pull/39756

It’s a complex change, but we are hopeful we can get a better UX.

6개의 좋아요

I found another UI bug:

When I click to edit my post, a blank space appears at the bottom of the iframe with no content. The ‘standard’ form remains open, but my comment isn’t inside it for editing. Also, the element showing the thread’s post count shifts to the left.

1개의 좋아요

Sound similar to a bug on the AI Bot composer right @keegan ?

1개의 좋아요

This should be now resolved with:

https://github.com/discourse/discourse/commit/c26bd748ccd71a1635909c3694540525281403af

5개의 좋아요

I was just looking over the stats and I’m wondering if everything is working as expected. I’m seeing fewer than 400 daily pageviews under ‘Embedded Views.’

For context, the entire Community used to get about 8k pageviews a day before we switched to the full app embed—and that number has jumped more than 5x since we went live.

Shouldn’t that difference be reflected in the ‘Embedded Views’ section?

1개의 좋아요

This is now fixed, please update to get the new login flow.

https://github.com/discourse/discourse/pull/39756

4개의 좋아요

I think the new nested replies feature might not be compatible with Embed Mode.

I enabled nested replies on a topic to test it out, and instead of loading the comments section, the iframe ended up loading the post inside the post.

1개의 좋아요

The ad plugin is also inserting ads into the embed version, which breaks the layout.

I believe we could keep the “post bottom” option (the ads that appear between posts), as their format would fit well in the embed (usually a medium rectangle: 300x250).

However, the other slots don’t make sense in the embed version, so it would be great to remove them.

1개의 좋아요

I configured the “post bottom” slot to see how it would look in the embed, and it generated a horizontal scrollbar in the desktop view — even though I only enabled sizes that are much smaller than the embed’s width.

While I’m at it, I also noticed that on mobile, the right margin of the posts is wider than the left margin (i don’t think it’s related to the ads).