feat: re-introduce session sharing (#4370)

This commit is contained in:
Alex Hancock
2025-08-27 15:47:28 -04:00
committed by GitHub
parent 07f0077c83
commit 862dd97ca4
11 changed files with 891 additions and 56 deletions
@@ -54,7 +54,9 @@ const AppLayoutContent: React.FC<AppLayoutProps> = ({ setIsGoosehintsModalOpen }
case 'ConfigureProviders':
navigate('/configure-providers');
break;
case 'sharedSession':
navigate('/shared-session', { state: viewOptions });
break;
case 'recipeEditor':
navigate('/recipe-editor', { state: viewOptions });
break;