Skip to content

Conversation

@kolesnikova-dev
Copy link
Collaborator

Description

  • This code simply adds AddItems component to the List component.
  • MUI components, such as Box and Grid, are used to create an appealing layout, following Material Design's recommended responsive grid system.
  • The tests have been updated to ensure that the AddItems component is displayed, even if the user has no items added to the selected list.

Related Issue

Closes #68

Acceptance Criteria

  • Users can add items without navigating away from the list view.
  • Tests, Documentation, and ChangeLogs are updated to reflect this change.

Type of Changes

enhancement

Updates

Before

Screenshot 2024-10-16 103902

After

Screenshot 2024-10-16 103555

Testing Steps / QA Criteria

  1. Ran npm start and went to localhost
  2. Opened lists with items and ensured that AddItems component is being displayed

@github-actions
Copy link

Visit the preview URL for this PR (updated for commit 73eedc4):

https://tcl-75-smart-shopping-list--pr74-nk-add-items-from-li-x2cgb3vo.web.app

(expires Wed, 23 Oct 2024 14:56:29 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 1f1fd53c369e1fa31e15c310aa075b4e8f4f8dde

@kolesnikova-dev kolesnikova-dev merged commit 69c1c17 into main Oct 17, 2024
7 checks passed
@kolesnikova-dev kolesnikova-dev deleted the nk-add-items-from-list-page branch October 17, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

22. As a user, I want to be able to add things to my list from the same page as the list itself, instead of having to navigate to "manage list"

4 participants