* show dropdowns on pre-existing comments * show preview on comments, v rough version of showing preview on recently added comments * tidy up error, add some comments * show the ama icon when appropriate * add to comment on article cypress spec * add test for preview card on article comment * tidy up * small refactors * wait for button init in cypress test * add test for article author byline on organization post * Trigger CI builds * Trigger CI builds
5 lines
421 B
Text
5 lines
421 B
Text
<div id="<%= id %>" class="profile-preview-card__content crayons-dropdown" style="--card-color: <%= Color::CompareHex.new([user_colors(actor)[:bg], user_colors(actor)[:text]]).brightness(0.88) %>; border-top: var(--su-7) solid var(--card-color);" data-testid="profile-preview-card">
|
|
<div class="gap-4 grid">
|
|
<%= render "shared/profile_card_content", context: "preview-card", actor: actor %>
|
|
</div>
|
|
</div>
|