Merge branch 'feat/search-sort-projects' into staging

This commit is contained in:
Maze Winther
2025-07-17 17:11:56 +02:00
4 changed files with 149 additions and 27 deletions
@@ -177,6 +177,7 @@ function PlusButton({
e.stopPropagation();
onClick?.();
}}
title={tooltipText}
>
<Plus className="!size-3" />
</Button>