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

Marty v0.9 #7

Merged
merged 9 commits into from
Mar 13, 2015
Merged

Marty v0.9 #7

merged 9 commits into from
Mar 13, 2015

Conversation

jhollingworth
Copy link
Contributor

Tasks

Bugs

Revert to action

So now support reverting actions from the DevTools which allows you to get your UI back to a specific point

@jhollingworth
Copy link
Contributor Author

@oliverwoodings Thanks to martyjs/marty#183 we no longer have a direct relationship between a store changing and a component rendering so I need to update the UI to be less hierarchal (This has made a whole load other things much simpler as well).

While I'm here I was going to re-think the data we show on this page so question for you: What data do you think would be useful to show? Right now I'm showing

  • Action type
  • Action arguments
  • Stores that handled the action
  • Components that updated as a result

screen shot 2015-03-11 at 08 57 36

@jhollingworth jhollingworth mentioned this pull request Mar 11, 2015
50 tasks
@oliverwoodings
Copy link

It could potentially be useful to see what StateSources got invoked as a result of an action too

@jhollingworth
Copy link
Contributor Author

@oliverwoodings thats interesting, I will investigate if possible.

Btw I've added your suggestion for serializers. Immutable.js plays nicely with devtools now

jhollingworth added a commit that referenced this pull request Mar 13, 2015
@jhollingworth jhollingworth merged commit 0811b5f into master Mar 13, 2015
@jhollingworth jhollingworth deleted the v0.9 branch March 13, 2015 21:18
This was referenced Mar 13, 2015
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.

2 participants