Show both OP and last reply on mobile

:information_source: Summary This component show topic OP and last reply on mobile
:eyeglasses: Preview Theme Creator
:hammer_and_wrench: Repository Lhcfl/discourse-mobile-topic-op-and-last-reply (github.com)
:question: Install Guide How to install a theme or theme component
:open_book: New to Discourse Themes? Beginner’s guide to using Discourse Themes

Install this theme component

This theme component is heavily inspired by @awesomerobot’s Show Original Poster Avatars - theme-component - Discourse Meta. Let us thank him for his great creation!

This theme component has reached a balance on whether to display the topic OP or the last replyer on the mobile. As you can see, the OP of the topic will be displayed on the left, and the last replyer will be displayed on the right. In particular, if there is no reply, the position of the avatar will be replaced by a clock.

10 Likes

It reminds me a bit of MD Topic List Mobile component :slight_smile:

2 Likes

Thanks !

Can you do that for computer too ?

Didn’t the topic list on the desktop provide us with more detailed information?

1 Like

A good theme component but it’s does that with my category + tag:

IS it possible to fix?

Do you mean nothing is displayed?

I tested the component, and it is working fine on my side:

No, the problem is, if i have theme component activated, it’s shows category + tag without Space.

Like:

Categorytag

Also, long name category shows like that:

But all IS working fine without the theme component

EDIT:

finally, i have fixed it with:

.mobile-view .svg-icon, .svg-icon-title {
    margin-left: 5px;
}
1 Like