-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix rename ForeignKey when changin Schema
- Loading branch information
1 parent
a211159
commit 8d81a5f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
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
8d81a5f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Animated Charts
After this commit signumsoftware/extensions@d6dd0d0 in extensions, the charts are now animated 🎉 💃 🎈
This includes:
Of course I haven't developed every animation by myself, there are zillions of combinations!!. What I do is to rely on React's reconciliation algorithm and CSS transitions.
I haven't tested with big amounts of data. Gimme feedback of when is slow, so I can automatically disable it depending on the number of rows.
Enjoy :)
8d81a5f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8d81a5f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!