feat: organize network settings into tabs (#264)

* implement

* fix: apply CodeRabbit auto-fixes

Fixed 2 file(s) based on 1 unresolved review comment.

Co-authored-by: CodeRabbit <[email protected]>

* nits

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: CodeRabbit <[email protected]>
This commit was merged in pull request #264.
This commit is contained in:
Arjun Patel
2026-06-11 10:21:19 -07:00
committed by GitHub
co-authored by CodeRabbit coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
parent 849d41fa06
commit 9fd7e611f3
3 changed files with 350 additions and 164 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ function CreateNetworkDialog({
toast.success(`Created ${network.name}`);
onOpenChange(false);
setName('');
navigate(`/${network.id}/settings`);
navigate(`/${network.id}/settings?section=members&add=1`);
},
});