Closed ufumerfarooq67 closed 3 months ago
Name | Link |
---|---|
Latest commit | 9e18f58d343a72599f901c4a124e5f36a66a18a0 |
Latest deploy log | https://app.netlify.com/sites/polite-fairy-234917/deploys/66b48680250c9700084e1101 |
Name | Link |
---|---|
Latest commit | 9e18f58d343a72599f901c4a124e5f36a66a18a0 |
Latest deploy log | https://app.netlify.com/sites/cheery-zabaione-34f12e/deploys/66b4868030fce800081bc862 |
Deploy Preview | https://deploy-preview-642--cheery-zabaione-34f12e.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Walkthrough
The recent updates across the project enhance its analytics and configuration capabilities. Key modifications include the integration of Amplitude analytics for improved user interaction tracking, the addition of a
vapidKey
field in GraphQL queries and mutations to support Firebase push notifications, and adjustments to configuration constants for better maintainability. These changes collectively strengthen the applicationβs functionality and security, particularly in relation to notification services and user data analysis.Changes
public/index.html
src/apollo/mutations.js
,src/apollo/queries.js
vapidKey
field in both saveFirebaseConfiguration mutation and GetConfiguration query, expanding capabilities for Firebase services.src/components/Configuration/FireBase/FireBase.jsx
vapidKey
, validated user input, and updated form submission logic to include this key.src/config/constants.js
src/views/Configuration.jsx
vapidKey
prop for web push notifications.src/App.js
VAPID_KEY
prop, enhancing flexibility for handling notifications.src/apollo/server.js
vapidKey
in the returned data structure.src/config/constants.js
VAPID_KEY
constant sourced from configuration, improving the application's configuration management.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Share
- [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)Tips
### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit