-
Notifications
You must be signed in to change notification settings - Fork 22
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
#2120 / Setup Wizard: Configure static entity details like label and icon #2328
Conversation
Deployed to https://pr-2328.aam-digital.net/ |
…/Aam-Digital/ndb-core into feature/entity-type-configurable
… feature/entity-type-configurable
<input | ||
formControlName="icon" | ||
matInput | ||
[placeholder]="formLabel.value" | ||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check out whether we can use a component to visually select fontawesome icons.
Maybe the following or any other that you might find: https://www.npmjs.com/package/ngx-icon-picker
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the suggestion. However, I've looked into it, and unfortunately, ngx-icon-picker
doesn't support Angular 17, and I'm currently unable to find another library that does.
src/app/core/admin/admin-entity/admin-entity-edit/admin-entity-edit.component.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did some small code cleanups.
One functional problem I still discovered:
When you switch between General Settings and Details section, the changes in general form are lost. These have to be kept until you save or cancel the admin view overall.
This issue is fixed now! can you please let me know now if it's working as expected or do you have any suggestion? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good work 👍
🎉 This PR is included in version 3.35.0-master.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.35.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes: #2120
Visible/Frontend Changes