Fix issue 168 description and toast placement

This commit is contained in:
Arunavo Ray
2026-02-24 10:25:53 +05:30
parent b1ca8c46bf
commit 6829bcff91
3 changed files with 14 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ function AppWithProviders({ page: initialPage }: AppProps) {
{currentPage === "activity-log" && <ActivityLog />}
</section>
</div>
<Toaster />
<Toaster position="top-right" />
</main>
</NavigationContext.Provider>
);

View File

@@ -579,7 +579,7 @@ export const mirrorGithubRepoToGitea = async ({
lfs: config.giteaConfig?.lfs || false,
private: repository.isPrivate,
repo_owner: repoOwner,
description: "",
description: repository.description?.trim() || "",
service: "git",
};