-
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: Pipeline UI App tabs with logs view #18527
Conversation
📸 UI snapshots have been updated5 snapshot changes in total. 0 added, 5 modified, 0 deleted:
Triggered by this commit. |
9704660
to
5984a99
Compare
1745022
to
7a2e3f4
Compare
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
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.
Great work!
Left a couple of nit-picks inline.
frontend/__snapshots__/scenes-app-pipeline--pipeline-app-configuration.png
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.
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 couldn't figure this out I tried whitespace-pre-wrap
which helped as now the result wasn't just a single line if I printed out the whole event, but it was still too long, so break-all
helped, but then it also broke in the middle of the words, which isn't great.
Size Change: -2.21 kB (0%) Total Size: 2.01 MB
|
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
Problem
The single app view would allow editing the app config, viewing metrics and logs.
See storybook images in the files for what things look like.
Changes
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
How did you test this code?