Skip to content

Commit ea29c53

Browse files
committed
feat: primer v37 upgrade
Signed-off-by: Adam Setch <[email protected]>
1 parent 711c231 commit ea29c53

File tree

8 files changed

+3995
-213
lines changed

8 files changed

+3995
-213
lines changed

src/renderer/components/filters/SearchFilterSuggestions.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import type { SettingsState } from '../../types';
66
import { SearchFilterSuggestions } from './SearchFilterSuggestions';
77

88
describe('renderer/components/filters/SearchFilterSuggestions.tsx', () => {
9-
// onClose prop removed in v37 migration
10-
119
it('should render itself & its children - closed', () => {
1210
const tree = render(
1311
<AppContext.Provider

src/renderer/components/notifications/NotificationRow.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ export const NotificationRow: FC<INotificationRow> = ({
9797
gap="condensed"
9898
>
9999
<Tooltip direction="e" text={notificationType}>
100-
<button
101-
aria-label={notificationType}
102-
className="inline-flex bg-transparent p-0 border-0 cursor-default"
103-
type="button"
104-
>
105-
<NotificationIcon className={iconColor} size={Size.LARGE} />
100+
<button type="button">
101+
<NotificationIcon
102+
aria-label={notificationType}
103+
className={iconColor}
104+
size={Size.LARGE}
105+
/>
106106
</button>
107107
</Tooltip>
108108

src/renderer/components/notifications/__snapshots__/AccountNotifications.test.tsx.snap

Lines changed: 8 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/components/notifications/__snapshots__/NotificationRow.test.tsx.snap

Lines changed: 12 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)