EyeSeeTea / xMART2DHIS

Migrates aggregated and individual data between DHIS2 and xMart.
GNU General Public License v3.0
2 stars 0 forks source link

[Feature] Add custom actions to the new action wizard (5) #19

Open jvfdunkley opened 2 years ago

jvfdunkley commented 2 years ago

:pushpin: References

Issue: Closes Add custom actions to the new action wizard

:memo: Implementation

:art: Screenshots

Screen Shot 2021-12-18 at 11 06 01 PM Screen Shot 2021-12-20 at 9 53 50 AM Screen Shot 2021-12-18 at 11 01 24 PM

:fire: Testing

SferaDev commented 2 years ago

UX comment: Instead of a dialog use a SpeedDial https://mui.com/components/speed-dial/#persistent-action-tooltips

jvfdunkley commented 2 years ago

UX comment: Instead of a dialog use a SpeedDial https://mui.com/components/speed-dial/#persistent-action-tooltips

@SferaDev SpeedDial is only in material UI 5.2.4, but we use MUI 4.0 for this project and all others. The floating action button doesn't have this capability. I assume this is what the d2-ui-components ObjectsTable uses as well https://v4.mui.com/components/floating-action-button/

Should I install the 5.2.4 version and only use the speedDial for this situation or upgrade the project to the newer MUI or just keep the current thing?

SferaDev commented 2 years ago

Keep the current implementation then, we will come back to it in the future

SferaDev commented 2 years ago

Actually on V4 it's also available in the lab package: https://v4.mui.com/components/speed-dial/#persistent-action-tooltips