last fixes, home and videos

This commit is contained in:
Thomas Demirdjian
2025-11-10 14:24:16 +01:00
parent d7d9211fbe
commit dd4cf9b4d4
40 changed files with 984 additions and 647 deletions
@@ -133,7 +133,7 @@ const SearchResultsList = ({
const shouldShowPlaybacks =
(!selected && (playbacks.length > 0 || playbacksLoading)) ||
selected === "Playbacks";
selected === "Playback";
const shouldShowUsers =
(!selected && (users.length > 0 || usersLoading)) || selected === "Profils";