Skip to content

Commit

Permalink
Merge pull request #8 from LHRUN/feature/1.6.0
Browse files Browse the repository at this point in the history
Feature/1.6.0
  • Loading branch information
LHRUN authored Nov 26, 2023
2 parents d8a0027 + 0b79d0a commit b387a5e
Show file tree
Hide file tree
Showing 93 changed files with 2,833 additions and 1,999 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"rules": {
"prettier/prettier": "error",
"arrow-body-style": "off",
"prefer-arrow-callback": "off"
"prefer-arrow-callback": "off",
"@typescript-eslint/no-explicit-any": "off"
}
}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# env
.env
/prisma/seed.mjs
postgres
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.6.0 (2023-11-26)

### Feat

+ add feature
- sign in, sign out, including github, google
- like your favorite content
- all data moved to database
+ add dependent lib, prisma, next-auth, swr

# 1.5.0 (2023-11-20)

### Feat
Expand Down
41 changes: 39 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,31 @@
<i>Let's start changing your profile!</i>
</h3>

**English** | [中文](./README.zh.md)
<div align="center">
<a href="https://github.com/LHRUN/bubble/stargazers">
<img src="https://img.shields.io/github/stars/LHRUN/bubble" alt="Stars Badge"/>
</a>
<a href="https://github.com/LHRUN/bubble">
<img src="https://img.shields.io/github/forks/LHRUN/bubble" alt="Forks Badge"/>
</a>
<a href="https://github.com/LHRUN/bubble/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/LHRUN/bubble" alt="License Badge"/>
</a>
<a href="https://github.com/LHRUN/bubble">
<img src="https://img.shields.io/badge/Made%20with-Next%20%26%20Prisma-pink" alt="Next&Prisma" />
</a>
<a href="https://github.com/LHRUN/bubble">
<img src="https://img.shields.io/badge/Deploy-Vercel-red" alt="deploy" />
</a>
</div>

**English** | [简体中文](./README.zh.md)

<div>
<a href="https://www.buymeacoffee.com/leo0808" target="_blank">
<img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png"/>
</a>
</div>

<h2
style="background-image: linear-gradient(to right, #2C3333, #395B64, #A5C9CA);color: transparent;-webkit-background-clip: text;"
Expand All @@ -16,12 +40,23 @@

Link: [https://bubble-awesome-profile.vercel.app/](https://bubble-awesome-profile.vercel.app/)

![](https://raw.githubusercontent.com/LHRUN/file-store/main/bubble/snapshot_preview_v1.1.0.png)
![](https://raw.githubusercontent.com/LHRUN/file-store/main/bubble/snapshot_preview_v1.6.0.png)

<p>
📜 Currently the content is all manually included by me, so if there are components you find interesting that I haven't recorded, Welcome to the Issues. I'll be watching.
</p>

<h2
style="background-image: linear-gradient(to right, #2C3333, #395B64, #A5C9CA);color: transparent;-webkit-background-clip: text;"
>
Features
</h2>

+ Readme Components Collection
+ Awesome Profile Collection
+ Auth Sign In (Github, Google)
+ Like your favorite content

<h2
style="background-image: linear-gradient(to right, #2C3333, #395B64, #A5C9CA);color: transparent;-webkit-background-clip: text;"
>
Expand Down Expand Up @@ -63,6 +98,8 @@ Link: [https://bubble-awesome-profile.vercel.app/](https://bubble-awesome-profil
+ [Capsule Render](https://github.com/kyechan99/capsule-render)
+ [GitHub Readme YouTube Cards](https://github.com/DenverCoder1/github-readme-youtube-cards)
+ [Animated Fluent Emojis](https://animated-fluent-emoji.vercel.app/)
+ [Steam Card](https://github.com/yuyinws/steam-card)
+ [Buy Me a Coffee](https://www.buymeacoffee.com/)

<h2
style="background-image: linear-gradient(to right, #2C3333, #395B64, #A5C9CA);color: transparent;-webkit-background-clip: text;"
Expand Down
45 changes: 41 additions & 4 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,31 @@
<i>让我们开始改变你的 Profile 吧!</i>
</h3>

**中文** | [English](./README.md)
<div align="center">
<a href="https://github.com/LHRUN/bubble/stargazers">
<img src="https://img.shields.io/github/stars/LHRUN/bubble" alt="Stars Badge"/>
</a>
<a href="https://github.com/LHRUN/bubble">
<img src="https://img.shields.io/github/forks/LHRUN/bubble" alt="Forks Badge"/>
</a>
<a href="https://github.com/LHRUN/bubble/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/LHRUN/bubble" alt="License Badge"/>
</a>
<a href="https://github.com/LHRUN/bubble">
<img src="https://img.shields.io/badge/Made%20with-Next%20%26%20Prisma-pink" alt="Next&Prisma" />
</a>
<a href="https://github.com/LHRUN/bubble">
<img src="https://img.shields.io/badge/Deploy-Vercel-red" alt="deploy" />
</a>
</div>

**简体中文** | [English](./README.md)

<div>
<a href="https://www.buymeacoffee.com/leo0808" target="_blank">
<img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png"/>
</a>
</div>

<h2
style="background-image: linear-gradient(to right, #2C3333, #395B64, #A5C9CA);color: transparent;-webkit-background-clip: text;"
Expand All @@ -16,7 +40,7 @@

Link: [https://bubble-awesome-profile.vercel.app/](https://bubble-awesome-profile.vercel.app/)

![](https://raw.githubusercontent.com/LHRUN/file-store/main/bubble/snapshot_preview_v1.1.0.png)
![](https://raw.githubusercontent.com/LHRUN/file-store/main/bubble/snapshot_preview_v1.6.0.png)

<p>
📜 目前,所有内容均由我手动收录,因此,如果有你觉得有趣而我没有收录的内容,欢迎提Issue。我会随时关注。
Expand All @@ -25,7 +49,18 @@ Link: [https://bubble-awesome-profile.vercel.app/](https://bubble-awesome-profil
<h2
style="background-image: linear-gradient(to right, #2C3333, #395B64, #A5C9CA);color: transparent;-webkit-background-clip: text;"
>
Components
功能
</h2>

+ Readme 组件收集
+ 酷炫个人页收集
+ 支持 Github 和 Google 的认证登录
+ 点赞你喜欢的内容

<h2
style="background-image: linear-gradient(to right, #2C3333, #395B64, #A5C9CA);color: transparent;-webkit-background-clip: text;"
>
组件
</h2>

+ [Snk](https://github.com/Platane/snk)
Expand Down Expand Up @@ -63,11 +98,13 @@ Link: [https://bubble-awesome-profile.vercel.app/](https://bubble-awesome-profil
+ [Capsule Render](https://github.com/kyechan99/capsule-render)
+ [GitHub Readme YouTube Cards](https://github.com/DenverCoder1/github-readme-youtube-cards)
+ [Animated Fluent Emojis](https://animated-fluent-emoji.vercel.app/)
+ + [Steam Card](https://github.com/yuyinws/steam-card)
+ [Buy Me a Coffee](https://www.buymeacoffee.com/)

<h2
style="background-image: linear-gradient(to right, #2C3333, #395B64, #A5C9CA);color: transparent;-webkit-background-clip: text;"
>
Profiles
个人页
</h2>

+ [Amrit Anand](https://github.com/aamrits)
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"lint:script": "eslint --ext .js,.jsx,.ts,.tsx --fix --quiet ./",
"lint:style": "stylelint --fix \"src/**/*.scss\""
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.6.0",
"@vercel/analytics": "^1.1.1",
"classnames": "^2.3.2",
"next": "14.0.1",
"next-auth": "^4.24.5",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"swr": "^2.2.4"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
Expand All @@ -33,6 +37,7 @@
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"prisma": "^5.6.0",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-prettier-scss": "^1.0.0",
Expand Down
Loading

0 comments on commit b387a5e

Please sign in to comment.