react-admin
Here are 147 public repositories matching this topic...
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Sep 9, 2020
-
Updated
Sep 24, 2020 - CSS
-
Updated
Nov 20, 2019 - JavaScript
-
Updated
Aug 8, 2018 - JavaScript
-
Updated
Jul 17, 2018 - JavaScript
-
Updated
Sep 28, 2020 - JavaScript
There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.
The fullstack Vue project has an example of a containerized SMTP server.
-
Updated
Aug 10, 2020 - JavaScript
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 5, 2020 - TypeScript
-
Updated
Oct 10, 2020 - TypeScript
-
Updated
Aug 1, 2020 - TypeScript
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Mar 13, 2020 - PHP
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Jul 29, 2019 - JavaScript
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Oct 5, 2020 - TypeScript
-
Updated
May 8, 2018 - JavaScript
-
Updated
May 29, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
Improve this page
Add a description, image, and links to the react-admin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-admin topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When the user clicks a
<DeleteButton>in an Edit toolbar, react-admin displays "Element deleted". I would like to customize that message for different resources (e.g. "Post deleted" and "Comment deleted").Describe the solution you'd like
I would like
DeleteButtonto behave likeSaveButtonand acceptonSuccessand