Skip to content

Conversation

@dejurin
Copy link
Contributor

@dejurin dejurin commented Apr 30, 2024

Fixed incorrect URL to https://www.qwikhooks.dev/useclickoutside/

Fixed Redirect -> "/"

Summary by CodeRabbit

  • Documentation
    • Updated URLs in the documentation to include www in the domain for better accessibility and standardization.

Fixed incorrect URL to https://www.qwikhooks.dev/useclickoutside/

Fixed Redirect -> "/"
@vercel
Copy link

vercel bot commented Apr 30, 2024

@dejurin is attempting to deploy a commit to the ditadi's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link

coderabbitai bot commented Apr 30, 2024

Walkthrough

The primary modification in this update involves the adjustment of URLs within documentation, specifically changing the domain from qwikhooks.dev to www.qwikhooks.dev. This alteration ensures consistency and possibly enhances domain recognition and security.

Changes

File Change Summary
README.md Updated URLs to include www in the domain.

🐇✨
In the land of code and wire,
A small change does inspire.
www added with care,
In URLs everywhere.
Hop, hop, hooray, let’s aspire! 🎉
🐇✨


Recent Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 8459556 and 347bb45.
Files selected for processing (1)
  • README.md (1 hunks)
Additional Context Used
LanguageTool (13)
README.md (13)

Near line 1: Possible spelling mistake found.
Context: # qwikHooks A collection of modern qwik hooks – f...


Near line 3: Possible spelling mistake found.
Context: # qwikHooks A collection of modern qwik hooks – from the [@ditadi](https://twit...


Near line 13: Possible spelling mistake found.
Context: ...i -D @ditadi/qwik-hooks` ### Hooks - [useDebounce](https://www.qwikhooks.dev/usedebounce/...


Near line 14: Possible spelling mistake found.
Context: ...ps://www.qwikhooks.dev/usedebounce/) - [useLocalStorage](https://www.qwikhooks.dev/uselocalstor...


Near line 15: Possible spelling mistake found.
Context: .../www.qwikhooks.dev/uselocalstorage/) - [useCopyClipboard](https://www.qwikhooks.dev/usecopytocli...


Near line 16: Possible spelling mistake found.
Context: ...w.qwikhooks.dev/usecopytoclipboard/) - [useWindowSize](https://www.qwikhooks.dev/usewindowsiz...


Near line 17: Possible spelling mistake found.
Context: ...://www.qwikhooks.dev/usewindowsize/) - [usePrevious](https://www.qwikhooks.dev/useprevious/...


Near line 18: Possible spelling mistake found.
Context: ...ps://www.qwikhooks.dev/useprevious/) - [useMediaQuery](https://www.qwikhooks.dev/usemediaquer...


Near line 19: Possible spelling mistake found.
Context: ...://www.qwikhooks.dev/usemediaquery/) - [useOrientation](https://www.qwikhooks.dev/useorientati...


Near line 20: Possible spelling mistake found.
Context: ...//www.qwikhooks.dev/useorientation/) - [useClickOutside](https://qwikhooks.dev/useclickoutside/...


Near line 25: This sentence does not start with an uppercase letter.
Context: ...ks.dev/useclickoutside/) ## License *this project was heavily inspired by usehook...


Near line 25: Possible spelling mistake found.
Context: ...nd built with the purpose of increasing qwik ecosystem. by: @victorditadi* [MIT](ht...


Near line 25: This sentence does not start with an uppercase letter.
Context: ...e purpose of increasing qwik ecosystem. by: @victorditadi* [MIT](https://chooseal...


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.

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

Out of diff range and nitpick comments (2)
README.md (2)

Line range hint 25-25: Start the sentence with an uppercase letter and consider using a heading for better readability.

- *this project was heavily inspired by usehooks.dev and built with the purpose of increasing qwik ecosystem. by: @victorditadi*
+ ## Inspiration
+ This project was heavily inspired by usehooks.dev and built with the purpose of increasing the Qwik ecosystem. by: @victorditadi

Line range hint 29-29: Remove extra blank line to maintain consistent formatting.

-

- [usePrevious](https://www.qwikhooks.dev/useprevious/)
- [useMediaQuery](https://www.qwikhooks.dev/usemediaquery/)
- [useOrientation](https://www.qwikhooks.dev/useorientation/)
- [useClickOutside](https://qwikhooks.dev/useclickoutside/)
Copy link

Choose a reason for hiding this comment

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

Update the URL to include 'www' and correct path.

- [useClickOutside](https://qwikhooks.dev/useclickoutside/)
+ [useClickOutside](https://www.qwikhooks.dev/useclickoutside/)

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
- [useClickOutside](https://qwikhooks.dev/useclickoutside/)
[useClickOutside](https://www.qwikhooks.dev/useclickoutside/)

- [useOrientation](https://www.qwikhooks.dev/useorientation/)
- [useClickOutside](https://qwikhooks.dev/useclickoutside/)


Copy link

Choose a reason for hiding this comment

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

Remove extra blank line to maintain consistent 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

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