Skip to content

Commit

Permalink
feat: use new icons and alert behavior (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Jul 23, 2024
1 parent c16ec97 commit 7ee985c
Show file tree
Hide file tree
Showing 44 changed files with 484 additions and 20 deletions.
3 changes: 3 additions & 0 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"icon_state_monetizationInactive": {
"message": "Inactive"
},
"icon_state_actionRequired": {
"message": "Action Required!"
},
"missingHostPermission_state_text": {
"message": "Permission to access your data for all websites is required to use Web Monetization."
},
Expand Down
Binary file added src/assets/icons/128x128/default-gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/128x128/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/128x128/disabled-has-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/128x128/disabled-no-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/128x128/disabled-warn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/128x128/enabled-has-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/128x128/enabled-no-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/128x128/enabled-warn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/32x32/default-gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/32x32/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/32x32/disabled-has-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/32x32/disabled-no-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/32x32/disabled-warn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/32x32/enabled-has-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/32x32/enabled-no-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/32x32/enabled-warn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/48x48/default-gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/48x48/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/48x48/disabled-has-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/48x48/disabled-no-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/48x48/disabled-warn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/48x48/enabled-has-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/48x48/enabled-no-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/48x48/enabled-warn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/icons/icon-128.png
Binary file not shown.
Binary file removed src/assets/icons/icon-34.png
Diff not rendered.
Binary file removed src/assets/icons/icon-active-128.png
Diff not rendered.
Binary file removed src/assets/icons/icon-active-34.png
Diff not rendered.
Binary file removed src/assets/icons/icon-inactive-128.png
Diff not rendered.
Binary file removed src/assets/icons/icon-inactive-34.png
Diff not rendered.
Binary file removed src/assets/icons/icon-warning-128.png
Diff not rendered.
Binary file removed src/assets/icons/icon-warning-34.png
Diff not rendered.
25 changes: 25 additions & 0 deletions src/assets/icons/svg/default-gray.svg
63 changes: 63 additions & 0 deletions src/assets/icons/svg/default.svg
35 changes: 35 additions & 0 deletions src/assets/icons/svg/disabled-has-links.svg
38 changes: 38 additions & 0 deletions src/assets/icons/svg/disabled-no-links.svg
38 changes: 38 additions & 0 deletions src/assets/icons/svg/disabled-warn.svg
71 changes: 71 additions & 0 deletions src/assets/icons/svg/enabled-has-links.svg
76 changes: 76 additions & 0 deletions src/assets/icons/svg/enabled-no-links.svg
Loading

0 comments on commit 7ee985c

Please sign in to comment.