-
Notifications
You must be signed in to change notification settings - Fork 216
enhance: Full-width template support for Dokan dashboard page. #2938
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
Changes from all commits
866d4da
186b791
9b1bed1
8c90af5
3cff7c6
2dc6128
2d17a94
2e10f07
d035c76
87db47a
69d8c52
57336c8
284935d
ad89b7f
3ee82f9
9e077d6
f56491c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -253,6 +253,7 @@ public function add_reverse_withdrawal_nav( $urls ) { | |
| 'icon' => '<i class="fas fa-dollar-sign"></i>', | ||
| 'url' => dokan_get_navigation_url( 'reverse-withdrawal' ), | ||
| 'pos' => 71, | ||
| 'icon_name' => 'Redo2', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chainVerify the icon name exists in the icon library. The addition of 🏁 Script executed: #!/bin/bash
# Description: Search for the Redo2 icon definition or usage in the React components
# Search for Redo2 icon in component files, icon definitions, or imports
rg -n --type=js --type=ts -C3 "Redo2"
# Also search in any icon registry or mapping files
fd -e js -e ts -e jsx -e tsx | xargs rg -l "icon.*registry|iconMap|icon.*metadata" | head -5 | xargs catLength of output: 1700 'Redo2' icon name is not defined in the icon registry and will fail at runtime. The
The available icon keys are: Either use an existing icon name from this list, or add the 'Redo2' icon component to the registry (import it and add it to 🤖 Prompt for AI Agents |
||
| 'permission' => 'dokan_view_withdraw_menu', | ||
| ]; | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.