Dem13n / discussion-cards

Output of discussions in form of cards
MIT License
15 stars 5 forks source link

Reply counter missing on non-primary cards #22

Open phenomlab opened 3 years ago

phenomlab commented 3 years ago

As subject

Dem13n commented 3 years ago

It shouldn't be there

phenomlab commented 3 years ago

Can it be added as a setting ?

phenomlab commented 3 years ago

I'd like the ability to have this shown

Dem13n commented 3 years ago

there is no place

phenomlab commented 3 years ago

there is no place

Just above the flarumite views ? That's how it works without this extension

Dem13n commented 3 years ago

not everything is so simple, if you switch to the mobile version, you will understand that it already exists, but there is no place for it in the desktop version and it is not displayed, I do not want to bother with moving it

phenomlab commented 3 years ago

I understand. Trust me - I'm a developer myself. Are you saying that the counter is exposed, but hidden via CSS, or just not at all ?

Dem13n commented 3 years ago

https://github.com/Dem13n/discussion-cards/blob/master/js/src/forum/components/ListItem.js#L92

phenomlab commented 3 years ago

https://github.com/Dem13n/discussion-cards/blob/master/js/src/forum/components/ListItem.js#L92

Thanks. Is there a convenient way to override this value using extend.php ?

Dem13n commented 3 years ago

You can overwrite the ListItem, but the load will increase, if this function is so important, I will do it at the end of the week