Skip to content

Commit

Permalink
refactor: emoji updates (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 25, 2024
1 parent 1770886 commit fabbf8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/__snapshots__/AllRead.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const Constants = {
// Storage
STORAGE_KEY: 'gitify-storage',

ALL_READ_EMOJIS: ['😉', '🎉', '🐯', '🙈', '🎈', '🎊', '👏', '🎪', '🍝'],
ALL_READ_EMOJIS: ['🎉', '🎊', '🥳', '👏', '🙌', '😎', '🏖️', '🚀', '✨', '🏆'],

FETCH_INTERVAL: 60000,

Expand All @@ -45,7 +45,7 @@ export const Errors: Record<ErrorType, GitifyError> = {
MISSING_SCOPES: {
title: 'Missing Scopes',
descriptions: ['Your credentials are missing a required API scope.'],
emojis: ['🙃'],
emojis: ['🔭'],
},
NETWORK: {
title: 'Network Error',
Expand All @@ -63,7 +63,7 @@ export const Errors: Record<ErrorType, GitifyError> = {
UNKNOWN: {
title: 'Oops! Something went wrong',
descriptions: ['Please try again later.'],
emojis: ['🤔', '😞', '😤', '😱', '😭'],
emojis: ['🤔', '🥲', '😳', '🫠', '🙃', '🙈'],
},
};

Expand Down

0 comments on commit fabbf8e

Please sign in to comment.