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

Select a player by ID and have a query on it from PlayerDetails #100

Merged
merged 3 commits into from
Aug 16, 2023

Conversation

ianmacartney
Copy link
Collaborator

  • select a player by ID and fetch the state in Details
  • rename Chats to PlayerDetails

Before you could select a player and only see their previous conversation.
Now, when you select a player by their ID, the details component (renamed)
will have a subscription on the player state, so as the most recent
conversation changes, it'll show the latest. Also sets the stage for more
subscriptions from there: relationships, memories, etc.

@@ -9,203 +9,203 @@ import { data as f7SpritesheetData } from './spritesheets/f7';
import { data as f8SpritesheetData } from './spritesheets/f8';

export const Descriptions = [
{
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, prettier fixed some other things that got included here. We should get Martin to use Prettier :P

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.

None yet

1 participant