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: add user history #21

Merged
merged 7 commits into from
Oct 6, 2024
Merged

feat: add user history #21

merged 7 commits into from
Oct 6, 2024

Conversation

Dun-sin
Copy link
Owner

@Dun-sin Dun-sin commented Oct 5, 2024

Fixes Issue

**This PR closes #18 **

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

user can now view their history

βœ”οΈ 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.

Copy link

vercel bot commented Oct 5, 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 Oct 6, 2024 9:03am

@Dun-sin Dun-sin merged commit f9ac918 into main Oct 6, 2024
3 checks passed
@Dun-sin Dun-sin deleted the feat/add-user-history branch October 6, 2024 09:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] add user history support
1 participant