Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

justin-phxm
Copy link
Collaborator

No description provided.

Copy link
Member

@ideen1 ideen1 left a 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)"
Copy link
Member

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?

Copy link
Collaborator Author

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()">
Copy link
Member

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) {
Copy link
Member

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(
Copy link
Member

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
@justin-phxm justin-phxm force-pushed the master branch 4 times, most recently from e63bc81 to b0f0223 Compare August 30, 2024 17:54
@burtonjong burtonjong force-pushed the master branch 6 times, most recently from 2e7ee9e to 5c958ed Compare September 15, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants