#185528651 Refactor user list table - #76
Open
jcharles921 wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for techsmiths ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
jcharles921
force-pushed
the
bg-user-list-table-in-admin-dashboard-185528651
branch
from
July 14, 2023 08:15
44f5f63 to
bf88b1e
Compare
niyontwali
force-pushed
the
bg-user-list-table-in-admin-dashboard-185528651
branch
2 times, most recently
from
August 1, 2026 12:25
c35e649 to
e37a89f
Compare
niyontwali
force-pushed
the
bg-user-list-table-in-admin-dashboard-185528651
branch
from
August 23, 2026 20:23
e37a89f to
6dedd21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
How should this be manually tested?
Clone the repository using
git clone https://github.com/atlp-rwanda/e-comm-team-techsmith-fnCheckout to the branch using
git checkout <branch-name>Install node packages that the application depends on:
npm iCreate a
.envfile in the root directory and add all environment variables required to run the application. The required variables are listed in the.env.examplefile available in root directory of the application.Start the application development server:
npm startCheck out the components documentation:
npm run storybookAny background context you want to provide?
What are the relevant pivotal tracker/Trello stories?
#185528651