-
Notifications
You must be signed in to change notification settings - Fork 0
Ar add item updates issue 25 #52
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
Conversation
Visit the preview URL for this PR (updated for commit 6f9e88f): https://tcl-76-smart-shopping-list--pr52-ar-add-item-updates-cue1fmoi.web.app (expires Thu, 10 Oct 2024 03:05:40 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 512b1a88be8ae05fd3e727b99332819df760271d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love the idea of sharing list feature on home page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love the changes! Clean icons and cool idea bringing in the sharing option out into the Home
page. Also, works great!
src/views/Home.jsx
Outdated
} | ||
}; | ||
|
||
const shareListNavigate = (e) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note (non-blocking): I don't think shareListNavigate()
is needed anymore since the navigation is handled in ShareListComponent
src/views/Home.jsx
Outdated
import { useVoiceToText } from '../utils'; | ||
import DeleteIcon from '@mui/icons-material/Delete'; | ||
import KeyboardVoiceIcon from '@mui/icons-material/KeyboardVoice'; | ||
import ShareIcon from '@mui/icons-material/Share'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick ( non-blocking): little clean up can get rid of the ShareIcon
import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and everything is working well. Awesome job!
For an example of how to fill this template out, see this Pull Request.
Description
Delete
wording to delete iconShare list
wording to share iconStart Voice Input
to microphone iconRelated
closes #45
Acceptance Criteria
Type of Changes
enhancement
feature update
Updates
Before
After
<img width="683" alt="Screen Shot 2024-10-02 at 1 36 45 PM" src="https://github.com/user-attachments/assets/d3170bd6-f064-46e9-8292-9

02b4210c2ba">
Testing Steps / QA Criteria
ar-add-item-updates-issue-25