Skip to content

Commit

Permalink
deploy: 317cf88
Browse files Browse the repository at this point in the history
  • Loading branch information
ggurdin committed Jan 2, 2025
1 parent 41d463b commit 32ff3d3
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 31 deletions.
2 changes: 1 addition & 1 deletion flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ const RESOURCES = {"icons/Icon-512.png": "391892c6f6720429a9d4f93ec1ce5f4e",
"main.dart.js_261.part.js": "2c0f70761c6cafc06ba7fc174248d998",
"main.dart.js_267.part.js": "65890bc4d65126167b37aaeb278622e6",
"main.dart.js_266.part.js": "bdcd0183a7d6c66827363b6fc2c44970",
"index.html": "a336aab20913746b8542abd8f183a87c",
"/": "a336aab20913746b8542abd8f183a87c",
"index.html": "8392bc7fe71fad52a93dc8855381aa62",
"/": "8392bc7fe71fad52a93dc8855381aa62",
"main.dart.js_215.part.js": "8ae82837cf1580226ab19ab26dcde70b",
"main.dart.js_217.part.js": "223379fd67fb6dfef14ecbe1ce8b56fa",
"main.dart.js_1.part.js": "bbfbf9c12d4757594058159e2cdae9bb",
Expand All @@ -137,9 +137,9 @@ const RESOURCES = {"icons/Icon-512.png": "391892c6f6720429a9d4f93ec1ce5f4e",
"main.dart.js_225.part.js": "fe2440f92412c9f5c16f7a9b370acbe3",
"main.dart.js_233.part.js": "dd2529f50dec5e567b060266aecab51c",
"main.dart.js_204.part.js": "cc17fbe7131479468f6f9fdab12cb8a1",
"flutter_bootstrap.js": "05580e5a0e040058410279a0792fa208",
"flutter_bootstrap.js": "9826d8f3bc6fea328b1fdc700549aa87",
"main.dart.js_209.part.js": "e17f6a678d7296da40acf03f2f70718e",
"main.dart.js": "ae49d1f041b41dbc680e2b15352f173d",
"main.dart.js": "65464f9acc4090b47e6628d56bf2bbad",
"main.dart.js_197.part.js": "693fecf6e628dfeb9939b5e1bf72bfaa",
"main.dart.js_195.part.js": "296950185643c56249c39957376a2ab2",
"main.dart.js_274.part.js": "6046acaab3ac5c210a04c3efad394456",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1475793010";
const serviceWorkerVersion = "2123755485";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
59 changes: 39 additions & 20 deletions main.dart.js
Original file line number Diff line number Diff line change
Expand Up @@ -33359,8 +33359,8 @@
return A._asyncStartSync($async$EventsRoomExtension__sendPangeaEvent, $async$completer);
},
EventsRoomExtension__pangeaSendTextEvent(_this, message, choreo, editEventId, inReplyTo, msgtype, originalSent, originalWritten, parseCommands, parseMarkdown, threadLastEventId, threadRootEventId, tokensSent, tokensWritten, txid) {
var t1 = choreo.toJson$0(),
t2 = originalSent.toJson$0(),
var t1 = choreo == null ? null : choreo.toJson$0(),
t2 = originalSent == null ? null : originalSent.toJson$0(),
t3 = tokensSent == null ? null : tokensSent.toJson$0(),
$event = A.LinkedHashMap_LinkedHashMap$_literal(["msgtype", msgtype, "body", message, "choreo_record", t1, "original_sent", t2, "original_written", null, "tokens_sent", t3, "tokens_written", null], type$.String, type$.dynamic),
html = A.markdown($event.$index(0, "body"), true, new A.EventsRoomExtension__pangeaSendTextEvent_closure(_this), _this.get$getMention());
Expand Down Expand Up @@ -178885,6 +178885,9 @@
send$3$choreo$originalSent$tokensSent(_, choreo, originalSent, tokensSent) {
return this.send$body$ChatController(0, choreo, originalSent, tokensSent);
},
send$0(_) {
return this.send$3$choreo$originalSent$tokensSent(0, null, null, null);
},
send$body$ChatController(_, choreo, originalSent, tokensSent) {
var $async$goto = 0,
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
Expand Down Expand Up @@ -180383,11 +180386,7 @@
t2 = t1._widget.room;
t3 = Date.now();
t4 = msgEventId == null;
if (!t4)
t5 = $async$self.tokensSent != null;
else
t5 = false;
if (t5) {
if (!t4 && $async$self.originalSent != null && $async$self.tokensSent != null) {
t5 = t1.pangeaController.__PangeaController_putAnalytics_A;
t5 === $ && A.throwUnnamedLateFieldNI();
t5._stateListener.add$1(0, new A.AnalyticsStream(msgEventId, t1.get$room().id, B.AnalyticsUpdateOrigin_2, A.List_List$of($async$self.originalSent.vocabAndMorphUses$3$choreo$metadata$tokens($async$self.choreo, new A.ConstructUseMetaData(msgEventId, t2.id, new A.DateTime(t3, 0, false)), $async$self.tokensSent.tokens), true, type$.OneConstructUse)));
Expand Down Expand Up @@ -204577,7 +204576,7 @@
_this.clear$0(0);
},
send$1(_, context) {
var t1, _this = this;
var t1, t2, $status, _this = this;
$.debugPrint.call$1("can send message: " + _this.get$canSendMessage());
t1 = _this.__Choreographer_igc_A;
t1 === $ && A.throwUnnamedLateFieldNI();
Expand All @@ -204601,15 +204600,20 @@
if (t1)
return;
}
t1 = _this.pangeaController.__PangeaController_subscriptionController_A;
t1 === $ && A.throwUnnamedLateFieldNI();
if (t1.get$isSubscribed())
t1 = B.SubscriptionStatus_0;
else
t1 = t1.get$_shouldShowPaywall() ? B.SubscriptionStatus_2 : B.SubscriptionStatus_1;
if (t1 === B.SubscriptionStatus_2) {
t1 = _this.pangeaController;
t2 = t1.__PangeaController_subscriptionController_A;
t2 === $ && A.throwUnnamedLateFieldNI();
if (!t2.get$isSubscribed()) {
t1 = t1.__PangeaController_subscriptionController_A;
if (t1.get$isSubscribed())
$status = B.SubscriptionStatus_0;
else
$status = t1.get$_shouldShowPaywall() ? B.SubscriptionStatus_2 : B.SubscriptionStatus_1;
t1 = _this.chatController;
A.OverlayUtil_showPositionedCard(true, null, new A.PaywallCard(t1, null), true, context, 325, 325, "input" + t1._widget.room.id);
if ($status === B.SubscriptionStatus_2)
A.OverlayUtil_showPositionedCard(true, null, new A.PaywallCard(t1, null), true, context, 325, 325, "input" + t1._widget.room.id);
else
t1.send$0(0);
return;
}
if (!_this.__Choreographer_igc_A.get$hasRelevantIGCTextData()) {
Expand Down Expand Up @@ -216097,11 +216101,26 @@
return uses;
},
_getUsesForToken$3$choreo(token, metadata, choreo) {
var t2, t3, t4, t5, t6, _null = null,
var useType, t2, t3, t4, t5, t6, _null = null, _s5_ = "other",
t1 = type$.JSArray_OneConstructUse,
uses = A._setArrayType([], t1),
lemma = token.lemma,
$content = token.text.content;
if (choreo == null) {
t1 = $.MatrixState___pangeaController._readField$0().__PangeaController_languageController_A;
t1 === $ && A.throwUnnamedLateFieldNI();
useType = this.langCode === t1.get$_userL2Code() ? B.ConstructUseTypeEnum_0 : B.ConstructUseTypeEnum_2;
uses.push(A.OneConstructUse$("POS", B.ConstructTypeEnum_1, $content, _null, token.pos, metadata, useType));
for (t1 = J.get$entries$x(token.get$morph()), t1 = t1.get$iterator(t1); t1.moveNext$0();) {
t2 = t1.get$current(t1);
t3 = t2.value;
t2 = t2.key;
uses.push(new A.OneConstructUse(t3, $content, t2 == null ? _s5_ : t2, B.ConstructTypeEnum_1, useType, _null, metadata));
}
if (lemma.saveVocab)
uses.push(token.toVocabUse$2(useType, metadata));
return uses;
}
for (t2 = J.get$iterator$ax(choreo.choreoSteps); t2.moveNext$0();) {
t3 = t2.get$current(t2);
t4 = t3.acceptedOrIgnoredMatch;
Expand All @@ -216123,7 +216142,7 @@
t2 = t1.get$current(t1);
t3 = t2.value;
t2 = t2.key;
uses.push(new A.OneConstructUse(t3, $content, t2 == null ? "other" : t2, B.ConstructTypeEnum_1, B.ConstructUseTypeEnum_1, _null, metadata));
uses.push(new A.OneConstructUse(t3, $content, t2 == null ? _s5_ : t2, B.ConstructTypeEnum_1, B.ConstructUseTypeEnum_1, _null, metadata));
}
return uses;
}
Expand All @@ -216134,7 +216153,7 @@
t2 = t1.get$current(t1);
t3 = t2.value;
t2 = t2.key;
uses.push(new A.OneConstructUse(t3, $content, t2 == null ? "other" : t2, B.ConstructTypeEnum_1, B.ConstructUseTypeEnum_0, _null, metadata));
uses.push(new A.OneConstructUse(t3, $content, t2 == null ? _s5_ : t2, B.ConstructTypeEnum_1, B.ConstructUseTypeEnum_0, _null, metadata));
}
if (lemma.saveVocab)
uses.push(token.toVocabUse$2(B.ConstructUseTypeEnum_0, metadata));
Expand Down Expand Up @@ -510005,6 +510024,7 @@
B.ConstructUseTypeEnum_17 = new A.ConstructUseTypeEnum(17, "ignHWL");
B.ConstructUseTypeEnum_18 = new A.ConstructUseTypeEnum(18, "corL");
B.ConstructUseTypeEnum_19 = new A.ConstructUseTypeEnum(19, "incL");
B.ConstructUseTypeEnum_2 = new A.ConstructUseTypeEnum(2, "unk");
B.ConstructUseTypeEnum_20 = new A.ConstructUseTypeEnum(20, "ignL");
B.ConstructUseTypeEnum_21 = new A.ConstructUseTypeEnum(21, "corM");
B.ConstructUseTypeEnum_22 = new A.ConstructUseTypeEnum(22, "incM");
Expand Down Expand Up @@ -512869,7 +512889,6 @@
B.List_QQH = A._setArrayType(makeConstList(["\u0399\u03b1\u03bd", "\u03a6\u03b5\u03b2", "\u039c\u03b1\u03c1", "\u0391\u03c0\u03c1", "\u039c\u03b1\u0390", "\u0399\u03bf\u03c5\u03bd", "\u0399\u03bf\u03c5\u03bb", "\u0391\u03c5\u03b3", "\u03a3\u03b5\u03c0", "\u039f\u03ba\u03c4", "\u039d\u03bf\u03b5", "\u0394\u03b5\u03ba"]), type$.JSArray_String);
B.List_QSP = A._setArrayType(makeConstList(["EEEE, d. MMMM y", "d. MMMM y", "d. MMM y", "dd.MM.yy"]), type$.JSArray_String);
B.List_QSy = A._setArrayType(makeConstList(["S", "M", "D", "M", "D", "F", "S"]), type$.JSArray_String);
B.ConstructUseTypeEnum_2 = new A.ConstructUseTypeEnum(2, "unk");
B.List_QWm = A._setArrayType(makeConstList([B.ConstructUseTypeEnum_0, B.ConstructUseTypeEnum_1, B.ConstructUseTypeEnum_2, B.ConstructUseTypeEnum_3, B.ConstructUseTypeEnum_4, B.ConstructUseTypeEnum_5, B.ConstructUseTypeEnum_6, B.ConstructUseTypeEnum_7, B.ConstructUseTypeEnum_8, B.ConstructUseTypeEnum_9, B.ConstructUseTypeEnum_10, B.ConstructUseTypeEnum_11, B.ConstructUseTypeEnum_12, B.ConstructUseTypeEnum_13, B.ConstructUseTypeEnum_14, B.ConstructUseTypeEnum_15, B.ConstructUseTypeEnum_16, B.ConstructUseTypeEnum_17, B.ConstructUseTypeEnum_18, B.ConstructUseTypeEnum_19, B.ConstructUseTypeEnum_20, B.ConstructUseTypeEnum_21, B.ConstructUseTypeEnum_22, B.ConstructUseTypeEnum_23, B.ConstructUseTypeEnum_24, B.ConstructUseTypeEnum_25]), type$.JSArray_ConstructUseTypeEnum);
B.List_QXg = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "d MMM y", "d/M/y"]), type$.JSArray_String);
B.List_QYF = A._setArrayType(makeConstList(["Z", "F", "M", "A", "M", "J", "L", "A", "S", "O", "N", "D"]), type$.JSArray_String);
Expand Down
10 changes: 5 additions & 5 deletions main.dart.js.map

Large diffs are not rendered by default.

0 comments on commit 32ff3d3

Please sign in to comment.