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

Devtools: Simple timeline traversal and filtering #5327

Open
turt2live opened this issue Oct 18, 2017 · 5 comments
Open

Devtools: Simple timeline traversal and filtering #5327

turt2live opened this issue Oct 18, 2017 · 5 comments
Labels
A-DevTools /devtools, show hidden events, etc. P3 T-Enhancement

Comments

@turt2live
Copy link
Member

Description

This probably doesn't need to be overly complicated. A reverse chronological list of buttons that show the event bodies would be fine (probably showing the event type/something useful on the button). Ideally the UI would also allow filtering, so a user could say "show events that are not m.room.message" or "only show events that contain 'im.vector' in the type", etc.

Version information

  • Platform: web (in-browser)
  • Browser: Chrome 61
  • OS: Windows 10
  • URL: riot.im/develop
@t3chguy
Copy link
Member

t3chguy commented Oct 30, 2017

Would this not be better done by #5132?

@t3chguy
Copy link
Member

t3chguy commented Oct 30, 2017

oh I guess filtering, so would you want BOTH? :P

@turt2live
Copy link
Member Author

#5132 is for within the timeline, this is for more of a deep-dive of the timeline within the dialog.

@t3chguy
Copy link
Member

t3chguy commented Oct 30, 2017

@turt2live, would it need to understand pagination or just show currently paginated events?

@turt2live
Copy link
Member Author

It should probably understand pagination, although that doesn't really need to be MVP in my opinion. Although it's worth noting that I'd like to see the dialog in chronological order (newest first) which may throw pagination out the window as being way too complex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-DevTools /devtools, show hidden events, etc. P3 T-Enhancement
Projects
None yet
Development

No branches or pull requests

4 participants