-
Notifications
You must be signed in to change notification settings - Fork 165
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
initializes materials used field with formik value #1107
base: master
Are you sure you want to change the base?
Conversation
can you paste the |
@NdibeRaymond the video of 'before' is in the issue here. Rebase is completed now 👍🏻 |
pre-commit checks failed ❌❌❌ |
it seems like you are doing a merge commit ( |
thinking maybe I should do this myself, last just squashing will likely not work |
@brrkrmn run |
4bcfbc7
to
f8a692e
Compare
pre-commit checks failed ❌❌❌ |
f8a692e
to
dfe0c98
Compare
All pre-commit checks passed ✅✅✅ |
* fix creator profile margin * fix projects section margin * fix wider project css issues * fix eslint issues Closes #1005 Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]> Co-authored-by: Ndibe Raymond Olisaemeka <[email protected]>
* create views and utils methods to recommend projects * create api function to receive recommended projects in the frontend * modify project filtering * refactor recommend projects function Issue: #1013 Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]> Co-authored-by: Ndibe Raymond Olisaemeka <[email protected]>
* style page and add login card * fix misaligned login form in search results * change styles for creator search * implement no results found design * make results one row * made some major refactors Issue: #802 Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]> Co-authored-by: Ndibe Raymond Olisaemeka <[email protected]>
* minor modifications to the admin model * add admin models management to admin.py * implement effective signals to handle admin models instances, addition, modification and deletion with proper cleanup Issue: #1094 Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]> Co-authored-by: Ndibe Raymond Olisaemeka <[email protected]>
dfe0c98
to
409e1e2
Compare
@tuxology this has been rebased so we can focus on testing before merging to staging |
All pre-commit checks passed ✅✅✅ |
Summary
'materials used' field used to be displayed as empty every time the user tries to edit their activity.
Closes #1106
Changes
<ol><li></li></ol>
is changed to[ ]
so that the field uses the formik valueAfter
Creating activity for the first time:
Screen.Recording.2024-02-16.at.9.22.15.AM.mov
Editing Activity:
Screen.Recording.2024-02-16.at.9.23.19.AM.mov