fix: update audit logs page layout classes and add newline at EOF - #4719
Merged
Merged
Conversation
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe audit logs page wrapper styling was updated to use a full-width flex layout and a different viewport height calculation. The ChangesAudit logs page layout
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This was referenced Jun 26, 2026
Contributor
Author
18 tasks
impoiler
force-pushed
the
06-26-fix_audit_logs_page_width
branch
from
June 26, 2026 08:36
5213094 to
cf31023
Compare
impoiler
force-pushed
the
06-26-chore_show_tooltip_for_logs_filter_sidebar_for_overflowing_text
branch
from
June 26, 2026 08:36
b1db6a0 to
093f669
Compare
impoiler
marked this pull request as ready for review
June 26, 2026 09:30
Contributor
impoiler
force-pushed
the
06-26-fix_audit_logs_page_width
branch
from
June 26, 2026 09:37
cf31023 to
531106c
Compare
impoiler
force-pushed
the
06-26-chore_show_tooltip_for_logs_filter_sidebar_for_overflowing_text
branch
from
June 26, 2026 09:37
093f669 to
5d2afe1
Compare
impoiler
force-pushed
the
06-26-fix_audit_logs_page_width
branch
from
June 26, 2026 11:33
531106c to
d478309
Compare
impoiler
force-pushed
the
06-26-chore_show_tooltip_for_logs_filter_sidebar_for_overflowing_text
branch
from
June 26, 2026 11:33
5d2afe1 to
68ab98f
Compare
18 tasks
impoiler
force-pushed
the
06-26-chore_show_tooltip_for_logs_filter_sidebar_for_overflowing_text
branch
from
June 26, 2026 12:23
68ab98f to
53c60fc
Compare
impoiler
force-pushed
the
06-26-fix_audit_logs_page_width
branch
from
June 26, 2026 12:23
d478309 to
3ab32b4
Compare
17 tasks
Contributor
Merge activity
|
akshaydeo
changed the base branch from
06-26-chore_show_tooltip_for_logs_filter_sidebar_for_overflowing_text
to
graphite-base/4719
June 26, 2026 13:50
akshaydeo
dismissed
coderabbitai[bot]’s stale review
June 26, 2026 13:51
The base branch was changed.
akshaydeo
pushed a commit
that referenced
this pull request
Jun 30, 2026
) ## Summary Fixes the layout of the Audit Logs page to correctly fill the viewport and apply the appropriate background and border styles. ## Changes - Replaced `h-[calc(100dvh-1rem)]` with `h-[calc(100vh-16px)]` for consistent viewport height calculation - Swapped `mx-auto flex flex-col p-4` utility classes for `no-border-parent bg-background flex` to align with the layout conventions used elsewhere in the app - Added missing newline at end of file ## Type of change - [x] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [ ] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [x] UI (React) - [ ] Docs ## How to test Navigate to the Audit Logs page and verify: - The page fills the full viewport height without overflow or clipping - The background color and border styling match the rest of the workspace layout ```sh cd ui pnpm i || npm i pnpm build || npm run build ``` ## Screenshots/Recordings Add before/after screenshots showing the corrected Audit Logs page layout. ## Breaking changes - [ ] Yes - [x] No ## Related issues ## Security considerations None. ## Checklist - [ ] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [ ] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
R-droid101
pushed a commit
to R-droid101/bifrost
that referenced
this pull request
Jul 1, 2026
…ximhq#4719) ## Summary Fixes the layout of the Audit Logs page to correctly fill the viewport and apply the appropriate background and border styles. ## Changes - Replaced `h-[calc(100dvh-1rem)]` with `h-[calc(100vh-16px)]` for consistent viewport height calculation - Swapped `mx-auto flex flex-col p-4` utility classes for `no-border-parent bg-background flex` to align with the layout conventions used elsewhere in the app - Added missing newline at end of file ## Type of change - [x] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [ ] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [x] UI (React) - [ ] Docs ## How to test Navigate to the Audit Logs page and verify: - The page fills the full viewport height without overflow or clipping - The background color and border styling match the rest of the workspace layout ```sh cd ui pnpm i || npm i pnpm build || npm run build ``` ## Screenshots/Recordings Add before/after screenshots showing the corrected Audit Logs page layout. ## Breaking changes - [ ] Yes - [x] No ## Related issues ## Security considerations None. ## Checklist - [ ] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [ ] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
akshaydeo
pushed a commit
that referenced
this pull request
Jul 1, 2026
) ## Summary Fixes the layout of the Audit Logs page to correctly fill the viewport and apply the appropriate background and border styles. ## Changes - Replaced `h-[calc(100dvh-1rem)]` with `h-[calc(100vh-16px)]` for consistent viewport height calculation - Swapped `mx-auto flex flex-col p-4` utility classes for `no-border-parent bg-background flex` to align with the layout conventions used elsewhere in the app - Added missing newline at end of file ## Type of change - [x] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [ ] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [x] UI (React) - [ ] Docs ## How to test Navigate to the Audit Logs page and verify: - The page fills the full viewport height without overflow or clipping - The background color and border styling match the rest of the workspace layout ```sh cd ui pnpm i || npm i pnpm build || npm run build ``` ## Screenshots/Recordings Add before/after screenshots showing the corrected Audit Logs page layout. ## Breaking changes - [ ] Yes - [x] No ## Related issues ## Security considerations None. ## Checklist - [ ] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [ ] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
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
Fixes the layout of the Audit Logs page to correctly fill the viewport and apply the appropriate background and border styles.
Changes
h-[calc(100dvh-1rem)]withh-[calc(100vh-16px)]for consistent viewport height calculationmx-auto flex flex-col p-4utility classes forno-border-parent bg-background flexto align with the layout conventions used elsewhere in the appType of change
Affected areas
How to test
Navigate to the Audit Logs page and verify:
Screenshots/Recordings
Add before/after screenshots showing the corrected Audit Logs page layout.
Breaking changes
Related issues
Security considerations
None.
Checklist
docs/contributing/README.mdand followed the guidelines