-
Notifications
You must be signed in to change notification settings - Fork 0
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
added use multiple inventory #142
base: master
Are you sure you want to change the base?
added use multiple inventory #142
Conversation
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.
Looks great overall just a name change. Thanks for adding this functionality!
|
||
<button | ||
*ngIf="item.isBorrowable !== true" | ||
(click)="openModal(item)" |
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.
Can we use a more descriptive name for the modal here?
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.
Ideen is talking about the name openModal. He says to rename it to openMultipleItemModal.
@@ -84,7 +95,21 @@ <h1 class="tableHeading">Team Inventory</h1> | |||
</table> | |||
<p>--- End of Items ---</p> | |||
</div> | |||
|
|||
<dialog id="myModal"> | |||
<button style="color: red; font-size: larger" (click)="closeModal()"> |
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.
Same as above here
setItemAmount(amount: number) { | ||
this.useItemAmount = amount; | ||
} | ||
openModal(modalItem: Item) { |
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.
Same as others
::backdrop { | ||
background-color: slategray; | ||
/* background-image: linear-gradient( |
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.
Please remove the commented CSS code
…into TEL-2-portal-password-requirements-should-be-the-same-when-resetting-as-when-registering-or-logging-in
e63bc81
to
b0f0223
Compare
2e7ee9e
to
5c958ed
Compare
No description provided.