Commit a07c172
committed
[BLD-247] Add propagation time in domain restrictions in project settings page (#8025)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on enhancing the `bottomText` property of the `SettingsCard` component in the `ProjectGeneralSettingsPage.tsx` file to provide clearer information about domain restrictions for web applications.
### Detailed summary
- Changed `bottomText` from a string to a React fragment.
- Updated `bottomText` to include additional information: "Changes to domain restrictions may take up to 5 minutes to take effect."
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Documentation**
* Clarified Allowed Domains setting copy to note it's only applicable for web applications.
* Added guidance that domain restriction changes may take up to 5 minutes to propagate.
* Purely a UI copy update; no functional or behavioral changes.
* Improves in-app guidance and reduces configuration confusion.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 1759112 commit a07c172
File tree
1 file changed
+6
-1
lines changed- apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/settings
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
543 | 548 | | |
544 | 549 | | |
545 | 550 | | |
| |||
0 commit comments