Add SearchHistory icon tooltips for board vs schedule items (Angular pTooltip parity)
This commit is contained in:
@@ -149,7 +149,15 @@ export const SearchHistory: FC = () => {
|
||||
}}
|
||||
data-testid="search-history-item"
|
||||
>
|
||||
<div className="search-history-item__icon" aria-hidden="true">
|
||||
<div
|
||||
className="search-history-item__icon"
|
||||
aria-hidden="true"
|
||||
title={
|
||||
isSchedule
|
||||
? t("SHARED.LAST-SEARCH-SCHEDULE")
|
||||
: t("SHARED.LAST-SEARCH-BOARD")
|
||||
}
|
||||
>
|
||||
<svg viewBox="0 0 24 24" width="18" height="18">
|
||||
{isSchedule ? (
|
||||
<path
|
||||
|
||||
Reference in New Issue
Block a user