Stop using font icons for form actions collapsible#1907
Conversation
WalkthroughThe recent changes enhance both the PHP and CSS components of the codebase. The PHP file now employs a dynamic function for rendering icons, which improves maintainability. In CSS, modifications focus on the layout and aesthetics of notification settings and button styles, with adjustments to padding and consistent color schemes for SVG icons. Collectively, these updates aim to improve user interface design and code flexibility. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Button
participant IconRenderer
User->>Button: Clicks button
Button->>IconRenderer: Request icon rendering
IconRenderer-->>Button: Returns rendered icon
Button->>User: Displays button with icon
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
|
@AbdiTolesa I think we can remove this CSS formidable-forms/css/frm_admin.css Line 6799 in 62e5898 |
|
We should add |
@truongwp I have removed the old css, thanks! I didn't see any significant transition effect for the old |
|
@AbdiTolesa Sorry, the old tag doesn't have the transition for rotation. |
truongwp
left a comment
There was a problem hiding this comment.
This looks good. Thanks @AbdiTolesa!

Fix https://github.com/Strategy11/formidable-pro/issues/5249
