-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: Batch export logs frontend #17605
Conversation
ce61ea3
to
1a87007
Compare
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
@benjackwhite As usual, I value your input on frontend bits. But I don't want to take up much of your time, so feel free to skip this one if you are busy. Regardless, thank you! |
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.
I pushed a small style change to get rid of the duplicate header for the latest runs.
Didn't look tooo closely but didn't spot anything worth commenting on.
Nice work!
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
87c7655
to
469b3dc
Compare
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.
Nice!
Problem
Frontend parts to display logs ingested in #17579. I mostly copied over the components used for pluginLogs and tried my best to adapt them for batch exports.
Changes
We now have tabs in batch exports UI, and logs look like this:
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
How did you test this code?