Skip to content

Conversation

cquirosj
Copy link
Contributor

@cquirosj cquirosj commented May 10, 2025

No description provided.

@cquirosj cquirosj force-pushed the saga-missing-typpies branch from f2ecc21 to 2517d8a Compare May 10, 2025 14:06
@cquirosj cquirosj requested a review from soujay May 10, 2025 14:06
alt=""
v-tippy="update.InitiatingMessage.IsSagaTimeoutMessage ? `Timeout Message` : update.InitiatingMessage.IsEventMessage ? `Event Message` : `Command Message`"
/>
<h2 class="message-title" aria-label="initiating message type" v-tippy="update.InitiatingMessage.FriendlyTypeName">{{ update.InitiatingMessage.FriendlyTypeName }}</h2>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use EllipsesComponent instead.

<a
v-if="update.InitiatingMessage.HasRelatedTimeoutRequest"
v-tippy="`Scroll to timeout request`"
v-tippy="`View original timeout request`"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@johnsimons
Copy link
Member

No need to reinterate on a tooltip what the context aready states.
We don't want the UI/X to be full of tooltips

cquirosj and others added 14 commits May 11, 2025 19:58
@cquirosj cquirosj requested a review from johnsimons May 12, 2025 02:46
Copy link
Member

@johnsimons johnsimons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing left is to use EllipsesComponent instead. But we can do that in another PR.

@johnsimons johnsimons merged commit 0f22b8d into master May 12, 2025
5 checks passed
@johnsimons johnsimons deleted the saga-missing-typpies branch May 12, 2025 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants