Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions RxNote/RxNote/Assets.xcassets/AccentColor.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.820",
"green" : "0.220",
"red" : "0.506"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.780",
"green" : "0.520",
"red" : "0.720"
}
},
"idiom" : "universal"
}
],
Expand Down
2 changes: 1 addition & 1 deletion RxNote/RxNote/Config/Release.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// API Configuration - Production
// Update this to your production API URL
API_BASE_URL = https:/$()/note.rxlab.app
API_BASE_URL = https:/$()/rxnote.rxlab.app
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

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

PR title suggests this is only a release configuration fix, but this PR also introduces significant UI/theme and legal-page changes (Next.js theming, new ThemeToggle, MDX styling, SwiftUI UI tweaks). Consider updating the PR title/description or splitting into focused PRs to reduce review/rollback risk.

Copilot uses AI. Check for mistakes.

// OAuth Configuration - Production
AUTH_ISSUER = https:/$()/auth.rxlab.app
Expand Down
14 changes: 7 additions & 7 deletions RxNote/RxNote/RxNote.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:note.rxlab.app</string>
<string>appclips:note.rxlab.app</string>
<string>webcredentials:note.rxlab.app</string>
<string>applinks:rxnote.rxlab.app</string>
<string>appclips:rxnote.rxlab.app</string>
<string>webcredentials:rxnote.rxlab.app</string>
</array>
<key>com.apple.developer.networking.HotspotConfiguration</key>
<true/>
<key>com.apple.developer.networking.wifi-info</key>
<true/>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>TAG</string>
</array>
<key>com.apple.developer.networking.wifi-info</key>
<true/>
<key>com.apple.developer.networking.HotspotConfiguration</key>
<true/>
</dict>
</plist>
Loading
Loading