Compare commits

...

4 Commits

Author SHA1 Message Date
openhands
6b29607068 Add empty foo.ts file 2025-07-22 17:24:15 +00:00
openhands
42fd1e05d9 Merge main into test/replicate-many-changes 2025-07-22 17:20:22 +00:00
openhands
8c8c1c528f Merge origin/main into test/replicate-many-changes 2025-07-17 19:00:39 +00:00
amanape
bf8b57ba12 Add comment 2025-07-17 22:53:01 +04:00
2 changed files with 3 additions and 0 deletions

1
frontend/src/foo.ts Normal file
View File

@@ -0,0 +1 @@
// foo.ts - Empty TypeScript file

View File

@@ -66,6 +66,8 @@ function SettingsScreen() {
// this is used to determine which settings are available in the UI
const navItems = isSaas ? SAAS_NAV_ITEMS : OSS_NAV_ITEMS;
// THIS IS A TEST
return (
<main
data-testid="settings-screen"