Commit 8f1585c
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 updates the `bottomText` prop of the `SettingsCard` component in the `ProjectGeneralSettingsPage.tsx` file to include additional information about domain restrictions for web applications.
### Detailed summary
- Changed `bottomText` from a simple string to a JSX fragment.
- Updated text to clarify that 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**
* Updated the Allowed Domains setting description to clarify that changes to domain restrictions may take up to 5 minutes to take effect.
* Improves in-app guidance and sets clearer expectations for propagation time.
* No functional behavior changes; purely a copy update to the settings UI.
* Aims to reduce confusion and support users during domain configuration and troubleshooting.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 85d6074 commit 8f1585c
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