fix: fixed UI while indexing

This commit is contained in:
Anish Sarkar 2026-01-14 18:53:58 +05:30
parent 9b9fde955f
commit 5712336feb
4 changed files with 5 additions and 5 deletions

View file

@ -439,7 +439,7 @@ export default function EditorPage() {
<>
<Loader2 className="h-3.5 w-3.5 md:h-4 md:w-4 animate-spin" />
<span className="text-xs md:text-sm">
{isNewNote ? "Creating..." : "Saving..."}
{isNewNote ? "Creating" : "Saving"}
</span>
</>
) : (

View file

@ -1294,7 +1294,7 @@ function CreateInviteDialog({
{creating ? (
<>
<Loader2 className="h-4 w-4 mr-2 animate-spin" />
Creating...
Creating
</>
) : (
"Create Invite"
@ -1471,7 +1471,7 @@ function CreateRoleDialog({
{creating ? (
<>
<Loader2 className="h-4 w-4 mr-2 animate-spin" />
Creating...
Creating
</>
) : (
"Create Role"