유저카드 리디자인 실험

Hi how can I disable cakeday from displaying on the card?

4개의 좋아요

In core there is no way to hide this from appearing. The way to do this with this component though, would be to add some custom CSS to a separate component and target:

.d-user-card__cakeday {
    display: none;
}
2개의 좋아요

Hi, thanks I already did hide it via css in the same. Was wondering if it had an option to disable it, given my users got the wrong impression of what it was for. But thanks for the component, much appreciated.

1개의 좋아요

The “Chat” button is the wrong size on the usercards. Reproduced on iPad mini 5th generation, both in Safari and DiscourseHub.

Edit: This was already reported before, but I forgot to search, thank you @Moin for pointing that out

3개의 좋아요
2개의 좋아요

This should be fixed here on Meta now, I applied a positioning fix yesterday… but let us know if the issue persists

2개의 좋아요

Nice, thanks @awesomerobot .

2개의 좋아요

Wait, is this no longer used in meta?

This has been turned off for now as we plan to merge this new usercard into core Discourse.

5개의 좋아요