Skip to content

fix(settings): Update repository URL - #862

Merged
diazdesandi merged 2 commits into
thaw-app:developmentfrom
cbguder:fix-repository-url
Aug 1, 2026
Merged

fix(settings): Update repository URL#862
diazdesandi merged 2 commits into
thaw-app:developmentfrom
cbguder:fix-repository-url

Conversation

@cbguder

@cbguder cbguder commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Update the repository URL in Info.plist

The old URL results in an extra hop when the Contribute button is clicked in About, and confusing behavior when Report Bug is clicked.

Closes: N/A

PR Type

  • Bug fix
  • CI/CD
  • Documentation
  • Feature
  • Enhancement
  • Performance improvement
  • Refactor
  • Test addition or update
  • Other (please describe)

Area

  • menubar
  • icebar
  • layout
  • appearance
  • settings
  • onboarding
  • permissions
  • profiles
  • hotkeys
  • updates
  • ops

Does this PR introduce a breaking change?

  • Yes - if yes, please describe the impact and migration path
  • No

What is the new behavior?

Makes the Contribute and Report Bug buttons in the About screen go to the new Github repo.

PR Checklist

  • I've built and run the app locally and verified that it works as expected.
  • I've run swiftformat . to keep the code style consistent.
  • I've run the smallest relevant test commands (list 1–2 below), e.g. xcodebuild test … or swift test --package-path MenuBarModel.
  • I've added tests for new behavior (if applicable).
  • I've documented new public APIs / non-obvious helpers.
  • I've updated documentation as needed.
  • This PR targets the development branch.

Summary by CodeRabbit

Summary by CodeRabbit

  • Chores
    • Updated the app’s repository link and related documentation to point to its new official location.

@github-actions github-actions Bot added fix PR that fixes a defect (issue reports use bug) settings Settings UI not covered by a more specific area labels Jul 31, 2026
@github-actions

github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Labels: fix, settings

All convention checks passed. ✅

cc @cbguder

@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3edf5abd-f9b8-4485-a485-bdaf32e9c0de

📥 Commits

Reviewing files that changed from the base of the PR and between 46ce3c9 and 1d83142.

📒 Files selected for processing (2)
  • Thaw/Resources/Info.plist
  • docs/URI_SCHEMES.md

📝 Walkthrough

Walkthrough

The application metadata and URI documentation update ThawRepositoryURL from stonerl/Thaw to thaw-app/Thaw.

Changes

Repository metadata

Layer / File(s) Summary
Update repository URL
Thaw/Resources/Info.plist, docs/URI_SCHEMES.md
ThawRepositoryURL now points to https://github.com/thaw-app/Thaw in the application metadata and documentation.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: stonerl, diazdesandi

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the settings fix that updates the repository URL.
Description check ✅ Passed The description explains the URL fix, user impact, PR type, affected area, breaking-change status, and target branch.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@Thaw/Resources/Info.plist`:
- Line 21: Update the outdated repository URL in docs/URI_SCHEMES.md to
https://github.com/thaw-app/Thaw, matching the URL configured in the Info.plist
repository string.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 6e2ddb9d-b7a2-47a5-b910-4126392711e0

📥 Commits

Reviewing files that changed from the base of the PR and between ca62e84 and 3373db6.

📒 Files selected for processing (1)
  • Thaw/Resources/Info.plist

Comment thread Thaw/Resources/Info.plist
@cbguder cbguder changed the title Update repository URL fix(settings): Update repository URL Jul 31, 2026
cbguder added 2 commits July 31, 2026 14:08
Signed-off-by: Can Berk Güder <cbg@cbg.me>
Signed-off-by: Can Berk Güder <cbg@cbg.me>
@cbguder
cbguder force-pushed the fix-repository-url branch from 46ce3c9 to 1d83142 Compare July 31, 2026 21:08

@diazdesandi diazdesandi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!
Image

@diazdesandi
diazdesandi merged commit 0ea2d88 into thaw-app:development Aug 1, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix PR that fixes a defect (issue reports use bug) settings Settings UI not covered by a more specific area

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants