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

fix: DebugBar CSS for daisyUI #9046

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Jul 11, 2024

Description
Fixes #9041

How to Test:

--- a/app/Views/welcome_message.php
+++ b/app/Views/welcome_message.php
@@ -6,6 +6,8 @@
     <meta name="description" content="The small framework with powerful features">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <link rel="shortcut icon" type="image/png" href="/favicon.ico">
+    <link href="https://cdn.jsdelivr.net/npm/daisyui@4.12.10/dist/full.min.css" rel="stylesheet" type="text/css" />
+    <script src="https://cdn.tailwindcss.com"></script>
 
     <!-- STYLES -->
 

Before:
Screenshot 2024-07-11 17 58 47

After:
Screenshot 2024-07-11 17 58 27

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@kenjis kenjis added the bug Verified issues on the current code behavior or pull requests that will fix them label Jul 11, 2024
@kenjis kenjis merged commit c23ff44 into codeigniter4:develop Jul 17, 2024
4 checks passed
@kenjis kenjis deleted the fix-debugbar-daisyUI branch July 17, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: debug bar content not show with daisyUI ver 4.12.10
3 participants