* more docs updates

* debug view note

* hide notifications submenu if camera is disabled

* fix value replacement from incorrect i18n changes
This commit is contained in:
Josh Hawkins
2025-03-24 07:34:18 -05:00
committed by GitHub
parent 678ae87c62
commit 1f98162377
3 changed files with 7 additions and 6 deletions

View File

@@ -806,7 +806,7 @@ export default function InputWithTags({
className="inline-flex items-center whitespace-nowrap rounded-full bg-green-100 px-2 py-0.5 text-sm capitalize text-green-800"
>
{t("filter.label." + filterType)}:{" "}
{formatFilterValues(filterType, value)}
{value.replaceAll("_", " ")}
<button
onClick={() =>
removeFilter(filterType as FilterType, value)

View File

@@ -377,7 +377,7 @@ export default function LiveContextMenu({
</ContextMenuItem>
</>
)}
{notificationsEnabledInConfig && (
{notificationsEnabledInConfig && isEnabled && (
<>
<ContextMenuSeparator />
<ContextMenuSub>