-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add debts frontend #759
base: staging
Are you sure you want to change the base?
Add debts frontend #759
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
10 Skipped Deployments
|
@property:GenerateInput(order = 8, label = "React Icons - Fontawesome 5 ikon név", | ||
note = "Innen kell kimásolni a nevét az ikonnak:\n" + | ||
"https://react-icons.github.io/react-icons/icons/fa\n" + | ||
"Ajánlott ikonok: FaHamburger, FaHotdog, FaTshirt, FaPizzaSlice, FaCocktail, FaMoneyBill, FaUtensils, FaUtensilSpoon, FaVial, FaBox, FaBeer, FaHandMiddleFinger, FaShapes, FaHeart, FaFrog") | ||
@property:GenerateOverview(visible = false) | ||
@property:ImportFormat(ignore = false, columnId = 6) | ||
var materialIcon: String = "payments" |
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.
Is this field used in the frontend?
It seems to be used by the admin panel, like this:
<td><span class="material-icons" th:text="${item.materialIcon}">fastfood</span></td>
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.
Yes, it is intended for use on frontend. I think its more important to support that, instead of the admin panel. @Gerviba ?
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.
This one is from an addon, that we possible never use again. So I think we can merge this PR
cc78b03
to
3723bf3
Compare
f2bfa50
to
9b84c4f
Compare
96f4f73
to
e42bcf9
Compare
9e61629
to
1383f9b
Compare
No description provided.