Limit pages small device message appears in#2302
Conversation
WalkthroughThe changes modify the Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2302 +/- ##
============================================
+ Coverage 26.95% 26.98% +0.03%
- Complexity 8392 8398 +6
============================================
Files 134 134
Lines 27859 27883 +24
============================================
+ Hits 7509 7524 +15
- Misses 20350 20359 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
classes/controllers/FrmFormsController.php(1 hunks)
🧰 Additional context used
🧬 Code Definitions (1)
classes/controllers/FrmFormsController.php (1)
classes/helpers/FrmAppHelper.php (2)
FrmAppHelper(6-4460)is_formidable_admin(324-332)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: Cypress
Crabcyborg
left a comment
There was a problem hiding this comment.
Thanks @AbdiTolesa!
I made a small commit to fix an issue I had introduced by hiding #posts-filter. Nothing on the logs page was really appearing on the mobile width because of that. Now that should only get hidden on the "formidable" top level page.
Fix https://github.com/Strategy11/formidable-pro/issues/5728
Test procedure
Go to different WP admin pages that are not Formidable pages and confirm the 'More on bigger devices' message does not appear anywhere on the page.