Skip to content
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

feat: users can edit their generated playlist #19

Merged
merged 4 commits into from
Aug 23, 2024
Merged

Conversation

Dun-sin
Copy link
Owner

@Dun-sin Dun-sin commented Aug 23, 2024

Fixes Issue

This PR closes #15

πŸ‘¨β€πŸ’» Changes proposed(What did you do ?)

users can:

  • view list of songs in the playlist
  • delete a song, the song gets added to delete history
  • select songs to restore or restore all songs
  • delete the songs from the playlist(final)

βœ”οΈ Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • This PR does not contain plagiarized content.
  • The title and description of the PR is clear and explains the approach.

πŸ“· Screenshots

brave_EdF8R4zF2w.mp4

Copy link

vercel bot commented Aug 23, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
hear-it-fresh βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Aug 23, 2024 5:36pm

@Dun-sin Dun-sin merged commit eb0724c into main Aug 23, 2024
3 checks passed
github-actions bot pushed a commit that referenced this pull request Aug 23, 2024
# 1.0.0 (2024-08-23)

### Bug Fixes

* **app/page.tsx:** change component name to a capital letter ([693bef2](693bef2))
* **spotifyauthwrapper:** add suspense ([41af803](41af803))

### chore

* change pnpm run dev to pnpm dev ([0dcfaf5](0dcfaf5))
* **package.json:** remove semantic-release branch specification ([6aace31](6aace31))

### Features

* **authUrl:** pass authurl to connectspotify ([51dfeb2](51dfeb2))
* finish conversion to next.js ([45daf33](45daf33))
* introduce breaking change API ([ccf5ce7](ccf5ce7))
* users can edit their generated playlist  ([#19](#19)) ([eb0724c](eb0724c)), closes [#15](#15)

### BREAKING CHANGES

* **package.json:** semantic release
* trigger breaking change
@Dun-sin Dun-sin deleted the feat/edit-playlist branch August 23, 2024 17:37
github-actions bot pushed a commit that referenced this pull request Sep 3, 2024
# 1.0.0 (2024-09-03)

### Bug Fixes

* **app/page.tsx:** change component name to a capital letter ([693bef2](693bef2))
* **spotifyauthwrapper:** add suspense ([41af803](41af803))

### chore

* change pnpm run dev to pnpm dev ([0dcfaf5](0dcfaf5))
* **package.json:** remove semantic-release branch specification ([6aace31](6aace31))

### Features

* add link to url ([#20](#20)) ([1d9eece](1d9eece))
* **authUrl:** pass authurl to connectspotify ([51dfeb2](51dfeb2))
* finish conversion to next.js ([45daf33](45daf33))
* introduce breaking change API ([ccf5ce7](ccf5ce7))
* users can edit their generated playlist  ([#19](#19)) ([eb0724c](eb0724c)), closes [#15](#15)

### BREAKING CHANGES

* **package.json:** semantic release
* trigger breaking change
github-actions bot pushed a commit that referenced this pull request Oct 6, 2024
# 1.0.0 (2024-10-06)

### Bug Fixes

* **app/page.tsx:** change component name to a capital letter ([693bef2](693bef2))
* **spotifyauthwrapper:** add suspense ([41af803](41af803))

### chore

* change pnpm run dev to pnpm dev ([0dcfaf5](0dcfaf5))
* **package.json:** remove semantic-release branch specification ([6aace31](6aace31))

### Features

* add link to url ([#20](#20)) ([1d9eece](1d9eece))
* add user history ([#21](#21)) ([f9ac918](f9ac918))
* **authUrl:** pass authurl to connectspotify ([51dfeb2](51dfeb2))
* finish conversion to next.js ([45daf33](45daf33))
* introduce breaking change API ([ccf5ce7](ccf5ce7))
* users can edit their generated playlist  ([#19](#19)) ([eb0724c](eb0724c)), closes [#15](#15)

### BREAKING CHANGES

* **package.json:** semantic release
* trigger breaking change
github-actions bot pushed a commit that referenced this pull request Oct 6, 2024
# 1.0.0 (2024-10-06)

### Bug Fixes

* **app/page.tsx:** change component name to a capital letter ([693bef2](693bef2))
* loading icon not showing on time ([049d964](049d964))
* **spotifyauthwrapper:** add suspense ([41af803](41af803))

### chore

* change pnpm run dev to pnpm dev ([0dcfaf5](0dcfaf5))
* **package.json:** remove semantic-release branch specification ([6aace31](6aace31))

### Features

* add link to url ([#20](#20)) ([1d9eece](1d9eece))
* add user history ([#21](#21)) ([f9ac918](f9ac918))
* **authUrl:** pass authurl to connectspotify ([51dfeb2](51dfeb2))
* finish conversion to next.js ([45daf33](45daf33))
* introduce breaking change API ([ccf5ce7](ccf5ce7))
* use function for full spotify link and make result container fill parent ([e87a638](e87a638))
* users can edit their generated playlist  ([#19](#19)) ([eb0724c](eb0724c)), closes [#15](#15)

### BREAKING CHANGES

* **package.json:** semantic release
* trigger breaking change
github-actions bot pushed a commit that referenced this pull request Oct 6, 2024
# 1.0.0 (2024-10-06)

### Bug Fixes

* **app/page.tsx:** change component name to a capital letter ([693bef2](693bef2))
* loading icon not showing on time ([049d964](049d964))
* **spotifyauthwrapper:** add suspense ([41af803](41af803))

### chore

* change pnpm run dev to pnpm dev ([0dcfaf5](0dcfaf5))
* **package.json:** remove semantic-release branch specification ([6aace31](6aace31))

### Features

* add link to url ([#20](#20)) ([1d9eece](1d9eece))
* add toast when playlist is created ([8d08750](8d08750))
* add user history ([#21](#21)) ([f9ac918](f9ac918))
* **authUrl:** pass authurl to connectspotify ([51dfeb2](51dfeb2))
* finish conversion to next.js ([45daf33](45daf33))
* introduce breaking change API ([ccf5ce7](ccf5ce7))
* use function for full spotify link and make result container fill parent ([e87a638](e87a638))
* users can edit their generated playlist  ([#19](#19)) ([eb0724c](eb0724c)), closes [#15](#15)

### BREAKING CHANGES

* **package.json:** semantic release
* trigger breaking change
github-actions bot pushed a commit that referenced this pull request Oct 6, 2024
# 1.0.0 (2024-10-06)

### Bug Fixes

* **app/page.tsx:** change component name to a capital letter ([693bef2](693bef2))
* loading icon not showing on time ([049d964](049d964))
* **spotifyauthwrapper:** add suspense ([41af803](41af803))

### chore

* change pnpm run dev to pnpm dev ([0dcfaf5](0dcfaf5))
* **package.json:** remove semantic-release branch specification ([6aace31](6aace31))

### Features

* add link to url ([#20](#20)) ([1d9eece](1d9eece))
* add toast when playlist is created ([8d08750](8d08750))
* add user history ([#21](#21)) ([f9ac918](f9ac918))
* **authUrl:** pass authurl to connectspotify ([51dfeb2](51dfeb2))
* finish conversion to next.js ([45daf33](45daf33))
* introduce breaking change API ([ccf5ce7](ccf5ce7))
* use function for full spotify link and make result container fill parent ([e87a638](e87a638))
* users can edit their generated playlist  ([#19](#19)) ([eb0724c](eb0724c)), closes [#15](#15)

### BREAKING CHANGES

* **package.json:** semantic release
* trigger breaking change
github-actions bot pushed a commit that referenced this pull request Oct 6, 2024
# 1.0.0 (2024-10-06)

### Bug Fixes

* **app/page.tsx:** change component name to a capital letter ([693bef2](693bef2))
* loading icon not showing on time ([049d964](049d964))
* move addToURL to client side code ([c5a71dd](c5a71dd))
* **spotifyauthwrapper:** add suspense ([41af803](41af803))

### chore

* change pnpm run dev to pnpm dev ([0dcfaf5](0dcfaf5))
* **package.json:** remove semantic-release branch specification ([6aace31](6aace31))

### Features

* add link to url ([#20](#20)) ([1d9eece](1d9eece))
* add toast when playlist is created ([8d08750](8d08750))
* add user history ([#21](#21)) ([f9ac918](f9ac918))
* **authUrl:** pass authurl to connectspotify ([51dfeb2](51dfeb2))
* finish conversion to next.js ([45daf33](45daf33))
* introduce breaking change API ([ccf5ce7](ccf5ce7))
* use function for full spotify link and make result container fill parent ([e87a638](e87a638))
* users can edit their generated playlist  ([#19](#19)) ([eb0724c](eb0724c)), closes [#15](#15)

### BREAKING CHANGES

* **package.json:** semantic release
* trigger breaking change
github-actions bot pushed a commit that referenced this pull request Oct 6, 2024
# 1.0.0 (2024-10-06)

### Bug Fixes

* add checker if window in undefined ([5640ee3](5640ee3))
* **app/page.tsx:** change component name to a capital letter ([693bef2](693bef2))
* loading icon not showing on time ([049d964](049d964))
* move addToURL to client side code ([c5a71dd](c5a71dd))
* **spotifyauthwrapper:** add suspense ([41af803](41af803))

### chore

* change pnpm run dev to pnpm dev ([0dcfaf5](0dcfaf5))
* **package.json:** remove semantic-release branch specification ([6aace31](6aace31))

### Features

* add link to url ([#20](#20)) ([1d9eece](1d9eece))
* add toast when playlist is created ([8d08750](8d08750))
* add user history ([#21](#21)) ([f9ac918](f9ac918))
* **authUrl:** pass authurl to connectspotify ([51dfeb2](51dfeb2))
* finish conversion to next.js ([45daf33](45daf33))
* introduce breaking change API ([ccf5ce7](ccf5ce7))
* use function for full spotify link and make result container fill parent ([e87a638](e87a638))
* users can edit their generated playlist  ([#19](#19)) ([eb0724c](eb0724c)), closes [#15](#15)

### BREAKING CHANGES

* **package.json:** semantic release
* trigger breaking change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] users should be able to edit the playlist
1 participant