Skip to content

feat(ourlogs): switch table expando to visualizations, with collapsed chart previews#114433

Merged
JoshuaKGoldberg merged 7 commits intomasterfrom
explore-logs-collapsed-summary-visualizations
May 1, 2026
Merged

feat(ourlogs): switch table expando to visualizations, with collapsed chart previews#114433
JoshuaKGoldberg merged 7 commits intomasterfrom
explore-logs-collapsed-summary-visualizations

Conversation

@JoshuaKGoldberg
Copy link
Copy Markdown
Member

@JoshuaKGoldberg JoshuaKGoldberg commented Apr 30, 2026

This applies three changes:

  • Removes the expando button & the concept of table expansion hiding chart visualizations
  • Changes chart visualizations to collapsed by default...
  • ...but with a trimmed-down version of their visualization, and a direct expando button instead of the hamburger menu
Old Default (Expanded) New Default (Collapsed)
Screenshot of the mobile view shoring an expanded default count(logs). It shows the chart with axis, and the hamburger menu. Screenshot of the mobile view shoring a collapsed default count(logs). It shows the chart with no axis, and the expando button instead of hamburger menu.

Fixes LOGS-747

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 30, 2026
@JoshuaKGoldberg JoshuaKGoldberg force-pushed the explore-logs-collapsed-summary-visualizations branch from ddb4f4a to 12d6775 Compare April 30, 2026 16:07
@linear-code
Copy link
Copy Markdown

linear-code Bot commented Apr 30, 2026

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review April 30, 2026 17:56
@JoshuaKGoldberg JoshuaKGoldberg requested review from a team as code owners April 30, 2026 17:56
Comment thread static/app/views/explore/logs/logsQueryParams.tsx
Comment thread static/app/views/explore/logs/logsStateQueryParamsProvider.tsx
Comment thread static/app/views/dashboards/widgets/widget/widgetTitle.tsx Outdated
Comment thread static/app/views/explore/logs/logsGraph.tsx Outdated
Comment thread static/app/views/explore/logs/logsTab.tsx
Copy link
Copy Markdown
Contributor

@nsdeschenes nsdeschenes left a comment

Choose a reason for hiding this comment

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

Looks all good to me 😄

Seems like there are some merge conflicts tho 😢

@JoshuaKGoldberg
Copy link
Copy Markdown
Member Author

I swear, every time I send something for review... 🫠

(these I think I gave to myself though lol)

Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit dc82e9a. Configure here.

Comment thread static/app/views/explore/logs/logsGraph.tsx
Comment thread static/app/views/explore/logs/content.tsx
@JoshuaKGoldberg JoshuaKGoldberg merged commit a9e08c4 into master May 1, 2026
71 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the explore-logs-collapsed-summary-visualizations branch May 1, 2026 15:34
cleptric pushed a commit that referenced this pull request May 5, 2026
… chart previews (#114433)

This applies three changes:

* Removes the expando button & the concept of table expansion hiding
chart visualizations
* Changes chart visualizations to collapsed by default...
* ...but with a trimmed-down version of their visualization, and a
direct expando button instead of the hamburger menu

<table>
<thead>
<tr>
<th>Old Default (Expanded)</th>
<th>New Default (Collapsed)</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<img width="1647" height="962" alt="Screenshot of the mobile view
shoring an expanded default count(logs). It shows the chart with axis,
and the hamburger menu."
src="https://github.com/user-attachments/assets/21738cf4-94cd-4931-b534-7ba7bc34b8c8"
/>
</td>
<td>
<img width="1647" height="962" alt="Screenshot of the mobile view
shoring a collapsed default count(logs). It shows the chart with no
axis, and the expando button instead of hamburger menu."
src="https://github.com/user-attachments/assets/cdcb6d67-74bb-4670-a427-505aaccd6bd4"
/>
</td>
</tr>
</tbody>
</table>

Fixes LOGS-747
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants