Manuel Stahl
2afc7aeca4
Rename all JSX files to have proper file extension
...
Change-Id: I4ab382f7673a815164f74154e6b03b370fd76a33
2024-02-07 15:27:34 +01:00
Manuel Stahl
4204eb902f
Refactor ServerNotices
...
https://marmelab.com/react-admin/Upgrade.html#usequery-usemutation-and-usequerywithstore-have-been-removed
Change-Id: Id12f727d8813f78c3ae300035aeb1333a1272e02
2024-02-07 08:28:12 +01:00
dklimpel
6430aca02b
Rename save to onSubmit in SimpleForm
...
https: //marmelab.com/react-admin/Upgrade.html#the-form-components-save-prop-has-been-renamed-to-onsubmit
Change-Id: Iaf2c0b665c8058336d4df6326531780a2790e71d
2024-02-07 08:28:12 +01:00
dklimpel
82578c6570
Change unselectAll syntax
...
https: //marmelab.com/react-admin/Upgrade.html#useunselectall-syntax-changed
Change-Id: Ie8d261e863fe4726b3a5925ed0446eb824c6e517
2024-02-06 15:11:20 +01:00
dklimpel
a222af273f
Update dataProvider hooks
...
Change-Id: Ic19f7a6ad97b1392c96c91a19e76b8983c9d0fd2
2024-02-05 15:59:43 +01:00
Manuel Stahl
51def5775d
Replace Fragment
with short form
...
https://legacy.reactjs.org/docs/fragments.html#short-syntax
Change-Id: Ib1af57fc5e87ded8c1fee38dcbd60fae8621cb07
2024-02-05 15:59:43 +01:00
dklimpel
b70ee7c55d
Upgrade to React-Admin 4 ( #332 )
...
Change-Id: Ia03486edfd934438580e614af754a0966f6fd6e3
2024-02-05 13:44:22 +01:00
Dirk Klimpel
41656748bb
Add dependencies @mui/icons-material
to package ( #242 )
...
* Add dependencies `@mui/icons-material` to package
* Replace MUI icons v4 with v5
* Replace more `@material-ui/core` with `@mui/material`
* consolidate `Dialog`, `DialogContent`, `DialogContentText` and
`DialogTitle`
* update `alpha` `Container` and `useMediaQuery`
2023-01-24 21:27:02 +01:00
Dirk Klimpel
74f77e6988
Replace ({ record })
with useRecordContext()
( #236 )
...
* replace `({ record })` with `useRecordContext()`
* code style
Co-authored-by: Michael Albert <37796947+awesome-michael@users.noreply.github.com>
2023-01-24 16:36:08 +01:00
Dirk Klimpel
6d30af9976
Update usage of useNotify
hook ( #234 )
...
Co-authored-by: Michael Albert <37796947+awesome-michael@users.noreply.github.com>
2023-01-24 15:28:01 +01:00
Dirk Klimpel
42b3252353
Add pristine
to UserEdit
and ServerNotice
( #185 )
2021-11-15 21:02:47 +01:00
Dirk Klimpel
009ce803e2
Add ServerNoticeButton to UserBulkActionButtons ( #41 )
...
This adds the button to send "Server Notices" to many users at once.
2020-05-06 09:03:33 +02:00
Manuel Stahl
c41b8ab846
Add ServerNoticeButton to UserEditToolbar
...
For this, the feature "Server Notices" must be activated on the server.
Change-Id: If3873dc5548822a06a7be0c55e48835c9fb8f78f
2020-05-05 13:34:16 +02:00