This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get File Link | |
Idle | |
requestFileLink -> Pending | |
Pending | |
HTTP200 -> Success | |
HTTP400 -> Failure | |
HTTP401 -> Failure | |
HTTP403 -> Failure | |
HTTP404 -> Failure | |
HTTP5xx -> Retryable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get File Link | |
Idle | |
requestFileLink -> Pending | |
Pending | |
HTTP200 -> Success | |
HTTP400 -> Failure | |
HTTP401 -> Failure | |
HTTP403 -> Failure | |
HTTP404 -> Failure | |
HTTP5xx -> Retryable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Draggable | |
Nothing Dragging | |
pointerdown -> Just Dragging | |
Just Dragging | |
pointercancel -> Nothing Dragging | |
Nothing Droppable | |
pointerenter -> Just Droppable | |
pointerup -> Nothing Dragging | |
Just Droppable | |
pointerleave -> Nothing Droppable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Word Match | |
Intro | |
start -> In progress | |
In progress | |
timeout -> Failed | |
Waiting for Input | |
enough correct answers -> Passed | |
no more questions -> Wronged out | |
start drag -> Dragging | |
Dragging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Confirm calving inline form | |
Invisible | |
confirm calving -> Visible | |
Visible& | |
focus elsewhere -> Invisible | |
Calving time selector | |
modify calving time -> Modified | |
Default | |
Modified | |
Calf list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scroll Snap | |
start scrolling -> Scrolling | |
# No motion | |
Rest | |
# Actively using the scroll mechanism | |
Scrolling | |
scrolled past threshold -> Yield | |
stopped scrolling -> Elastic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SWR& | |
Data | |
success -> Fresh | |
None | |
Some | |
Fresh | |
after stale -> Stale | |
Stale | |
Transfer | |
Pending |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SWR& | |
Data | |
success -> Fresh | |
None | |
Some | |
Fresh | |
after stale -> Stale | |
Stale | |
Transfer | |
after stale -> Pending |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Inflector TR | |
a -> B Unrounded | |
e -> F Unrounded | |
ı -> B Unrounded | |
i -> F Unrounded | |
o -> B Rounded | |
ö -> F Unrounded | |
u -> B Rounded | |
ü -> F Unrounded | |
Nothing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
NewerOlder