Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard hotfix - Abstract Dashboard into more reusable parts #189

Closed
wants to merge 13 commits into from

Conversation

LemmyMwaura
Copy link
Contributor

@LemmyMwaura LemmyMwaura commented Dec 31, 2022

Description

Abstract Dashboard into more reusable parts
Fixes: #118

Changes & Features:

  • We pass the keypair list into an intermediary component that manages the keypair list (data) side effects. e.g filter.
  • Pass the helpers and handlers into a context, at the moment we are prop drilling.
  • Move the helper Fns into a separate file

Type of change

  • New feature (non-breaking change which adds functionality)

@vmatsiiako vmatsiiako closed this Feb 22, 2023
@LemmyMwaura LemmyMwaura deleted the dashboard-hotfix branch April 7, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚚 Abstract the Dashboard Page into More reusable components and hooks.
2 participants