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

feature: new tables on Search Analytics #2340

Merged
merged 5 commits into from
Sep 17, 2024
Merged

Conversation

SaraVieira
Copy link
Collaborator

@SaraVieira SaraVieira commented Sep 16, 2024

  • Fixes empty dates on charts
  • New table on Low Confidence queries
  • New table on head queries
  • New table on no results queries
  • fix when queeries are too long
  • small fixes to modal showing query data

Screenshots
image
image

image

@SaraVieira SaraVieira requested review from drew-harris and skeptrunedev and removed request for drew-harris September 16, 2024 16:57
@@ -36,7 +37,11 @@ export const TanStackTable = (props: TableProps) => {
<tr>
<For each={headerGroup.headers}>
{(header) => (
<th class="sticky top-0 z-10 border-b border-neutral-300 bg-white bg-opacity-75 py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-neutral-900 backdrop-blur backdrop-filter sm:pl-6 lg:pl-8">
<th
Copy link
Contributor

Choose a reason for hiding this comment

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

I would use the cn utility or the classList attribute for conditional styles instead of interpolating. Its more consistent with the ordering and application of styles

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh true we have that, I forgot. On it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done!

@@ -15,6 +15,7 @@ export type SortableColumnDef<TValue> = ColumnDef<any, TValue> & {
type TableProps = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be nice to add a class prop that gets appended to the container styles so that its more versatile

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done!

@skeptrunedev skeptrunedev changed the title New tables on Search Analytics feature: new tables on Search Analytics Sep 16, 2024
@SaraVieira SaraVieira marked this pull request as ready for review September 17, 2024 08:35
@skeptrunedev skeptrunedev merged commit 36c948e into main Sep 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants