feat(web): compact logs and history logs UI to maximize log view space - #303
Merged
Conversation
Shrink the filter/selection chrome and stats around the log tables so more log rows fit in the viewport without scrolling. - MultiSelect: merge the toggle button into the selected-items row, shrink badges to badge-sm, tighten margins and panel padding - Live/History headers: title and subtitle on one line, text-xl, py-2 - Filter cards: drop redundant "Log Filters" title, p-6 to p-3, mb-6 to mb-3 - History stats: replace stacked stat blocks with a single compact badge-sm row (Total / Services / Range) - Log tables: table-sm modifier and badge-sm for service/type badges - Table heights: fixed 600px to viewport-relative calc(100vh - Xpx) Risk assessment: - Impact: operators see more log rows per screen; same info, denser layout - Blast radius: deployex_web only (4 files); no backend/sentinel/deployer changes - Regression risk: low - pure presentation/class changes, no logic touched - Rollback: plain commit revert Generated with [Devin](https://devin.ai) (GLM-5.2 High)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
badge-sm, tighten margins and panel paddingtext-xl,py-2p-6top-3,mb-6tomb-3statblocks with a single compactbadge-smrow (Total / Services / Range)table-smmodifier andbadge-smfor service/type badges600pxto viewport-relativecalc(100vh - Xpx)Risk assessment
Test plan
mix format --check-formattedon changed filesmix compile --warnings-as-errorsmix credo --strict(deployex_web)mix test apps/deployex_web/test/deployex_web/live/logs/(28 tests, 0 failures)/logs/liveand/logs/historyin browser🤖 Generated with Devin (GLM-5.2 High)