-
Notifications
You must be signed in to change notification settings - Fork 19
Refactor: update tracing action buttons #844
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
Conversation
kraleppa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lib/live_debugger/app/debugger/callback_tracing/web/components/trace_settings.ex
Outdated
Show resolved
Hide resolved
lib/live_debugger/app/debugger/callback_tracing/web/components/trace_settings.ex
Outdated
Show resolved
Hide resolved
lib/live_debugger/app/debugger/callback_tracing/web/hook_components/filters_fullscreen.ex
Outdated
Show resolved
Hide resolved
lib/live_debugger/app/debugger/callback_tracing/web/hook_components/clear_button.ex
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job only some nitpicks - fix them and we're ready to merge
- Fullscreen button is missing a tooltip (it's the only action button that does not have a tooltip)
- There is some inconsitence in case of action buttons. E.g. dropdown button has slightly bigger height that start/stop button - check the photo below. They should be identical squares
lib/live_debugger/app/debugger/callback_tracing/web/hook_components/toggle_tracing_button.ex
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ac164be to
506b382
Compare
hhubert6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good



No description provided.