Skip to content

Commit

Permalink
Add instructions for the Picker tab
Browse files Browse the repository at this point in the history
  • Loading branch information
katieravenwood committed Jan 2, 2025
1 parent 63264c2 commit 309aef0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions white-elephant-gift-picker-with-theft-limit.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ <h3 id="guests-heading" class="hidden">Party Guests Entered</h3>
<!-- Picker Tab -->
<div id="picker-tab" class="tab-content hidden">
<h2>Picker</h2>
<p class="instructions">
Select a Guest from the list below. If they're the first Guest to select a gift, select <em>Unwrap A Gift</em>! For the next Guest and all reamining Guests, there's a choice: do they want to Steal a gift someone has laready unwrapped or Unwrap a New Gift?? If they choose to Steal A Gift, select a Guest from whom to steal and it will show up as stolen in the List below! However, Gifts can only be stolen three times before they have to stay with their Guests, so only eligible Guests with gifts for stealing will show up to be chosen. The Guest from whom the gift was stolen will automatically Unwrap a new Gift as a replacement.
</p>
<div>
<label for="guest-select">Select a Party Guest:</label>
<select id="guest-select" onchange="handleGuestSelection()">
Expand Down
3 changes: 3 additions & 0 deletions white-elephant-gift-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ <h3 id="guests-heading" class="hidden">Party Guests Entered</h3>
<!-- Picker Tab -->
<div id="picker-tab" class="tab-content hidden">
<h2>Picker</h2>
<p class="instructions">
Select a Guest from the list below. If they're the first Guest to select a gift, select <em>Unwrap A Gift</em>! For the next Guest and all reamining Guests, there's a choice: do they want to Steal a gift someone has laready unwrapped or Unwrap a New Gift?? If they choose to Steal A Gift, select a Guest from whom to steal and it will show up as stolen in the List below! The Guest from whom the gift was stolen will automatically Unwrap a new Gift as a replacement.
</p>
<div>
<label for="guest-select">Select a Party Guest:</label>
<select id="guest-select" onchange="handleGuestSelection()">
Expand Down

0 comments on commit 309aef0

Please sign in to comment.