Uh oh!
There was an error while loading. Please reload this page.
fix: silent New Session fallback with toast + v2 path fix + i18n parity - #39675
fix: silent New Session fallback with toast + v2 path fix + i18n parity#39675Probablism wants to merge 1 commit into
Conversation
- Add info variant to ToastVariant type union - Show toast feedback when no project is available for New Session - Fix v2 path query for /new endpoint - Complete i18n parity across all 18 locales
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
The following comment was made by an LLM, it may be inaccurate: Based on the search results, I found one related PR that should be noted: Related PR:
The PR description also mentions #38992 by Luppa90 as another related PR in this follow-up chain, though it didn't appear in these search results. The current PR (39675) is described as a non-overlapping follow-up, meaning it's intentionally complementary rather than duplicative of these earlier PRs. |
Summary
Fixes#37606 — "New Session" button silently does nothing when no project is opened.
This is a non-overlapping follow-up to existing PRs #37607 (ndj888) and #38992 (Luppa90), adding:
/newendpointChanges
packages/ui/src/components/toast.tsx"info"to ToastVariant unionpackages/app/src/components/titlebar.tsxpackages/app/src/context/global-sync/bootstrap.tspackages/app/src/context/server-sync.tsxpackages/app/src/pages/home/home-controller.tspackages/app/src/pages/home/home-sessions-controller.tsxpackages/app/vite.config.tspackages/app/src/i18n/*.ts(18 locales)Verification