Ghost/ghost/admin/app/components/posts/debug/email-error-message.hbs
Peter Zimon 63d216c321
Email debug updates (#16185)
no refs.

This commit fixes a couple of UX issues on the email debug screen:

- shows [...] button only for errors actually longer than the available
space to avoid confusion about where there's more error text
- use actual avatars instead of fake red/blue dots to make it consistent
with the rest of the app
- adds click through to member details screen to easily access member
data if needed
- updates text select for provider ID for easier copying
- removes unused "Download full error message" icon
2023-01-26 15:12:26 +01:00

6 lines
306 B
Handlebars

<div class="gh-email-debug-readmore-error" {{did-insert this.setup}}>
<input type="checkbox" id="error-{{@index}}-checkbox" class="toggle-checkbox">
<label class="{{if this.more "flex" "hidden"}}" for="error-{{@index}}-checkbox">{{svg-jar "dotdotdot"}}</label>
<span>{{@message}}</span>
</div>