-
Notifications
You must be signed in to change notification settings - Fork 83
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
finish features #5
base: main
Are you sure you want to change the base?
Conversation
can merge |
padding-top: 0px; margin-top: 0px; font-size: 0.75rem" | ||
onclick="deletePlaylist(this.parentNode)">delete</p> | ||
</div> | ||
<style> |
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.
Instead of using inline styles, can we move this block(line114-line121) to the separate CSS file you created - style.css
. This will make the code easier to read and maintain.
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.
Hi Tessa, this is great work!!! I was wondering if you could provide a test plan to help us better understand the feature. It would be great if you could include a screen recording of the playlist, along with interactions for the functions that have been implemented, such as playlist, shuffle songs, delete playlist, and search bar.
No description provided.