diff --git a/src/renderer/__helpers__/test-utils.tsx b/src/renderer/__helpers__/test-utils.tsx
index 8bb7da1b8..f61023090 100644
--- a/src/renderer/__helpers__/test-utils.tsx
+++ b/src/renderer/__helpers__/test-utils.tsx
@@ -2,8 +2,6 @@ import { render } from '@testing-library/react';
import { type ReactElement, type ReactNode, useMemo } from 'react';
import { MemoryRouter } from 'react-router-dom';
-import { BaseStyles, ThemeProvider } from '@primer/react';
-
import { mockAuth, mockSettings } from '../__mocks__/state-mocks';
import { AppContext, type AppContextState } from '../context/App';
@@ -86,13 +84,9 @@ function AppContextProvider({
return (
-
-
-
- {children}
-
-
-
+
+ {children}
+
);
}
diff --git a/src/renderer/__mocks__/account-mocks.ts b/src/renderer/__mocks__/account-mocks.ts
index 966391760..a40a0cc4c 100644
--- a/src/renderer/__mocks__/account-mocks.ts
+++ b/src/renderer/__mocks__/account-mocks.ts
@@ -8,7 +8,7 @@ import type {
Token,
} from '../types';
-import { getRecommendedScopeNames } from '../utils/auth/utils';
+import { getRecommendedScopeNames } from '../utils/auth/scopes';
import { mockGitifyUser } from './user-mocks';
export const mockGitHubAppAccount: Account = {
diff --git a/src/renderer/components/__snapshots__/AllRead.test.tsx.snap b/src/renderer/components/__snapshots__/AllRead.test.tsx.snap
index dcc9d188e..9d45d6bce 100644
--- a/src/renderer/components/__snapshots__/AllRead.test.tsx.snap
+++ b/src/renderer/components/__snapshots__/AllRead.test.tsx.snap
@@ -3,56 +3,45 @@
exports[`renderer/components/AllRead.tsx > should render itself & its children - no filters 1`] = `
-
-
-
-
-
- No new notifications
-
-
+
+
+
+ No new notifications
@@ -63,56 +52,45 @@ exports[`renderer/components/AllRead.tsx > should render itself & its children -
exports[`renderer/components/AllRead.tsx > should render itself & its children - with filters 1`] = `
+
+
+
-
-
-
-
-
- No new filtered notifications
-
-
+ No new filtered notifications
diff --git a/src/renderer/components/__snapshots__/Oops.test.tsx.snap b/src/renderer/components/__snapshots__/Oops.test.tsx.snap
index cf76d60c6..3fd05a49b 100644
--- a/src/renderer/components/__snapshots__/Oops.test.tsx.snap
+++ b/src/renderer/components/__snapshots__/Oops.test.tsx.snap
@@ -3,62 +3,51 @@
exports[`renderer/components/Oops.tsx > should render itself & its children - fallback to unknown error 1`] = `
-
-
-
-
-
- Oops! Something went wrong
-
-
-
- Please try again later.
-
+
+
+ Oops! Something went wrong
+
+
+
+ Please try again later.
@@ -68,62 +57,51 @@ exports[`renderer/components/Oops.tsx > should render itself & its children - fa
exports[`renderer/components/Oops.tsx > should render itself & its children - specified error 1`] = `
-
-
-
-
-
- Error title
-
-
-
- Error description
-
+
+
+ Error title
+
+
+
+ Error description
diff --git a/src/renderer/components/__snapshots__/Sidebar.test.tsx.snap b/src/renderer/components/__snapshots__/Sidebar.test.tsx.snap
index 639d9fe49..184073b15 100644
--- a/src/renderer/components/__snapshots__/Sidebar.test.tsx.snap
+++ b/src/renderer/components/__snapshots__/Sidebar.test.tsx.snap
@@ -2,7 +2,7 @@
exports[`renderer/components/Sidebar.tsx > Filter notifications > highlight filters sidebar if any are saved 1`] = `
`;
-exports[`renderer/components/fields/Checkbox.tsx > should render - not visible 1`] = `
-
-
-
-
-
-`;
+exports[`renderer/components/fields/Checkbox.tsx > should render - not visible 1`] = ``;
exports[`renderer/components/fields/Checkbox.tsx > should render - positive counter selected 1`] = `
@@ -84,79 +73,68 @@ exports[`renderer/components/fields/RadioGroup.tsx > should render 1`] = `
exports[`renderer/components/fields/RadioGroup.tsx > should render as disabled 1`] = `
+
+ Appearance
+
+
+
+
+ Value 1
+
+
-
+
-
- Appearance
-
-
-
-
- Value 1
-
-
-
-
-
- Value 2
-
-
-
+ Value 2
+
diff --git a/src/renderer/components/filters/__snapshots__/FilterSection.test.tsx.snap b/src/renderer/components/filters/__snapshots__/FilterSection.test.tsx.snap
index 952e51c57..377746471 100644
--- a/src/renderer/components/filters/__snapshots__/FilterSection.test.tsx.snap
+++ b/src/renderer/components/filters/__snapshots__/FilterSection.test.tsx.snap
@@ -2,562 +2,540 @@
exports[`renderer/components/filters/FilterSection.tsx > should render itself & its children > with detailed notifications disabled 1`] = `
-
-
-
-
+
`;
exports[`renderer/components/filters/FilterSection.tsx > should render itself & its children > with detailed notifications enabled 1`] = `
-
-
-
-
+
`;
diff --git a/src/renderer/components/filters/__snapshots__/ReasonFilter.test.tsx.snap b/src/renderer/components/filters/__snapshots__/ReasonFilter.test.tsx.snap
index 1babd119d..24cb7ed65 100644
--- a/src/renderer/components/filters/__snapshots__/ReasonFilter.test.tsx.snap
+++ b/src/renderer/components/filters/__snapshots__/ReasonFilter.test.tsx.snap
@@ -2,889 +2,878 @@
exports[`renderer/components/filters/ReasonFilter.tsx > should render itself & its children 1`] = `
-
-
-
-
+
`;
diff --git a/src/renderer/components/filters/__snapshots__/RequiresDetailedNotificationsWarning.test.tsx.snap b/src/renderer/components/filters/__snapshots__/RequiresDetailedNotificationsWarning.test.tsx.snap
index 5580be8ad..e58b23f21 100644
--- a/src/renderer/components/filters/__snapshots__/RequiresDetailedNotificationsWarning.test.tsx.snap
+++ b/src/renderer/components/filters/__snapshots__/RequiresDetailedNotificationsWarning.test.tsx.snap
@@ -2,28 +2,17 @@
exports[`renderer/components/filters/RequiresDetailedNotificationsWarning.tsx > should render itself & its children 1`] = `
-
-
-
- ⚠️ This filter requires the
-
- Detailed Notifications
-
-
- setting to be enabled.
-
-
-
+ Detailed Notifications
+
+
+ setting to be enabled.
+
`;
diff --git a/src/renderer/components/filters/__snapshots__/SearchFilterSuggestions.test.tsx.snap b/src/renderer/components/filters/__snapshots__/SearchFilterSuggestions.test.tsx.snap
index c52cdd4d3..bda3a4ad3 100644
--- a/src/renderer/components/filters/__snapshots__/SearchFilterSuggestions.test.tsx.snap
+++ b/src/renderer/components/filters/__snapshots__/SearchFilterSuggestions.test.tsx.snap
@@ -1,60 +1,36 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
-exports[`renderer/components/filters/SearchFilterSuggestions.tsx > should render itself & its children - closed 1`] = `
-
-
-
-
-
-`;
+exports[`renderer/components/filters/SearchFilterSuggestions.tsx > should render itself & its children - closed 1`] = ``;
exports[`renderer/components/filters/SearchFilterSuggestions.tsx > should render itself & its children - input token invalid 1`] = `
-
-
+
-
-
- Please use one of the supported filters [
- org, repo
- ]
-
-
-
+ Please use one of the supported filters [
+ org, repo
+ ]
+
@@ -65,55 +41,44 @@ exports[`renderer/components/filters/SearchFilterSuggestions.tsx > should render
exports[`renderer/components/filters/SearchFilterSuggestions.tsx > should render itself & its children - input token valid 1`] = `
-
+
-
-
-
- repo:
-
-
- filter by repository full name
-
-
-
+
+ repo:
+
+
+ filter by repository full name
+
@@ -125,99 +90,88 @@ exports[`renderer/components/filters/SearchFilterSuggestions.tsx > should render
exports[`renderer/components/filters/SearchFilterSuggestions.tsx > should render itself & its children - open with detailed notifications enabled 1`] = `
@@ -229,77 +183,66 @@ exports[`renderer/components/filters/SearchFilterSuggestions.tsx > should render
exports[`renderer/components/filters/SearchFilterSuggestions.tsx > should render itself & its children - open without detailed notifications enabled 1`] = `
-
+
+
+
+ org:
+
+
+ filter by organization owner
+
+
+
+
-
-
-
- org:
-
-
- filter by organization owner
-
-
-
-
-
-
- repo:
-
-
- filter by repository full name
-
-
-
+
+ repo:
+
+
+ filter by repository full name
+
diff --git a/src/renderer/components/filters/__snapshots__/StateFilter.test.tsx.snap b/src/renderer/components/filters/__snapshots__/StateFilter.test.tsx.snap
index 5bdf036e0..040a89a04 100644
--- a/src/renderer/components/filters/__snapshots__/StateFilter.test.tsx.snap
+++ b/src/renderer/components/filters/__snapshots__/StateFilter.test.tsx.snap
@@ -2,310 +2,299 @@
exports[`renderer/components/filters/StateFilter.tsx > should render itself & its children 1`] = `
-
-
-
+
+
+
+ 3
+
+
-
+
`;
diff --git a/src/renderer/components/filters/__snapshots__/SubjectTypeFilter.test.tsx.snap b/src/renderer/components/filters/__snapshots__/SubjectTypeFilter.test.tsx.snap
index 1a5ce7615..6dcf3346f 100644
--- a/src/renderer/components/filters/__snapshots__/SubjectTypeFilter.test.tsx.snap
+++ b/src/renderer/components/filters/__snapshots__/SubjectTypeFilter.test.tsx.snap
@@ -2,391 +2,380 @@
exports[`renderer/components/filters/SubjectTypeFilter.tsx > should render itself & its children 1`] = `
-
-
-
+
`;
diff --git a/src/renderer/components/filters/__snapshots__/UserTypeFilter.test.tsx.snap b/src/renderer/components/filters/__snapshots__/UserTypeFilter.test.tsx.snap
index 5e998160c..5a3986d57 100644
--- a/src/renderer/components/filters/__snapshots__/UserTypeFilter.test.tsx.snap
+++ b/src/renderer/components/filters/__snapshots__/UserTypeFilter.test.tsx.snap
@@ -2,201 +2,190 @@
exports[`renderer/components/filters/UserTypeFilter.tsx > should render itself & its children 1`] = `
`;
diff --git a/src/renderer/components/layout/__snapshots__/Centered.test.tsx.snap b/src/renderer/components/layout/__snapshots__/Centered.test.tsx.snap
index 3f34450b0..ba1303be1 100644
--- a/src/renderer/components/layout/__snapshots__/Centered.test.tsx.snap
+++ b/src/renderer/components/layout/__snapshots__/Centered.test.tsx.snap
@@ -3,25 +3,14 @@
exports[`renderer/components/layout/Centered.tsx > should render itself & its children - full height false 1`] = `
-
-
- Test
-
-
+ Test
`;
@@ -29,25 +18,14 @@ exports[`renderer/components/layout/Centered.tsx > should render itself & its ch
exports[`renderer/components/layout/Centered.tsx > should render itself & its children - full height true 1`] = `
-
-
- Test
-
-
+ Test
`;
diff --git a/src/renderer/components/layout/__snapshots__/Contents.test.tsx.snap b/src/renderer/components/layout/__snapshots__/Contents.test.tsx.snap
index ab71112b9..2b0270a32 100644
--- a/src/renderer/components/layout/__snapshots__/Contents.test.tsx.snap
+++ b/src/renderer/components/layout/__snapshots__/Contents.test.tsx.snap
@@ -3,20 +3,9 @@
exports[`renderer/components/layout/Contents.tsx > should render itself & its children 1`] = `
-
-
- Test
-
-
+ Test
`;
diff --git a/src/renderer/components/layout/__snapshots__/EmojiSplash.test.tsx.snap b/src/renderer/components/layout/__snapshots__/EmojiSplash.test.tsx.snap
index dbae2b13d..8a97f76fd 100644
--- a/src/renderer/components/layout/__snapshots__/EmojiSplash.test.tsx.snap
+++ b/src/renderer/components/layout/__snapshots__/EmojiSplash.test.tsx.snap
@@ -3,63 +3,52 @@
exports[`renderer/components/layout/EmojiSplash.tsx > should render itself & its children - heading and sub-heading 1`] = `
-
-
-
-
-
- Test Heading
-
-
-
- Test Sub-Heading
-
+
+
+
+ Test Heading
+
+ Test Sub-Heading
+
@@ -68,56 +57,45 @@ exports[`renderer/components/layout/EmojiSplash.tsx > should render itself & its
exports[`renderer/components/layout/EmojiSplash.tsx > should render itself & its children - heading only 1`] = `
+
+
+
-
-
-
-
-
- Test Heading
-
-
+ Test Heading
diff --git a/src/renderer/components/layout/__snapshots__/Page.test.tsx.snap b/src/renderer/components/layout/__snapshots__/Page.test.tsx.snap
index b483328b0..178855c77 100644
--- a/src/renderer/components/layout/__snapshots__/Page.test.tsx.snap
+++ b/src/renderer/components/layout/__snapshots__/Page.test.tsx.snap
@@ -3,21 +3,10 @@
exports[`renderer/components/layout/Page.tsx > should render itself & its children 1`] = `
`;
exports[`renderer/components/metrics/CommentsPill.tsx > renders with multiple comments 1`] = `
-
-
-
+
+
+
-
-
-
-
-
- 2
-
-
+ 2
-
-
- 2 comments
-
-
-
-
-`;
-
-exports[`renderer/components/metrics/CommentsPill.tsx > renders with no comments (null) 1`] = `
-
-
+
+
+
-
-
+ 2 comments
+
`;
+
+exports[`renderer/components/metrics/CommentsPill.tsx > renders with no comments (null) 1`] = ``;
diff --git a/src/renderer/components/metrics/__snapshots__/LabelsPill.test.tsx.snap b/src/renderer/components/metrics/__snapshots__/LabelsPill.test.tsx.snap
index 994ed52ba..3d57d29ca 100644
--- a/src/renderer/components/metrics/__snapshots__/LabelsPill.test.tsx.snap
+++ b/src/renderer/components/metrics/__snapshots__/LabelsPill.test.tsx.snap
@@ -2,121 +2,97 @@
exports[`renderer/components/metrics/LabelsPill.tsx > renders with labels 1`] = `
-
-
-
+
+
+
+
+ 2
+
+
+
+
+
+
+
-
-
-
-
-
- 2
-
-
+ enhancement
+
-
-
-
+
+
-
-
-
- enhancement
-
-
-
-
-
-
- good-first-issue
-
-
-
-
-
-
-
+
+ good-first-issue
+
+
+
+
+
`;
-exports[`renderer/components/metrics/LabelsPill.tsx > renders without labels 1`] = `
-
-
-
-
-
-`;
+exports[`renderer/components/metrics/LabelsPill.tsx > renders without labels 1`] = ``;
diff --git a/src/renderer/components/metrics/__snapshots__/LinkedIssuesPill.test.tsx.snap b/src/renderer/components/metrics/__snapshots__/LinkedIssuesPill.test.tsx.snap
index a96241d07..2ac1a61b6 100644
--- a/src/renderer/components/metrics/__snapshots__/LinkedIssuesPill.test.tsx.snap
+++ b/src/renderer/components/metrics/__snapshots__/LinkedIssuesPill.test.tsx.snap
@@ -2,159 +2,124 @@
exports[`renderer/components/metrics/LinkedIssuesPill.tsx > renders when linked to multiple issues/prs 1`] = `
-
-
-
+
+
+
+
-
-
-
-
-
-
- 2
-
-
+ 2
-
-
- Linked to issues: #1, #2
-
-
-
+
+
+
+
+ Linked to issues: #1, #2
+
`;
exports[`renderer/components/metrics/LinkedIssuesPill.tsx > renders when linked to one issue/pr 1`] = `
-
-
-
+
+
+
+
-
-
-
-
-
-
- 1
-
-
+ 1
-
-
- Linked to issue: #1
-
-
-
-
-`;
-
-exports[`renderer/components/metrics/LinkedIssuesPill.tsx > renders when no linked issues/prs 1`] = `
-
-
+
+
+
-
-
+ Linked to issue: #1
+
`;
+
+exports[`renderer/components/metrics/LinkedIssuesPill.tsx > renders when no linked issues/prs 1`] = ``;
diff --git a/src/renderer/components/metrics/__snapshots__/MetricGroup.test.tsx.snap b/src/renderer/components/metrics/__snapshots__/MetricGroup.test.tsx.snap
index 7649bd9d0..19dd79b28 100644
--- a/src/renderer/components/metrics/__snapshots__/MetricGroup.test.tsx.snap
+++ b/src/renderer/components/metrics/__snapshots__/MetricGroup.test.tsx.snap
@@ -1,142 +1,118 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
-exports[`renderer/components/metrics/MetricGroup.tsx > should not render any pills when showPills is disabled 1`] = `
-
-
-
-
-
-`;
+exports[`renderer/components/metrics/MetricGroup.tsx > should not render any pills when showPills is disabled 1`] = ``;
exports[`renderer/components/metrics/MetricGroup.tsx > should render pills when showPills is enabled 1`] = `
`;
diff --git a/src/renderer/components/notifications/__snapshots__/AccountNotifications.test.tsx.snap b/src/renderer/components/notifications/__snapshots__/AccountNotifications.test.tsx.snap
index 11c50885c..5c6dae8ad 100644
--- a/src/renderer/components/notifications/__snapshots__/AccountNotifications.test.tsx.snap
+++ b/src/renderer/components/notifications/__snapshots__/AccountNotifications.test.tsx.snap
@@ -3,242 +3,231 @@
exports[`renderer/components/notifications/AccountNotifications.tsx > should render itself - account error for multiple accounts 1`] = `
-
-
-
-
-
-
-
-
- @octocat
-
-
-
-
-
- 0
-
-
- (
- 0
- )
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
-
-
-
-
-
+
-
-
-
-
-
-
+ (
+ 0
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
- Error title
-
-
-
- Error description
-
+
+
+ Error title
+
+
+
+ Error description
@@ -248,1383 +237,493 @@ exports[`renderer/components/notifications/AccountNotifications.tsx > should ren
exports[`renderer/components/notifications/AccountNotifications.tsx > should render itself - account error for single account 1`] = `
-
-
-
-
-
-
-
-
- @octocat
-
-
-
-
-
- 0
-
-
- (
- 0
- )
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Error title
-
-
-
- Error description
-
-
-
-
-
-
-`;
-
-exports[`renderer/components/notifications/AccountNotifications.tsx > should render itself - group notifications by date 1`] = `
-
-
-
-
-
-
-
-
-
-
- @octocat
-
-
-
-
-
- 2
-
-
- (
- 2
- )
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Open Issue
-
-
-
-
-
-
-
-
- gitify-app/notifications-test
-
-
-
-
- 123
-
-
-
-
-
-
- I am a robot and this is a test!
-
-
-
- 123
-
-
-
-
-
-
-
-
-
-
- Updated
-
-
- May 20, 2017
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
- octocat approved these changes
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
- gitify-app requested changes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Issue
-
-
-
-
-
-
-
-
- gitify-app/notifications-test
-
-
-
-
- 456
-
-
-
-
-
-
- Improve the UI
-
-
-
- 456
-
-
-
-
-
-
-
-
-
-
- Authored
-
-
- May 20, 2017
-
-
-
+ @octocat
+
+
+
+ 0
+
+
+ (
+ 0
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Error title
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-`;
-
-exports[`renderer/components/notifications/AccountNotifications.tsx > should render itself - group notifications by repositories 1`] = `
-
-
-
-
-
-
-
-
-
-
- @octocat
-
-
-
-
-
- 2
-
-
- (
- 2
- )
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RepositoryNotifications
+
+ Error description
`;
-exports[`renderer/components/notifications/AccountNotifications.tsx > should render itself - no notifications 1`] = `
+exports[`renderer/components/notifications/AccountNotifications.tsx > should render itself - group notifications by date 1`] = `
+
+
+
+
+
+
+ @octocat
+
+
+
+
+
+ 2
+
+
+ (
+ 2
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Open Issue
+
-
-
-
should ren
data-wrap="nowrap"
>
- @octocat
+ gitify-app/notifications-test
-
+
+
+ 123
+
+
+
+
+
-
- 0
-
-
- (
- 0
- )
-
+ I am a robot and this is a test!
-
+
+ 123
+
+
@@ -369,182 +347,171 @@ exports[`renderer/components/notifications/NotificationFooter.tsx > security ale
exports[`renderer/components/notifications/NotificationFooter.tsx > should default to known avatar if no user found 1`] = `
@@ -553,181 +520,170 @@ exports[`renderer/components/notifications/NotificationFooter.tsx > should defau
exports[`renderer/components/notifications/NotificationFooter.tsx > should render itself & its children 1`] = `
diff --git a/src/renderer/components/notifications/__snapshots__/NotificationHeader.test.tsx.snap b/src/renderer/components/notifications/__snapshots__/NotificationHeader.test.tsx.snap
index 56705894c..913677afd 100644
--- a/src/renderer/components/notifications/__snapshots__/NotificationHeader.test.tsx.snap
+++ b/src/renderer/components/notifications/__snapshots__/NotificationHeader.test.tsx.snap
@@ -3,16 +3,22 @@
exports[`renderer/components/notifications/NotificationHeader.tsx > should render itself & its children - group by date > with notification number 1`] = `
@@ -73,16 +62,22 @@ exports[`renderer/components/notifications/NotificationHeader.tsx > should rende
exports[`renderer/components/notifications/NotificationHeader.tsx > should render itself & its children - group by date > with showNumber setting disabled 1`] = `
@@ -143,16 +121,22 @@ exports[`renderer/components/notifications/NotificationHeader.tsx > should rende
exports[`renderer/components/notifications/NotificationHeader.tsx > should render itself & its children - group by date > without notification number 1`] = `
`;
-exports[`renderer/components/notifications/NotificationHeader.tsx > should render itself & its children - group by repositories 1`] = `
-
-
-
-
-
-`;
+exports[`renderer/components/notifications/NotificationHeader.tsx > should render itself & its children - group by repositories 1`] = ``;
diff --git a/src/renderer/components/notifications/__snapshots__/NotificationRow.test.tsx.snap b/src/renderer/components/notifications/__snapshots__/NotificationRow.test.tsx.snap
index 540c9d94f..4ccec3a9d 100644
--- a/src/renderer/components/notifications/__snapshots__/NotificationRow.test.tsx.snap
+++ b/src/renderer/components/notifications/__snapshots__/NotificationRow.test.tsx.snap
@@ -3,73 +3,79 @@
exports[`renderer/components/notifications/NotificationRow.tsx > should render itself & its children - group by date 1`] = `
+
+
+
+
+
+
+
+ Open Issue
+
-
-
-
-
-
-
-
- Open Issue
-
-
should render i
data-gap="condensed"
data-justify="start"
data-padding="none"
+ data-testid="avatar"
data-wrap="nowrap"
>
-
-
-
-
- gitify-app/notifications-test
-
-
-
+
- 123
+ gitify-app/notifications-test
-
+
-
-
- I am a robot and this is a test!
-
-
-
- 123
-
+ 123
+
+
+
+
+
+ I am a robot and this is a test!
+
+
+
+ 123
+
+
+
+
-
+
+
+
+
+ Updated
+
+
+ May 20, 2017
+
+
+
+
+
-
-
-
-
-
- Updated
-
-
- May 20, 2017
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
- octocat approved these changes
-
-
+
+
-
-
-
-
-
- 1
-
-
+ 1
-
-
- gitify-app requested changes
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
+
+ 1
+
+
+
+
+
-
-
-
+ gitify-app requested changes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
`;
@@ -423,365 +412,354 @@ exports[`renderer/components/notifications/NotificationRow.tsx > should render i
exports[`renderer/components/notifications/NotificationRow.tsx > should render itself & its children - group by repositories 1`] = `
+
+
+
+
+
+
+
+ Open Issue
+
+
+
+ I am a robot and this is a test!
+
+
+
+ 123
+
+
+
-
-
-
-
+
-
- Open Issue
-
-
-
-
- I am a robot and this is a test!
-
-
-
- 123
-
-
-
+
-
+
+
+
+
-
-
-
-
-
- Updated
-
-
- May 20, 2017
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
- octocat approved these changes
-
-
+
+
-
-
-
-
-
- 1
-
-
+ 1
-
-
- gitify-app requested changes
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
+
+ 1
+
+
+
+
+
-
-
-
+ gitify-app requested changes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
`;
@@ -789,365 +767,354 @@ exports[`renderer/components/notifications/NotificationRow.tsx > should render i
exports[`renderer/components/notifications/NotificationRow.tsx > should render itself & its children - hide numbers 1`] = `
+
+
+
+
+
+
+
+ Open Issue
+
+
+
+ I am a robot and this is a test!
+
+
+
+ 123
+
+
+
-
-
-
-
+
-
- Open Issue
-
-
+ Updated
+
+
+ May 20, 2017
+
+
+
+
-
- I am a robot and this is a test!
-
-
-
- 123
+
+
+
+
+ 1
+
+
`;
@@ -1155,307 +1122,296 @@ exports[`renderer/components/notifications/NotificationRow.tsx > should render i
exports[`renderer/components/notifications/NotificationRow.tsx > should render itself & its children - notification is read 1`] = `
+
+
+
+
+
+
+
+ Open Issue
+
+
+
+ I am a robot and this is a test!
+
+
+
+ 123
+
+
+
-
-
-
-
+
-
- Open Issue
-
-
+ Updated
+
+
+ May 20, 2017
+
+
+
+
-
- I am a robot and this is a test!
-
-
-
- 123
+
+
+
+
+ 1
+
+
`;
diff --git a/src/renderer/components/primitives/__snapshots__/Footer.test.tsx.snap b/src/renderer/components/primitives/__snapshots__/Footer.test.tsx.snap
index dda0fc622..e29b47e73 100644
--- a/src/renderer/components/primitives/__snapshots__/Footer.test.tsx.snap
+++ b/src/renderer/components/primitives/__snapshots__/Footer.test.tsx.snap
@@ -3,28 +3,17 @@
exports[`renderer/components/primitives/Footer.tsx > should render itself & its children - end 1`] = `
@@ -33,28 +22,17 @@ exports[`renderer/components/primitives/Footer.tsx > should render itself & its
exports[`renderer/components/primitives/Footer.tsx > should render itself & its children - space-between 1`] = `
diff --git a/src/renderer/components/primitives/__snapshots__/Header.test.tsx.snap b/src/renderer/components/primitives/__snapshots__/Header.test.tsx.snap
index 5bf8e1381..c1757d190 100644
--- a/src/renderer/components/primitives/__snapshots__/Header.test.tsx.snap
+++ b/src/renderer/components/primitives/__snapshots__/Header.test.tsx.snap
@@ -3,39 +3,61 @@
exports[`renderer/components/primitives/Header.tsx > should render itself & its children 1`] = `