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: xmtp notification #653

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9436fd5
chore: add sellers 184,190,191 in curation list
levalleux-ludo Mar 3, 2023
f3120c7
chore: add seller id 195 in curation list
levalleux-ludo Mar 16, 2023
299de6b
add seller id 196 in curation list
levalleux-ludo Mar 16, 2023
63d294c
chore: upgrade to react-kit 0.16.2-alpha.16
levalleux-ludo Mar 23, 2023
dcfd26d
Merge branch 'to-be-merged'
levalleux-ludo Mar 23, 2023
d9e0bcc
chore: add seller 202 in curation list (#574)
levalleux-ludo Mar 27, 2023
8e36500
chore: add seller 197 in seller curation list (#576)
albertfolch-redeemeum Mar 28, 2023
aa719fc
fix: custom fonts (#579)
albertfolch-redeemeum Apr 5, 2023
eeec6b8
feat: add neuropolitical custom font (#587)
albertfolch-redeemeum Apr 11, 2023
518bfda
chore: add seller 207 in seller curation list (#591)
albertfolch-redeemeum Apr 12, 2023
a0b328e
fix: tabnapping protection (#594)
levalleux-ludo Apr 21, 2023
352414b
feat: change seller deposit copy (#603)
albertfolch-redeemeum Apr 25, 2023
73e2b69
feat: remove promotional banner (#601) (#604)
albertfolch-redeemeum Apr 25, 2023
ec355d2
feat: relist offer (#596) (#606)
albertfolch-redeemeum Apr 27, 2023
1f1f6fd
feat: add NotifiModal close to the Connect Button
levalleux-ludo May 18, 2023
db84ac9
Merge branch 'main' into xmtp-upgrade
levalleux-ludo May 18, 2023
a6dfa09
use the Notifi example project instead of ours (for now)
levalleux-ludo May 22, 2023
36d6a76
move Notification Icon to the Chat page instead of ConnectButton
levalleux-ludo May 22, 2023
2b3edde
fix CI build issue
levalleux-ludo May 30, 2023
bc5dbe9
activate the notification icon only when the chat is initialized
levalleux-ludo May 31, 2023
cb9a308
get the topics to register too and the list of topics already regiet…
levalleux-ludo Jun 22, 2023
3bb7ddc
add notifixmtp registration status on messageList
levalleux-ludo Jun 27, 2023
f008095
activate/deactivate the XMTP-Notifi feature and configure it as env var
levalleux-ludo Jun 27, 2023
573512a
add XMTP_NOTIFI value in AboutPage
levalleux-ludo Jun 28, 2023
85be7cf
Merge branch 'main' into xmtp-upgrade
levalleux-ludo Jun 28, 2023
c07a66e
take into account PR remarks
levalleux-ludo Jun 29, 2023
b6999e5
update NOTIFI dependencies to latest versions
levalleux-ludo Jun 29, 2023
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: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ REACT_APP_IPFS_IMAGE_GATEWAY=https://bosonprotocol.infura-ipfs.io/ipfs
REACT_APP_RELEASE_TAG=
REACT_APP_RELEASE_NAME=

# REACT_APP_XMTP_NOTIFI='{"dappId": "testludobosondapp", "cardId": "db7bdfd7b72d427ea2c8840785cfa0b4", "chain": "POLYGON", "env": "Development"}'

# Enable Sentry logging (default: false)
# REACT_APP_ENABLE_SENTRY_LOGGING=true
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
REACT_APP_DEFAULT_RESOLUTION_PERIOD_DAYS: ${{ secrets.REACT_APP_DEFAULT_RESOLUTION_PERIOD_DAYS_TESTING }}
REACT_APP_META_TX_API_KEY: ${{ secrets.REACT_APP_META_TX_API_KEY_TESTING }}
REACT_APP_META_TX_API_IDS: ${{ secrets.REACT_APP_META_TX_API_IDS_TESTING }}
REACT_APP_XMTP_NOTIFI: ${{ secrets.REACT_APP_XMTP_NOTIFI_TESTING }}

call-reusable-workflow-testing:
uses: bosonprotocol/interface/.github/workflows/ci_reusable.yaml@main
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
REACT_APP_GOOGLE_TAG_ID: ${{ secrets.REACT_APP_GOOGLE_TAG_ID_TESTING }}
REACT_APP_META_TX_API_KEY: ${{ secrets.REACT_APP_META_TX_API_KEY_TESTING }}
REACT_APP_META_TX_API_IDS: ${{ secrets.REACT_APP_META_TX_API_IDS_TESTING }}
REACT_APP_XMTP_NOTIFI: ${{ secrets.REACT_APP_XMTP_NOTIFI_TESTING }}

call-reusable-workflow-staging:
uses: bosonprotocol/interface/.github/workflows/ci_reusable.yaml@main
Expand Down Expand Up @@ -117,6 +119,7 @@ jobs:
REACT_APP_GOOGLE_TAG_ID: ${{ secrets.REACT_APP_GOOGLE_TAG_ID_STAGING }}
REACT_APP_META_TX_API_KEY: ${{ secrets.REACT_APP_META_TX_API_KEY_STAGING }}
REACT_APP_META_TX_API_IDS: ${{ secrets.REACT_APP_META_TX_API_IDS_STAGING }}
REACT_APP_XMTP_NOTIFI: ${{ secrets.REACT_APP_XMTP_NOTIFI_STAGING }}

call-reusable-workflow-production:
uses: bosonprotocol/interface/.github/workflows/ci_reusable.yaml@main
Expand Down Expand Up @@ -147,6 +150,7 @@ jobs:
REACT_APP_GOOGLE_TAG_ID: ${{ secrets.REACT_APP_GOOGLE_TAG_ID_PROD }}
REACT_APP_META_TX_API_KEY: ${{ secrets.REACT_APP_META_TX_API_KEY_PRODUCTION }}
REACT_APP_META_TX_API_IDS: ${{ secrets.REACT_APP_META_TX_API_IDS_PRODUCTION }}
REACT_APP_XMTP_NOTIFI: ${{ secrets.REACT_APP_XMTP_NOTIFI_PRODUCTION }}

job-summary:
name: Create Job Summary
Expand Down
Loading