Skip to content

Commit c34aae9

Browse files
16 files | c.libraries~b28b7af69.js, c.main.js, c.awardicon.js, c.broadcast.js, c.broadcastapp.js, c.chunk~2dcc5aaf7.js, c.gamenotes.js, c.gamerecording.js, c.library.js, c.noisegate-audio-worklet.js, c.sp.js, c.steamaudio.js, c.libraries~00299a408.js, c.libraries~2dcc5aaf7.js, extract_client.sh, update.sh
1 parent 99c3761 commit c34aae9

16 files changed

+755954
-7
lines changed

ClientExtracted/siteserverui/js/c.libraries~b28b7af69.js

+26,709
Large diffs are not rendered by default.

ClientExtracted/siteserverui/js/c.main.js

+6,537
Large diffs are not rendered by default.
+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
(self.webpackChunksteamui = self.webpackChunksteamui || []).push([
2+
[9129],
3+
{
4+
chunkid: (module) => {
5+
module.exports = {
6+
IconContainer: "_6f_B5nDywKxTeX2mN82H",
7+
ButtonContainer: "_1ShXayKQrFaUxECMORaNmM",
8+
InfoContainer: "_20mER4KVFt1wYBaOFlnjvL",
9+
IconImg: "RP1UpBcTVectpTel7p6iH",
10+
ReactionCount: "_18GX_0BWySenzVNaYO4IsZ",
11+
IconList: "_2cI0LExX5UtjoTq7F6CTwY",
12+
};
13+
},
14+
chunkid: (module, module_exports, __webpack_require__) => {
15+
"use strict";
16+
__webpack_require__._(module_exports),
17+
__webpack_require__._(module_exports, {
18+
AwardIcon: () => _,
19+
AwardIconList: () => _,
20+
});
21+
var _ = __webpack_require__("chunkid"),
22+
_ = __webpack_require__("chunkid"),
23+
_ = __webpack_require__("chunkid"),
24+
_ = __webpack_require__("chunkid"),
25+
_ = __webpack_require__._(_),
26+
_ = __webpack_require__("chunkid"),
27+
_ = __webpack_require__("chunkid");
28+
class _ extends _.PureComponent {
29+
render() {
30+
const _ = (0, _._)(
31+
"#RewardsReaction_Tooltip",
32+
this.props.reaction.count || 0,
33+
(0, _._)(this.props.reaction.reaction_type),
34+
);
35+
return _.createElement(
36+
_._,
37+
{
38+
className: (0, _._)(_().InfoContainer, _().IconContainer),
39+
toolTipContent: _,
40+
},
41+
_.createElement("img", {
42+
className: _().IconImg,
43+
src: (0, _._)(this.props.reaction.reaction_type, !1),
44+
}),
45+
this.props.reaction.count &&
46+
_.createElement(
47+
"div",
48+
{
49+
className: _().ReactionCount,
50+
},
51+
this.props.reaction.count,
52+
),
53+
);
54+
}
55+
}
56+
class _ extends _.PureComponent {
57+
render() {
58+
let _ = [];
59+
for (const _ of this.props.reactions)
60+
_.push(
61+
_.createElement(_, {
62+
key: _.reaction_type,
63+
reaction: _,
64+
}),
65+
);
66+
return _.createElement(
67+
"div",
68+
{
69+
className: _().IconList,
70+
},
71+
_,
72+
);
73+
}
74+
}
75+
},
76+
},
77+
]);

0 commit comments

Comments
 (0)