Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bricel committed Sep 24, 2024
1 parent c0aae44 commit d1d0a0b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 7 deletions.
37 changes: 31 additions & 6 deletions latest/live/Main-082bb717.js → latest/live/Main-afa50b07.js
Original file line number Diff line number Diff line change
Expand Up @@ -51933,6 +51933,31 @@ var _Gizra$circuit_bid$Pages_Clerk_Utils$viewNextPriceAmountAndRally = F5(
}
}));
});
var _Gizra$circuit_bid$Pages_Clerk_Utils$nextBidAmountForQueuedBidsUpdate = F2(
function (calculated, model) {
nextBidAmountForQueuedBidsUpdate:
while (true) {
var currentAmount = _Gizra$circuit_bid$Item_Utils$getAmountFromPrice(
A2(_Gizra$circuit_bid$Pages_Clerk_Utils$getPriceForClerk, calculated, model));
var nextBidAmount = function () {
var nextBidIncrement = A2(_Gizra$circuit_bid$BidStep_Utils$getBidStepAmount, calculated.bidSteps, currentAmount);
return A2(_Gizra$circuit_bid$Amount$add, currentAmount, nextBidIncrement);
}();
if (A2(_elm_lang$core$List$member, nextBidAmount, calculated.futureBookBidAmounts)) {
var _v7 = _elm_lang$core$Native_Utils.update(
calculated,
{
currentPrice: _elm_lang$core$Maybe$Just(nextBidAmount)
}),
_v8 = model;
calculated = _v7;
model = _v8;
continue nextBidAmountForQueuedBidsUpdate;
} else {
return nextBidAmount;
}
}
});
var _Gizra$circuit_bid$Pages_Clerk_Utils$nextBidAmountForClerk = F2(
function (calculated, model) {
nextBidAmountForClerk:
Expand All @@ -51949,14 +51974,14 @@ var _Gizra$circuit_bid$Pages_Clerk_Utils$nextBidAmountForClerk = F2(
}
}();
if (A2(_elm_lang$core$List$member, nextBidAmount, calculated.futureBookBidAmounts)) {
var _v8 = _elm_lang$core$Native_Utils.update(
var _v10 = _elm_lang$core$Native_Utils.update(
calculated,
{
currentPrice: _elm_lang$core$Maybe$Just(nextBidAmount)
}),
_v9 = model;
calculated = _v8;
model = _v9;
_v11 = model;
calculated = _v10;
model = _v11;
continue nextBidAmountForClerk;
} else {
return nextBidAmount;
Expand Down Expand Up @@ -60804,7 +60829,7 @@ var _Gizra$circuit_bid$Pages_Clerk_View$floorBidView = F7(
}
};
var nextBidAmount = A2(
_Gizra$circuit_bid$Pages_Clerk_Utils$nextBidAmountForClerk,
_Gizra$circuit_bid$Pages_Clerk_Utils$nextBidAmountForQueuedBidsUpdate,
_elm_lang$core$Native_Utils.update(
_p28,
{
Expand All @@ -60822,7 +60847,7 @@ var _Gizra$circuit_bid$Pages_Clerk_View$floorBidView = F7(
ctor: '_Tuple2',
_0: customBidInput,
_1: A2(
_Gizra$circuit_bid$Pages_Clerk_Utils$nextBidAmountForClerk,
_Gizra$circuit_bid$Pages_Clerk_Utils$nextBidAmountForQueuedBidsUpdate,
_elm_lang$core$Native_Utils.update(
_p28,
{
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion latest/live/app-loader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

(function() {
const unifiedHash = '082bb717';
const unifiedHash = 'afa50b07';

function loadScript(src, callback) {
const script = document.createElement('script');
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d1d0a0b

Please sign in to comment.