Skip to content

fix: DebugBar CSS for daisyUI#9046

Merged
kenjis merged 1 commit into
codeigniter4:developfrom
kenjis:fix-debugbar-daisyUI
Jul 17, 2024
Merged

fix: DebugBar CSS for daisyUI#9046
kenjis merged 1 commit into
codeigniter4:developfrom
kenjis:fix-debugbar-daisyUI

Conversation

@kenjis

@kenjis kenjis commented Jul 11, 2024

Copy link
Copy Markdown
Member

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
@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