Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Events timeline panel #609

Closed
hakanedison opened this issue Sep 12, 2024 · 12 comments · Fixed by #627
Closed

Feature request: Events timeline panel #609

hakanedison opened this issue Sep 12, 2024 · 12 comments · Fixed by #627
Assignees
Labels
enhancement New feature or request in plan

Comments

@hakanedison
Copy link

We really need the Events panel to track Vue events (the list of emitted events and the properties of selected event).

See also #538.

Currently, that's the only reason we can't switch from version 6 to 7. We really need to, because in version 6, some of our components can't be inspected because of an hard-to-pinpoint flaw, in DevTools or in our code).

Thanks for your great work!

@webfansplz
Copy link
Member

Thank you for your feedback. We believe this feature request makes sense. Previously, we did not implement it due to significant performance overhead and memory leaks. However, if users truly need it, we should find a way to enable it on-demand (or have it disabled by default and allow users to enable it manually).

@webfansplz webfansplz added the enhancement New feature or request label Sep 12, 2024
@yaffol
Copy link

yaffol commented Sep 24, 2024

I would also find the component events timeline very useful. I agree that making it an on-demand, or configurable option makes sense.

@mreduar
Copy link

mreduar commented Sep 27, 2024

It would be really useful to have it at least as an option to activate it momentarily. I am currently working on a bug that would make it much easier to see the events emitted.

@webfansplz webfansplz self-assigned this Oct 1, 2024
@webfansplz
Copy link
Member

Cooking 🧑‍🍳

image

@webfansplz webfansplz mentioned this issue Oct 9, 2024
2 tasks
@webfansplz
Copy link
Member

See you soon 😊

timeline

@mreduar
Copy link

mreduar commented Oct 13, 2024

See you soon 😊

Nice!

@hakanedison
Copy link
Author

Great! 👍🏻

@rubjo
Copy link
Contributor

rubjo commented Oct 24, 2024

@webfansplz Looks really great! However, am I the only one expecting the "Enabled"/"Disabled" toggle to say the reverse of what they do currently?

@hakanedison
Copy link
Author

@webfansplz Looks really great! However, am I the only one expecting the "Enabled"/"Disabled" toggle to say the reverse of what they do currently?

A classic, and partly philosophical question; should the text indicate the current state or should it indicate what happens when you click? In my opinion, it partly depends on what kind of UI component it is, and partly on how the text is formulated (if it makes it clear whether it is state or action that is meant).

In general, I probably prefer that the text on a button refers to the action taken when clicked, but that's not a strong opinion.

@rubjo
Copy link
Contributor

rubjo commented Oct 24, 2024

Agreed – the current text is neither showing active state nor action, it's showing state if clicked 😄

@webfansplz
Copy link
Member

Thanks for the feedback, I've submitted a PR to improve the UX about it.

@rubjo
Copy link
Contributor

rubjo commented Oct 25, 2024

This still leaves room for confusion. I propose #642.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in plan
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants