Skip to content

Commit

Permalink
Merge pull request #345 from Robilol/fix/menu
Browse files Browse the repository at this point in the history
Fix/menu
  • Loading branch information
Ludaa committed Mar 24, 2023
2 parents 2d0c78b + 976dc06 commit b65e1ab
Show file tree
Hide file tree
Showing 12 changed files with 111 additions and 26 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -30,3 +30,5 @@ e2e/node_modules/
dist/
.env
.npmrc

.DS_Store
8 changes: 7 additions & 1 deletion src/Common/theming/icons.ts
Expand Up @@ -823,7 +823,10 @@ export type IconName =
| 'file-edit'
| 'user-circle'
| 'safe'
| 'download-full';
| 'download-full'
| 'handshake'
| 'check-card'
| 'ok';

export const IconNames: IconName[] = [
'menu',
Expand Down Expand Up @@ -1100,6 +1103,9 @@ export const IconNames: IconName[] = [
'user-circle',
'safe',
'download-full',
'check-card',
'handshake',
'ok',
];

const dictionary = {};
Expand Down
16 changes: 16 additions & 0 deletions src/Common/theming/icons/check-card.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/Common/theming/icons/handshake.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/Common/theming/icons/ok.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b65e1ab

Please sign in to comment.