Merge pull request #311 from enkeii64/feat/search-sort-projects

feat: add search and sort functionality to projects page
This commit is contained in:
Maze
2025-07-17 17:17:20 +02:00
committed by GitHub
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>