Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectAuthPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@ export default function ProjectAuthPage() {
</div>
);
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove trailing whitespace.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@apps/dashboard/src/pages/projects/ProjectAuthPage.tsx` at line 129, Remove
the trailing whitespace at the end of the line inside the ProjectAuthPage
component (file ProjectAuthPage.tsx) — open the ProjectAuthPage
function/component and delete any extra space characters at the end of line 129
(or run your editor/formatter to trim trailing whitespace) so the file has no
trailing whitespace on that line.

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectDatabasePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ export default function ProjectDatabasePage() {
</div>
);
}

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectDetailPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,4 @@ export default function ProjectDetailPage() {
</div>
);
}

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectEnvPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,4 @@ export default function ProjectEnvPage() {
</div>
);
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove trailing whitespace.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@apps/dashboard/src/pages/projects/ProjectEnvPage.tsx` at line 170, The file
ProjectEnvPage.tsx contains trailing whitespace on the line within the
ProjectEnvPage component; remove the extra space character(s) at the end of that
line (ensure no trailing spaces remain in the JSX/TSX file) so the file has no
trailing whitespace.

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectFunctionsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,4 @@ export default function ProjectFunctionsPage() {
</div>
);
}

Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,4 @@ export default function ProjectIaCFunctionsPage() {
</div>
);
}

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectIaCJobsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@ export default function ProjectIaCJobsPage() {
</div>
);
}

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectIaCQueryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,4 @@ export default function ProjectIaCQueryPage() {
</div>
);
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove trailing whitespace.

Trailing whitespace at EOF should be removed. Most formatters/linters strip this automatically.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@apps/dashboard/src/pages/projects/ProjectIaCQueryPage.tsx` at line 170, The
file ProjectIaCQueryPage.tsx contains trailing whitespace at EOF; remove the
extra blank spaces/newline characters at the end of the file so the file ends
cleanly with no trailing whitespace, then re-run your formatter/linter (e.g.,
Prettier/ESLint or your editor's trim trailing whitespace setting) to ensure
this is not reintroduced; verify by opening ProjectIaCQueryPage.tsx and deleting
the trailing spaces or saving with "trim trailing whitespace" enabled.

Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,4 @@ export default function ProjectIaCRealtimePage() {
</div>
);
}

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectIaCSchemaPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,4 @@ export default function ProjectIaCSchemaPage() {
</div>
);
}

Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,4 @@ export default function ProjectObservabilityPage() {
</div>
);
}

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectRealtimePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ export default function ProjectRealtimePage() {
</div>
);
}

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ export default function ProjectDetailPageWrapper() {
</Tabs>
);
}

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectWebhooksPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,4 @@ export default function ProjectWebhooksPage() {
</div>
);
}

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/projects/ProjectsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,4 @@ export default function ProjectsPage() {
</div>
);
}

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/settings/ApiKeysPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -382,3 +382,4 @@ export default function ApiKeysPage() {
</div>
);
}

1 change: 1 addition & 0 deletions apps/dashboard/src/pages/settings/InngestDashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,3 +344,4 @@ export default function InngestDashboardPage() {
</div>
);
}

2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/settings/NotificationsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ export default function NotificationsPage() {
</div>
</div>
);
}
}
2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/settings/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@ export default function SettingsPage() {
</div>
</div>
);
}
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove trailing whitespace.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@apps/dashboard/src/pages/settings/SettingsPage.tsx` at line 316, Remove the
trailing whitespace at the end of the file by editing SettingsPage.tsx: locate
the final closing brace of the SettingsPage component (the lone "}" shown in the
diff) or the file end and delete any trailing spaces/newline characters after it
so the file ends cleanly with the closing brace (or a single newline) and no
extra whitespace.

2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/settings/SmtpPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,4 @@ export default function SmtpPage() {
</div>
</div>
);
}
}
Loading