diff options
| author | David Hill <[email protected]> | 2026-03-17 19:54:14 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-17 19:54:14 +0000 |
| commit | 7daea69e13e5a17278fe244273fdeb141b0369d6 (patch) | |
| tree | 4d421611992fb686a052b72ff928711f6805dc35 /packages/app/src/i18n | |
| parent | 0772a9591807d15c369c37edc01b9018bdc6e7d1 (diff) | |
| download | opencode-7daea69e13e5a17278fe244273fdeb141b0369d6.tar.gz opencode-7daea69e13e5a17278fe244273fdeb141b0369d6.zip | |
tweak(ui): add an empty state to the sidebar when no projects (#17971)
Co-authored-by: Shoubhit Dash <[email protected]>
Diffstat (limited to 'packages/app/src/i18n')
| -rw-r--r-- | packages/app/src/i18n/en.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index ad12e1e0d..7f6816de9 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -674,6 +674,8 @@ export const dict = { "sidebar.project.recentSessions": "Recent sessions", "sidebar.project.viewAllSessions": "View all sessions", "sidebar.project.clearNotifications": "Clear notifications", + "sidebar.empty.title": "No projects open", + "sidebar.empty.description": "Open a project to get started", "debugBar.ariaLabel": "Development performance diagnostics", "debugBar.na": "n/a", |
