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

Zendesk: Vanilla and React integration #111

Merged
merged 10 commits into from
Jul 4, 2024
Merged

Conversation

ulises-jeremias
Copy link
Member

@ulises-jeremias ulises-jeremias commented Jul 2, 2024

What's this PR do?

  • Adds zendesk to @nanlabs/thirdparty
  • Adds zendesk to @nanlabs/react-thirdparty

@ulises-jeremias @rpmolina

Summary by CodeRabbit

  • New Features

    • Introduced Zendesk context and provider components for React applications.
    • Added a Zendesk component to manage the Zendesk script lifecycle.
  • Enhancements

    • Updated ReCaptcha script properties for improved flexibility.
    • Introduced dynamic script generation and injection functions for the Zendesk API.
  • Bug Fixes

    • Renamed internal functions for better clarity and consistency in script handling.

ulises-jeremias and others added 2 commits July 2, 2024 00:51
Co-authored-by: Matias Pompilio <matias.pompilio@nan-labs.com>
Co-authored-by: Ulises Jeremias <ulisescf.24@gmail.com>
@ulises-jeremias ulises-jeremias requested a review from rpmolina as a code owner July 2, 2024 04:05
Copy link

coderabbitai bot commented Jul 2, 2024

Walkthrough

The changes introduce and update functionalities related to Zendesk and Google ReCaptcha third-party integrations within a React application. This includes the addition of context and provider for Zendesk, defining Zendesk-related TypeScript interfaces, and updating script handling functions. These modifications facilitate interaction with the Zendesk API and streamline the management of ReCaptcha scripts.

Changes

File Path Change Summary
...zendesk/Context.tsx Added Zendesk context with a context provider and a custom hook for usage within components.
...zendesk/Provider.tsx Introduced ZendeskProvider to manage Zendesk script injection and context provision.
...zendesk/Zendesk.tsx Created Zendesk component to handle Zendesk script loading on mount and unmount.
...zendesk/zendesk.d.ts Added TypeScript interfaces defining structures for Zendesk settings and widget commands.
...recaptcha/scripts.ts Updated ReCaptcha script handling functions and renamed removeScript function.
...zendesk/scripts.ts Added Zendesk script generation, injection, and removal functions with support for callbacks.

Poem

A script was written in the night,
To manage Zen's helpful light. ✨
ReCaptcha's guard, a vigilant knight,
Keeps bots away from users' sight. 🤖🚫
Contexts and hooks, all so tight,
CodeRabbit sings, with pure delight! 🐇🎶

Tip

AI model upgrade

gpt-4o model for reviews and chat is now live

OpenAI claims that this model is better at understanding and generating code than the previous models. Please join our Discord Community to provide any feedback or to report any issues.


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
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

github-actions bot commented Jul 2, 2024

Warnings
⚠️ This PR is changing more than 200 lines.
⚠️ This PR is changing more than 10 files.
Messages
📖 Thanks for updating docs! We ❤️ documentation!

Generated by 🚫 dangerJS against 13226e4

@ulises-jeremias
Copy link
Member Author

@coderabbitai review

Copy link

coderabbitai bot commented Jul 2, 2024

Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 2db7c39 and 926c0c4.

Files selected for processing (16)
  • .changeset/curvy-bikes-peel.md (1 hunks)
  • apps/playground/src/stories/react-thirdparty/Zendesk.stories.mdx (1 hunks)
  • packages/react-thirdparty/index.tsx (1 hunks)
  • packages/react-thirdparty/recaptcha/GoogleReCaptcha.tsx (1 hunks)
  • packages/react-thirdparty/recaptcha/Provider.tsx (3 hunks)
  • packages/react-thirdparty/zendesk/Context.tsx (1 hunks)
  • packages/react-thirdparty/zendesk/Provider.tsx (1 hunks)
  • packages/react-thirdparty/zendesk/README.md (1 hunks)
  • packages/react-thirdparty/zendesk/Zendesk.tsx (1 hunks)
  • packages/react-thirdparty/zendesk/index.ts (1 hunks)
  • packages/react-thirdparty/zendesk/useZendesk.ts (1 hunks)
  • packages/thirdparty/index.ts (1 hunks)
  • packages/thirdparty/recaptcha/scripts.ts (2 hunks)
  • packages/thirdparty/zendesk/index.ts (1 hunks)
  • packages/thirdparty/zendesk/scripts.ts (1 hunks)
  • packages/tsconfig/react-library.json (1 hunks)
Files skipped from review due to trivial changes (4)
  • packages/react-thirdparty/zendesk/index.ts
  • packages/thirdparty/index.ts
  • packages/thirdparty/zendesk/index.ts
  • packages/tsconfig/react-library.json
Additional context used
Biome
packages/thirdparty/zendesk/scripts.ts

[error] 43-43: Change to an optional chain.

Unsafe fix: Change to an optional chain.

(lint/complexity/useOptionalChain)

packages/thirdparty/recaptcha/scripts.ts

[error] 62-62: Change to an optional chain.

Unsafe fix: Change to an optional chain.

(lint/complexity/useOptionalChain)


[error] 87-87: Change to an optional chain.

Unsafe fix: Change to an optional chain.

(lint/complexity/useOptionalChain)

LanguageTool
packages/react-thirdparty/zendesk/README.md

[style] ~61-~61: As an alternative to the over-used intensifier ‘very’, consider replacing this phrase.
Context: ...use the custom hook useZendesk. It's very simple to use the hook: ```tsx import React f...

(EN_WEAK_ADJECTIVE)

apps/playground/src/stories/react-thirdparty/Zendesk.stories.mdx

[style] ~61-~61: As an alternative to the over-used intensifier ‘very’, consider replacing this phrase.
Context: ...use the custom hook useZendesk. It's very simple to use the hook: ```tsx import React f...

(EN_WEAK_ADJECTIVE)

Additional comments not posted (39)
packages/react-thirdparty/index.tsx (1)

2-2: LGTM! Exporting Zendesk module.

The addition of the export statement for the Zendesk module looks good.

.changeset/curvy-bikes-peel.md (1)

1-8: LGTM! Changeset file is well-formed.

The changeset file accurately documents the version updates and the addition of Zendesk integration.

packages/react-thirdparty/zendesk/useZendesk.ts (1)

1-10: LGTM! Custom hook implementation.

The useZendesk custom hook is well-implemented and follows best practices for accessing context in React.

packages/react-thirdparty/recaptcha/GoogleReCaptcha.tsx (1)

1-9: LGTM! GoogleReCaptcha component implementation.

The GoogleReCaptcha component correctly uses the custom hook and renders the appropriate container.

packages/react-thirdparty/zendesk/Zendesk.tsx (2)

1-1: Import React as a namespace.

For consistency and to avoid potential issues with JSX transformation, import React as a namespace.

-import React, { FC, useEffect } from "react";
+import * as React from "react";
+import { FC, useEffect } from "react";

8-22: LGTM!

The Zendesk component is well-structured and correctly uses the useZendesk hook and useEffect.

packages/react-thirdparty/zendesk/Context.tsx (3)

1-1: Import React as a namespace.

For consistency and to avoid potential issues with JSX transformation, import React as a namespace.

-import { createContext, useContext } from "react";
+import * as React from "react";
+import { createContext, useContext } from "react";

3-5: Consider adding types for params.

To enhance type safety, consider adding a type for the params argument in the executeZendesk function.

-export interface ZendeskContextProps {
-  executeZendesk: (action: string, params?: any) => void;
+export interface ZendeskContextProps<T = any> {
+  executeZendesk: (action: string, params?: T) => void;
 }

16-21: LGTM!

The custom hook useZendeskContext is well-implemented and handles errors appropriately.

packages/react-thirdparty/zendesk/Provider.tsx (5)

1-1: Import React as a namespace.

For consistency and to avoid potential issues with JSX transformation, import React as a namespace.

-import React, { useEffect, ReactNode, useCallback, useState } from "react";
+import * as React from "react";
+import { useEffect, ReactNode, useCallback, useState } from "react";

33-35: Avoid using any type.

Replace (window as any) with a more specific type to improve type safety.

-    if (typeof window === "undefined" || !(window as any).zE) {
+    if (typeof window === "undefined" || !('zE' in window)) {

43-55: Ensure cleanup function dependencies are correct.

The cleanup function should include all dependencies that could affect the injected script.

Ensure that the cleanup function correctly handles all dependencies.


57-63: LGTM!

The ZendeskProvider component is well-implemented and correctly manages the script lifecycle and context value.


21-27: Optimize executeZendesk function.

Avoid creating a new function instance on each render by moving the function definition outside the useCallback hook.

-  const executeZendesk = useCallback(
-    (action: string, params?: any) => {
-      if (!zendeskClient) {
-        console.warn("Zendesk client is not available");
-        return;
-      }
-      zendeskClient(action, params);
-    },
-    [zendeskClient]
-  );
+  const executeZendesk = (action: string, params?: any) => {
+    if (!zendeskClient) {
+      console.warn("Zendesk client is not available");
+      return;
+    }
+    zendeskClient(action, params);
+  };

Likely invalid or redundant comment.

packages/thirdparty/zendesk/scripts.ts (2)

1-1: Consider using a union type for ZendeskSrc.

To ensure type safety, consider using a union type for the ZendeskSrc.

-export type ZendeskSrc = "https://static.zdassets.com/ekr/snippet.js";
+export type ZendeskSrc = "https://static.zdassets.com/ekr/snippet.js" | string;

64-69: LGTM!

The script management functions are well-implemented and correctly handle parameters and script tags.

packages/react-thirdparty/zendesk/README.md (9)

1-6: Good introduction and context setting.

The introduction provides a clear overview of the purpose of the document.


8-13: Clear instructions for providing an API key.

The instructions for obtaining an API key are clear and the link to Zendesk is correct.


14-22: Clear explanation of the ZendeskProvider component.

The explanation of the ZendeskProvider component is clear and concise.


24-37: Correct and clear code example for ZendeskProvider.

The code example for the ZendeskProvider component is correct and easy to understand.


40-55: Correct and clear code example for Zendesk component.

The code example for the Zendesk component is correct and easy to understand.


57-61: Consider rephrasing to avoid weak adjectives.

As an alternative to the over-used intensifier ‘very’, consider rephrasing this phrase for stronger impact.

- It's very simple to use the hook:
+ Using the hook is straightforward:
Tools
LanguageTool

[style] ~61-~61: As an alternative to the over-used intensifier ‘very’, consider replacing this phrase.
Context: ...use the custom hook useZendesk. It's very simple to use the hook: ```tsx import React f...

(EN_WEAK_ADJECTIVE)


63-79: Correct and clear code example for useZendesk hook.

The code example for the useZendesk hook is correct and easy to understand.


Line range hint 82-95: Correct and clear additional example for Zendesk component.

The additional example for the Zendesk component is correct and easy to understand.

Tools
LanguageTool

[style] ~61-~61: As an alternative to the over-used intensifier ‘very’, consider replacing this phrase.
Context: ...use the custom hook useZendesk. It's very simple to use the hook: ```tsx import React f...

(EN_WEAK_ADJECTIVE)


Line range hint 97-120: Correct and clear additional example for useZendesk hook.

The additional example for the useZendesk hook is correct and easy to understand.

Tools
LanguageTool

[style] ~61-~61: As an alternative to the over-used intensifier ‘very’, consider replacing this phrase.
Context: ...use the custom hook useZendesk. It's very simple to use the hook: ```tsx import React f...

(EN_WEAK_ADJECTIVE)

packages/thirdparty/recaptcha/scripts.ts (3)

1-6: Correct and clear type definitions.

The type definitions for GoogleReCaptchaSrc and GoogleReCaptchaScriptProps are correct and clear.


Line range hint 9-23: Correct and clear generateGoogleReCaptchaScript function.

The function correctly generates a script tag for the Google ReCaptcha API and follows best practices.


Line range hint 25-51: Correct and clear injectGoogleReCaptchaScript function.

The function correctly injects a script tag for Google ReCaptcha API and follows best practices.

packages/react-thirdparty/recaptcha/Provider.tsx (3)

Line range hint 1-18: Correct and clear imports and type definitions.

The imports and type definitions are correct and clear.


Line range hint 20-90: Correct and clear GoogleReCaptchaProvider component.

The component correctly manages the Google ReCaptcha context and script injection, following best practices.


Line range hint 92-96: Correct and clear return statement.

The return statement correctly provides the context value to child components.

apps/playground/src/stories/react-thirdparty/Zendesk.stories.mdx (8)

1-10: Good introduction and context setting.

The introduction provides a clear overview of the purpose of the document.


12-18: Clear instructions for providing a Zendesk key.

The instructions for obtaining a Zendesk key are clear and the information is correct.


20-38: Clear explanation and correct code example for ZendeskProvider.

The explanation and code example for the ZendeskProvider component are clear and correct.


40-55: Clear explanation and correct code example for Zendesk component.

The explanation and code example for the Zendesk component are clear and correct.


57-61: Consider rephrasing to avoid weak adjectives.

As an alternative to the over-used intensifier ‘very’, consider rephrasing this phrase for stronger impact.

- It's very simple to use the hook:
+ Using the hook is straightforward:
Tools
LanguageTool

[style] ~61-~61: As an alternative to the over-used intensifier ‘very’, consider replacing this phrase.
Context: ...use the custom hook useZendesk. It's very simple to use the hook: ```tsx import React f...

(EN_WEAK_ADJECTIVE)


63-80: Correct and clear code example for useZendesk hook.

The code example for the useZendesk hook is correct and easy to understand.


82-95: Correct and clear additional example for Zendesk component.

The additional example for the Zendesk component is correct and easy to understand.


97-120: Correct and clear additional example for useZendesk hook.

The additional example for the useZendesk hook is correct and easy to understand.

ulises-jeremias and others added 2 commits July 2, 2024 02:00
This commit refactors the Zendesk integration in the react-thirdparty package. It updates the `ZendeskContextProps` interface in `Context.tsx` to use the `ZendeskWidget` type instead of `any`. It also updates the `ZendeskProvider` component in `Provider.tsx` to use the `ZendeskWidget` type for the `zendeskClient` state and the `executeZendesk` function.

Co-authored-by: Matias Pompilio <matias.pompilio@nan-labs.com>
Co-authored-by: Ulises Jeremias <ulisescf.24@gmail.com>
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 926c0c4 and 6365d10.

Files selected for processing (8)
  • packages/react-thirdparty/recaptcha/Context.tsx (2 hunks)
  • packages/react-thirdparty/recaptcha/index.ts (1 hunks)
  • packages/react-thirdparty/recaptcha/useGoogleReCaptcha.ts (1 hunks)
  • packages/react-thirdparty/zendesk/Context.tsx (1 hunks)
  • packages/react-thirdparty/zendesk/Provider.tsx (1 hunks)
  • packages/react-thirdparty/zendesk/Zendesk.tsx (1 hunks)
  • packages/react-thirdparty/zendesk/useZendesk.ts (1 hunks)
  • packages/react-thirdparty/zendesk/zendesk.d.ts (1 hunks)
Files skipped from review as they are similar to previous changes (4)
  • packages/react-thirdparty/zendesk/Context.tsx
  • packages/react-thirdparty/zendesk/Provider.tsx
  • packages/react-thirdparty/zendesk/Zendesk.tsx
  • packages/react-thirdparty/zendesk/useZendesk.ts
Additional comments not posted (4)
packages/react-thirdparty/recaptcha/index.ts (1)

1-4: LGTM!

The changes are consistent with the new modules added for Google ReCaptcha.

packages/react-thirdparty/recaptcha/Context.tsx (1)

Line range hint 1-17: LGTM!

The changes are consistent with the new modules added for Google ReCaptcha and the context is correctly implemented.

packages/react-thirdparty/recaptcha/useGoogleReCaptcha.ts (1)

Line range hint 1-36: LGTM!

The custom hook for Google ReCaptcha is correctly implemented and consistent with the new modules added.

packages/react-thirdparty/zendesk/zendesk.d.ts (1)

1-160: LGTM!

The TypeScript interfaces for Zendesk integration are correctly defined and comprehensive.

ulises-jeremias and others added 2 commits July 2, 2024 02:19
Co-authored-by: Matias Pompilio <matias.pompilio@nan-labs.com>
Co-authored-by: Ulises Jeremias <ulisescf.24@gmail.com>
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Outside diff range and nitpick comments (14)
packages/react-thirdparty/zendesk/zendesk.d.ts (14)

5-30: Ensure method signature consistency.

The loginUser method's callback parameter should have a more descriptive name for clarity.

-  callback: (fn: (newJwtForUser: string) => void) => void
+  callback: (generateNewJwt: (newJwtForUser: string) => void) => void

39-39: Ensure method signature consistency.

The logoutUser method should be consistent with the naming conventions used in other methods.

-  (type: "messenger", command: "logoutUser"): void;
+  (type: "messenger", command: "logout"): void;

46-46: Ensure method signature consistency.

The show method should be consistent with the naming conventions used in other methods.

-  (type: "messenger", command: "show"): void;
+  (type: "messenger", command: "display"): void;

51-51: Ensure method signature consistency.

The hide method should be consistent with the naming conventions used in other methods.

-  (type: "messenger", command: "hide"): void;
+  (type: "messenger", command: "conceal"): void;

56-56: Ensure method signature consistency.

The open method should be consistent with the naming conventions used in other methods.

-  (type: "messenger", command: "open"): void;
+  (type: "messenger", command: "activate"): void;

61-61: Ensure method signature consistency.

The close method should be consistent with the naming conventions used in other methods.

-  (type: "messenger", command: "close"): void;
+  (type: "messenger", command: "deactivate"): void;

66-66: Ensure method signature consistency.

The on method should be consistent with the naming conventions used in other methods.

-  (type: "messenger:on", event: "open", callback: () => void): void;
+  (type: "messenger:onEvent", event: "open", callback: () => void): void;

71-71: Ensure method signature consistency.

The on method should be consistent with the naming conventions used in other methods.

-  (type: "messenger:on", event: "close", callback: () => void): void;
+  (type: "messenger:onEvent", event: "close", callback: () => void): void;

76-80: Ensure method signature consistency.

The on method should be consistent with the naming conventions used in other methods.

-  (type: "messenger:on", event: "unreadMessages", callback: (unreadMessageCount: number) => void): void;
+  (type: "messenger:onEvent", event: "unreadMessages", callback: (unreadMessageCount: number) => void): void;

93-93: Ensure method signature consistency.

The set method should be consistent with the naming conventions used in other methods.

-  (type: "messenger:set", setting: "locale", newLocale: string): void;
+  (type: "messenger:setSetting", setting: "locale", newLocale: string): void;

103-103: Ensure method signature consistency.

The set method should be consistent with the naming conventions used in other methods.

-  (type: "messenger:set", setting: "zIndex", newZIndex: number): void;
+  (type: "messenger:setSetting", setting: "zIndex", newZIndex: number): void;

114-114: Ensure method signature consistency.

The set method should be consistent with the naming conventions used in other methods.

-  (type: "messenger:set", setting: "cookies", isEnabled: boolean): void;
+  (type: "messenger:setSetting", setting: "cookies", isEnabled: boolean): void;

137-144: Ensure method signature consistency.

The set method should be consistent with the naming conventions used in other methods.

-  (type: "messenger:set", setting: "conversationFields", conversationFields: { id: string; value: string | number | boolean; }[]): void;
+  (type: "messenger:setSetting", setting: "conversationFields", conversationFields: { id: string; value: string | number | boolean; }[]): void;

164-167: Ensure method signature consistency.

The set method should be consistent with the naming conventions used in other methods.

-  (type: "messenger:set", setting: "conversationTags", conversationTags: string[]): void;
+  (type: "messenger:setSetting", setting: "conversationTags", conversationTags: string[]): void;
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 6365d10 and 13226e4.

Files selected for processing (6)
  • packages/react-thirdparty/zendesk/Context.tsx (1 hunks)
  • packages/react-thirdparty/zendesk/Provider.tsx (1 hunks)
  • packages/react-thirdparty/zendesk/Zendesk.tsx (1 hunks)
  • packages/react-thirdparty/zendesk/zendesk.d.ts (1 hunks)
  • packages/thirdparty/recaptcha/scripts.ts (3 hunks)
  • packages/thirdparty/zendesk/scripts.ts (1 hunks)
Files skipped from review as they are similar to previous changes (5)
  • packages/react-thirdparty/zendesk/Context.tsx
  • packages/react-thirdparty/zendesk/Provider.tsx
  • packages/react-thirdparty/zendesk/Zendesk.tsx
  • packages/thirdparty/recaptcha/scripts.ts
  • packages/thirdparty/zendesk/scripts.ts
Additional comments not posted (1)
packages/react-thirdparty/zendesk/zendesk.d.ts (1)

170-172: LGTM!

The Window interface extension is correct and follows best practices.

@ulises-jeremias ulises-jeremias merged commit ffe7c5c into main Jul 4, 2024
9 checks passed
@ulises-jeremias ulises-jeremias deleted the feature/zendesk branch July 4, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant