Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ make player api declarative #223

Merged
merged 1 commit into from Jan 13, 2022
Merged

Conversation

anuejn
Copy link
Member

@anuejn anuejn commented Jan 12, 2022

this moves complexity into the player by giving it just the wanted state. this simplifies redux reducer code a lot.

@anuejn anuejn linked an issue Jan 12, 2022 that may be closed by this pull request
@anuejn
Copy link
Member Author

anuejn commented Jan 12, 2022

this should close #142 by not making it nescessary to supress such things anymore. they are now correctly handeled.

@anuejn anuejn requested a review from pajowu January 12, 2022 17:21
@anuejn anuejn mentioned this pull request Jan 13, 2022
app/src/state/editor/types.ts Outdated Show resolved Hide resolved
app/src/core/player.ts Show resolved Hide resolved
app/src/core/player.ts Outdated Show resolved Hide resolved
app/src/core/player.ts Outdated Show resolved Hide resolved
this moves complexity into the player by giving it just the wanted state. this simplifies redux reducer code a lot.
@anuejn anuejn enabled auto-merge (rebase) January 13, 2022 23:20
@anuejn anuejn merged commit f6f363b into main Jan 13, 2022
@anuejn anuejn deleted the anuejn/player_refactoring branch January 13, 2022 23:38
pajowu added a commit that referenced this pull request Jan 15, 2022
pajowu added a commit that referenced this pull request Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disallow changing the document while playing
2 participants