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

💄 Adding references to docs in webapp #415

Merged
merged 1 commit into from
May 5, 2024
Merged

Conversation

rflihxyz
Copy link
Contributor

@rflihxyz rflihxyz commented May 5, 2024

No description provided.

Copy link

changeset-bot bot commented May 5, 2024

⚠️ No Changeset found

Latest commit: 3c9b109

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented May 5, 2024

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

Name Status Preview Updated (UTC)
panora-client-ts 🔄 Building (Inspect) Visit Preview May 5, 2024 4:28am

Copy link
Contributor

coderabbitai bot commented May 5, 2024

Walkthrough

The recent revisions across various TypeScript and Markdown files in the client and documentation sectors focus on enhancing clarity, consistency, and user guidance. These changes involve text modifications, updates to UI labels, and clearer descriptions to improve the overall user experience and understanding of the system's functionalities.

Changes

File Path Change Summary
.../api-keys/page.tsx, .../configuration/page.tsx, .../connections/page.tsx, .../components/Configuration/... Updated text for clarity and consistency, including changes to labels, descriptions, and placeholders.
.../components/Nav/main-nav.tsx, .../components/RootLayout/index.tsx Minor updates to text and visual elements like logos and navigation labels.
docs/welcome.mdx, packages/api/variables.MD Streamlined documentation and introduced new environment variables file.

🐰✨
Changes big and small, across the hall,
From API keys to OAuth with ease,
Docs refined, a clearer mind,
With every line, our code does shine!
Hop along, to the beat of code's song. 🎶🌟

  • CodeRabbit 🐇💻

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.

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 a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @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.

@rflihxyz rflihxyz merged commit 6fbbf23 into main May 5, 2024
11 of 16 checks passed
Copy link
Contributor

@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: 4

Out of diff range and nitpick comments (4)
docs/welcome.mdx (4)

Line range hint 9-9: Ensure proper pairing of quotation marks in the href attribute.

- href="/quick-start"
+ href="/quick-start"

Line range hint 33-33: Consider removing extra whitespace for consistency in formatting.

- | **Custom Fields:** Reflect in Panora the specific data points that matter to your users            |
+ | **Custom Fields:** Reflect in Panora the specific data points that matter to your users |

Line range hint 34-34: Check for possible spelling mistakes in the content.

- | **Custom Fields:** Reflect in Panora the specific data points that matter to your users            |
+ | **Custom Fields:** Reflect in Panora the specific data points that matter to your users |

Line range hint 35-35: Ensure proper capitalization in the content for consistency.

- | **Passthrough Requests:** Interact with other software platforms in their native format.      |
+ | **Passthrough Requests:** Interact with other software platforms in their native format. |
Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 17430ca and 3c9b109.
Files ignored due to path filters (3)
  • apps/client-ts/public/logo-panora-black.png is excluded by !**/*.png, !**/*.png
  • apps/client-ts/public/logo-panora-white-hq.png is excluded by !**/*.png, !**/*.png
  • packages/api/swagger/swagger-spec.json is excluded by !**/*.json
Files selected for processing (12)
  • apps/client-ts/src/app/(Dashboard)/api-keys/page.tsx (3 hunks)
  • apps/client-ts/src/app/(Dashboard)/configuration/page.tsx (3 hunks)
  • apps/client-ts/src/app/(Dashboard)/connections/page.tsx (1 hunks)
  • apps/client-ts/src/components/Configuration/AddAuthCredentials.tsx (1 hunks)
  • apps/client-ts/src/components/Configuration/AddAuthCredentialsForm.tsx (6 hunks)
  • apps/client-ts/src/components/Configuration/AddWebhook.tsx (3 hunks)
  • apps/client-ts/src/components/Configuration/FieldMappingModal.tsx (10 hunks)
  • apps/client-ts/src/components/Connection/AddConnectionButton.tsx (4 hunks)
  • apps/client-ts/src/components/Nav/main-nav.tsx (1 hunks)
  • apps/client-ts/src/components/RootLayout/index.tsx (2 hunks)
  • docs/welcome.mdx (3 hunks)
  • packages/api/variables.MD (1 hunks)
Files skipped from review due to trivial changes (8)
  • apps/client-ts/src/app/(Dashboard)/api-keys/page.tsx
  • apps/client-ts/src/app/(Dashboard)/connections/page.tsx
  • apps/client-ts/src/components/Configuration/AddAuthCredentials.tsx
  • apps/client-ts/src/components/Configuration/AddAuthCredentialsForm.tsx
  • apps/client-ts/src/components/Configuration/AddWebhook.tsx
  • apps/client-ts/src/components/Nav/main-nav.tsx
  • apps/client-ts/src/components/RootLayout/index.tsx
  • packages/api/variables.MD
Additional Context Used
LanguageTool (12)
docs/welcome.mdx (12)

Near line 9: Possible spelling mistake found.
Context: ...Guide 🚀" icon="flag-checkered" href="/quick-start" > Learn Panora's m...


Near line 9: Unpaired symbol: ‘"’ seems to be missing
Context: ...="flag-checkered" href="/quick-start" > Learn Panora's main concepts an...


Near line 31: Possible typo: you repeated a whitespace
Context: ...ordionGroup> ### 🔮 Core Features | | |---------------------------| | **Magi...


Near line 33: Possible typo: you repeated a whitespace
Context: ...ss to their data. Without writing code. | | Custom Fields: Reflect in Panora...


Near line 34: Possible spelling mistake found.
Context: ... | | Custom Fields: Reflect in Panora the specific data points that matter to...


Near line 34: Possible typo: you repeated a whitespace
Context: ...ic data points that matter to your users | | Passthrough Requests: Interact w...


Near line 35: Possible spelling mistake found.
Context: ...t matter to your users | | Passthrough Requests: Interact with other softwar...


Near line 35: Only proper nouns start with an uppercase character (there are exceptions for headlines).
Context: ... | | Passthrough Requests: Interact with other software platforms in their ...


Near line 35: Possible typo: you repeated a whitespace
Context: ...tware platforms in their native format. | | Flexible Sync Settings: Busines...


Near line 36: Possible spelling mistake found.
Context: ...hat need real-time update can configure Panora accordingly | | Webhooks: Listen...


Near line 36: Possible typo: you repeated a whitespace
Context: ... update can configure Panora accordingly | | Webhooks: Listen to one webhook ...


Near line 37: Possible typo: you repeated a whitespace
Context: ...zed data from various software platforms | [✏️ Suggest an update](https://tally....

Additional comments not posted (13)
apps/client-ts/src/app/(Dashboard)/configuration/page.tsx (2)

182-183: Ensure that the link to the documentation opens in a new tab and is secure.


202-202: Ensure that the link to the documentation opens in a new tab and is secure.

apps/client-ts/src/components/Connection/AddConnectionButton.tsx (4)

195-195: Ensure that the conditional text is clear and concise for better user understanding.


213-213: Ensure that the placeholder text is clear and provides a good example for the user.


234-234: Ensure that the placeholder text is clear and provides a good example for the user.


263-263: Ensure that the button text is clear and indicates the action correctly.

apps/client-ts/src/components/Configuration/FieldMappingModal.tsx (7)

158-159: Ensure that the tab triggers are clearly labeled and accessible.


166-169: Ensure that the link to the documentation opens in a new tab and is secure.


179-179: Ensure that the form label is clear and instructive.


207-210: Ensure that the placeholder text is clear and provides a good example for the user.


Line range hint 243-256: Ensure that the data types are correctly labeled and comprehensive.


269-269: Ensure that the button text is clear and indicates the action correctly.


281-283: Ensure that the description is clear and informative.

- **Simple developer experience:** easy to self-host, uses industry-standard data models, and is extensible
- **Builder-friendly terms:** Panora is open-source, and offers generous tips for contributors


### 🔮 Core Features

| |
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider removing extra whitespace for consistency in formatting.

- |                    |
+ |

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
| |
|

@@ -50,16 +36,6 @@
| **Flexible Sync Settings:** Businesses that need real-time update can configure Panora accordingly |
Copy link
Contributor

Choose a reason for hiding this comment

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

Check for possible spelling mistakes in the content.

- | **Flexible Sync Settings:** Businesses that need real-time update can configure Panora accordingly    |
+ | **Flexible Sync Settings:** Businesses that need real-time updates can configure Panora accordingly |

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
| **Flexible Sync Settings:** Businesses that need real-time update can configure Panora accordingly |
| **Flexible Sync Settings:** Businesses that need real-time updates can configure Panora accordingly |

@@ -50,16 +36,6 @@
| **Flexible Sync Settings:** Businesses that need real-time update can configure Panora accordingly |
| **Webhooks:** Listen to one webhook to receive normalized data from various software platforms |
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider removing extra whitespace for consistency in formatting.

- | **Webhooks:** Listen to one webhook to receive normalized data from various software platforms                  |
+ | **Webhooks:** Listen to one webhook to receive normalized data from various software platforms |

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
| **Webhooks:** Listen to one webhook to receive normalized data from various software platforms |
| **Webhooks:** Listen to one webhook to receive normalized data from various software platforms |

@@ -131,7 +131,7 @@ export default function Page() {
Webhooks
</TabsTrigger>
<TabsTrigger value="0auth">
0Auth Credentials
OAuth Credentials
Copy link
Contributor

Choose a reason for hiding this comment

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

Correct the typo in the tab trigger value from "0auth" to "OAuth".

- <TabsTrigger value="0auth">
+ <TabsTrigger value="oauth">

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
OAuth Credentials
OAuth Credentials

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