Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: yarn

- name: Clean yarn cache
Expand Down
2 changes: 1 addition & 1 deletion docs/chat/03-ui-components/01-Integrate-Push-Chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image: '/assets/docs/previews/docs_chat_ui_components--integrate_push_chat.png'

Streamline Chat Integration for Developers: Say goodbye to the hassles of UI design and API calls. With our web components available in the `@pushprotocol/uiweb` package, you can effortlessly integrate push chat functionality into your dapp using just a few lines of code.

As an example, take a look at how we seamlessly integrated the Push Chat View component into the [`push.org/brb`](/brb 'Billion Reasons to Build Challengathon by Push') website in the image below.
As an example, take a look at how we seamlessly integrated the Push Chat View component into the [`push.org/brb`](https://push.org/brb 'Billion Reasons to Build Challengathon by Push') website in the image below.

<ModalContainer>
<img
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const config = {
'classic',
{
gtag: {
trackingID: 'G-N9ZHXNRLYL',
trackingID: 'G-PZKY8Q606T',
},
docs: {
path: 'docs',
Expand Down
21 changes: 1 addition & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/theme-live-codeblock": "3.0.1",
"@docusaurus/theme-mermaid": "3.0.1",
"@floating-ui/utils": "^0.2.10",
"@mdx-js/react": "^3.0.0",
"@pushprotocol/restapi": "1.7.20",
"@pushprotocol/uiweb": "1.7.1",
Expand Down
84 changes: 0 additions & 84 deletions src/pages/brb.tsx

This file was deleted.

14 changes: 11 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3208,6 +3208,13 @@ __metadata:
languageName: node
linkType: hard

"@floating-ui/utils@npm:^0.2.10":
version: 0.2.10
resolution: "@floating-ui/utils@npm:0.2.10"
checksum: 10c0/e9bc2a1730ede1ee25843937e911ab6e846a733a4488623cd353f94721b05ec2c9ec6437613a2ac9379a94c2fd40c797a2ba6fa1df2716f5ce4aa6ddb1cf9ea4
languageName: node
linkType: hard

"@formatjs/ecma402-abstract@npm:2.3.2":
version: 2.3.2
resolution: "@formatjs/ecma402-abstract@npm:2.3.2"
Expand Down Expand Up @@ -8751,9 +8758,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001688":
version: 1.0.30001690
resolution: "caniuse-lite@npm:1.0.30001690"
checksum: 10c0/646bd469032afa90400a84dec30a2b00a6eda62c03ead358117e3f884cda8aacec02ec058a6dbee5eaf9714f83e483b9b0eb4fb42febb8076569f5ca40f1d347
version: 1.0.30001731
resolution: "caniuse-lite@npm:1.0.30001731"
checksum: 10c0/d8cddf817d5bec8e7c2106affdbf1bfc3923463ca16697c992b2efeb043e6a5d9dcb70cda913bc6acf9112fd66f9e80279316c08e7800359116925066a63fdfa
languageName: node
linkType: hard

Expand Down Expand Up @@ -18667,6 +18674,7 @@ __metadata:
"@docusaurus/theme-live-codeblock": "npm:3.0.1"
"@docusaurus/theme-mermaid": "npm:3.0.1"
"@docusaurus/types": "npm:3.0.1"
"@floating-ui/utils": "npm:^0.2.10"
"@mdx-js/react": "npm:^3.0.0"
"@pushprotocol/restapi": "npm:1.7.20"
"@pushprotocol/uiweb": "npm:1.7.1"
Expand Down