Files
Anarios e500088e65 Prepare 4.0.5 Firefox update and Shorts fixes
Add Firefox data consent, repair contributor sign-in, and introduce optional Hide clutter buttons. Harden video navigation, voting, and action layouts with shared browser regression coverage and reproducible release packaging.
2026-09-06 12:51:12 +02:00

22 lines
374 B
JavaScript

const {
DISLIKED_STATE,
DISLIKE_ACTION,
LIKED_STATE,
LIKE_ACTION,
NEUTRAL_STATE,
applyVoteTransitionCounts,
resolveVoteTransition,
shouldSubmitVote,
} = require("./vote-transition-core");
export {
LIKED_STATE,
DISLIKED_STATE,
NEUTRAL_STATE,
LIKE_ACTION,
DISLIKE_ACTION,
resolveVoteTransition,
applyVoteTransitionCounts,
shouldSubmitVote,
};