vocdoni / ui-scaffold

Vocdoni's protocol UI
https://app.vocdoni.io
GNU Affero General Public License v3.0
5 stars 2 forks source link

Use chakra-components action buttons #630

Closed selankon closed 6 months ago

selankon commented 7 months ago

Use the chakra components action buttons for the election actions instead of the actual ones:

The chakra ui action button:

https://github.com/vocdoni/ui-components/blob/main/packages/react-providers/src/election/ActionsProvider.tsx#L51 https://github.com/vocdoni/ui-components/blob/main/packages/chakra-components/src/components/Election/Actions/Pause.tsx#L7

The ui scaffold action button:

https://github.com/vocdoni/ui-scaffold/blob/0988c92326ea3b0f4f5511f542ad3c15828c8857/src/components/Process/ActionsMenu.tsx#L48-L64

Related to:

https://github.com/vocdoni/ui-components/issues/156