Refactor Lucide icon rendering by replacing nodes with root across components and fix unintended character encoding issues in placeholders and text.
This commit is contained in:
@@ -110,7 +110,7 @@ class ProfileForm extends HTMLElement {
|
||||
<button class="btn-primary" id="dlg-save">${isEdit ? 'Save Changes' : 'Create Profile'}</button>
|
||||
</div>`;
|
||||
|
||||
if (window.lucide) lucide.createIcons({ nodes: [d] });
|
||||
if (window.lucide) lucide.createIcons({ root: d });
|
||||
|
||||
// Local step state (not saved until the profile save)
|
||||
const profileId = profile?.id || null;
|
||||
|
||||
Reference in New Issue
Block a user