diff --git a/apps/app/components/command-palette/shortcuts-modal.tsx b/apps/app/components/command-palette/shortcuts-modal.tsx index 86b4aeb46..82f9b398c 100644 --- a/apps/app/components/command-palette/shortcuts-modal.tsx +++ b/apps/app/components/command-palette/shortcuts-modal.tsx @@ -22,8 +22,6 @@ const shortcuts = [ { keys: "↓", description: "Move down" }, { keys: "←", description: "Move left" }, { keys: "→", description: "Move right" }, - { keys: "Enter", description: "Select" }, - { keys: "Esc", description: "Close" }, ], }, { diff --git a/apps/app/components/core/activity.tsx b/apps/app/components/core/activity.tsx index 1b9de8d25..c8f6377b7 100644 --- a/apps/app/components/core/activity.tsx +++ b/apps/app/components/core/activity.tsx @@ -353,6 +353,28 @@ const activityDetails: { . ); + else if (activity.verb === "updated") + return ( + <> + updated the{" "} + + link + + + {showIssue && ( + <> + {" "} + from + + )} + . + + ); else return ( <> diff --git a/apps/app/components/core/filters/issues-view-filter.tsx b/apps/app/components/core/filters/issues-view-filter.tsx index 3238a8d17..1266bd5a3 100644 --- a/apps/app/components/core/filters/issues-view-filter.tsx +++ b/apps/app/components/core/filters/issues-view-filter.tsx @@ -158,7 +158,7 @@ export const IssuesFilterView: React.FC = () => { : "text-custom-sidebar-text-200" }`} > - View + Display