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

💄 style: add PWA install and metadata & ld generate #2438

Merged
merged 8 commits into from May 13, 2024
Merged

Conversation

canisminor1990
Copy link
Member

@canisminor1990 canisminor1990 commented May 9, 2024

💻 变更类型 | Change Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • ⚡️ perf
  • 📝 docs

🔀 变更说明 | Description of Change

📝 补充信息 | Additional Information

Copy link

vercel bot commented May 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lobe-chat-community ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 0:34am

@lobehubbot
Copy link
Member

👍 @canisminor1990

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.16%. Comparing base (91f7294) to head (91b1cb4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2438      +/-   ##
==========================================
+ Coverage   93.14%   93.16%   +0.01%     
==========================================
  Files         320      321       +1     
  Lines       19323    19372      +49     
  Branches     1446     1451       +5     
==========================================
+ Hits        17998    18047      +49     
  Misses       1325     1325              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@canisminor1990 canisminor1990 changed the title ✨ feat: Add PWA install button ✨ feat: Update PWA install and og & ld generate May 9, 2024
Copy link
Contributor

@arvinxx arvinxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

这个 title 有点牛皮癣广告的感觉了,得改下

public/manifest.json Outdated Show resolved Hide resolved
src/app/metadata.ts Outdated Show resolved Hide resolved
src/server/ld.ts Outdated Show resolved Hide resolved
src/app/metadata.ts Outdated Show resolved Hide resolved
src/server/ld.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@arvinxx arvinxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

切换设置tab,标题并不会跟随修改

locales/nl-NL/plugin.json Outdated Show resolved Hide resolved
locales/pl-PL/plugin.json Outdated Show resolved Hide resolved
src/app/page.tsx Show resolved Hide resolved
@canisminor1990
Copy link
Member Author

@arvinxx done

@arvinxx arvinxx changed the title ✨ feat: Update PWA install and og & ld generate 💄 style: add PWA install and og & ld generate May 13, 2024
@arvinxx arvinxx changed the title 💄 style: add PWA install and og & ld generate 💄 style: add PWA install and metadata & ld generate May 13, 2024
@arvinxx arvinxx merged commit 6e9c69a into main May 13, 2024
8 checks passed
@arvinxx arvinxx deleted the feat/install-pwa branch May 13, 2024 12:36
@lobehubbot
Copy link
Member

❤️ Great PR @canisminor1990 ❤️

The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world.
项目的成长离不开用户反馈和贡献,感谢您的贡献! 如果您对 LobeHub 开发者社区感兴趣,请加入我们的 discord,然后私信 @arvinxx@canisminor1990。他们会邀请您加入我们的私密开发者频道。我们将会讨论关于 Lobe Chat 的开发,分享和讨论全球范围内的 AI 消息。

github-actions bot pushed a commit that referenced this pull request May 13, 2024
### [Version 0.158.1](v0.158.0...v0.158.1)
<sup>Released on **2024-05-13**</sup>

#### 💄 Styles

- **misc**: Add PWA install and metadata & ld generate.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

* **misc**: Add PWA install and metadata & ld generate, closes [#2438](#2438) ([6e9c69a](6e9c69a))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
@lobehubbot
Copy link
Member

🎉 This PR is included in version 0.158.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to bentwnghk/lobe-chat that referenced this pull request May 13, 2024
### [Version&nbsp;1.38.1](v1.38.0...v1.38.1)
<sup>Released on **2024-05-13**</sup>

#### 💄 Styles

- **misc**: Add PWA install and metadata & ld generate, fix TelemetryNotification zindex.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

* **misc**: Add PWA install and metadata & ld generate, closes [lobehub#2438](https://github.com/bentwnghk/lobe-chat/issues/2438) ([6e9c69a](6e9c69a))
* **misc**: Fix TelemetryNotification zindex, closes [lobehub#2476](https://github.com/bentwnghk/lobe-chat/issues/2476) ([54524ab](54524ab))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
TheNameIsNigel pushed a commit to TheNameIsNigel/lobe-chat that referenced this pull request May 15, 2024
* ✨ feat: Add PWA install button

* 🐛 fix: Fix review problem

* 🐛 fix: Fix review problem

* 🔧 chore: Update i18n

* 🔧 chore: Update metadata

* 🐛 fix: Fix preview problem

* 🐛 fix: Fix title

* 🔧 chore: Update pwa i18n
TheNameIsNigel pushed a commit to TheNameIsNigel/lobe-chat that referenced this pull request May 15, 2024
### [Version&nbsp;0.158.1](lobehub/lobe-chat@v0.158.0...v0.158.1)
<sup>Released on **2024-05-13**</sup>

#### 💄 Styles

- **misc**: Add PWA install and metadata & ld generate.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

* **misc**: Add PWA install and metadata & ld generate, closes [lobehub#2438](lobehub#2438) ([6e9c69a](lobehub@6e9c69a))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
akvsdk pushed a commit to akvsdk/lobe-chat that referenced this pull request May 20, 2024
* ✨ feat: Add PWA install button

* 🐛 fix: Fix review problem

* 🐛 fix: Fix review problem

* 🔧 chore: Update i18n

* 🔧 chore: Update metadata

* 🐛 fix: Fix preview problem

* 🐛 fix: Fix title

* 🔧 chore: Update pwa i18n
akvsdk pushed a commit to akvsdk/lobe-chat that referenced this pull request May 20, 2024
### [Version&nbsp;0.158.1](lobehub/lobe-chat@v0.158.0...v0.158.1)
<sup>Released on **2024-05-13**</sup>

#### 💄 Styles

- **misc**: Add PWA install and metadata & ld generate.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

* **misc**: Add PWA install and metadata & ld generate, closes [lobehub#2438](lobehub#2438) ([6e9c69a](lobehub@6e9c69a))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants