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

feat: Toggle columns from LogSidePanel #82

Merged
merged 5 commits into from
Nov 7, 2023

Conversation

ernestii
Copy link
Contributor

@ernestii ernestii commented Nov 4, 2023

Allow to toggle columns from LogSidePanel

Screenshot 2023-11-03 at 10 39 13 PM

Copy link

changeset-bot bot commented Nov 4, 2023

🦋 Changeset detected

Latest commit: f9c657d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@hyperdx/app Minor
@hyperdx/api Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ernestii ernestii marked this pull request as ready for review November 4, 2023 02:45
style={{ width: 20 }}
onClick={() => toggleColumn(keyPathString)}
>
<i className="bi bi-table" />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let me know if I should use a different icon :D

MikeShi42
MikeShi42 previously approved these changes Nov 4, 2023
Copy link
Contributor

@MikeShi42 MikeShi42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 lgtm!

displayedColumns?.includes(keyPathString)
? 'Remove'
: 'Add'
} ${keyPathString} column`}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
} ${keyPathString} column`}
} ${keyPathString} column from results table`}

Nit: Would make it a tiny bit more clear what the button does, though the table icon should help!

@kodiakhq kodiakhq bot merged commit bf8af29 into hyperdxio:main Nov 7, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants