Skip to content

Commit

Permalink
feat: add activity app icons (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach677 authored Oct 16, 2023
1 parent 108d4c3 commit bd31d5b
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 0 deletions.
Binary file added public/apps/final_cut.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 public/apps/gdtop.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 public/apps/goland.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 public/apps/hopper.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 public/apps/ida64.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 public/apps/idea.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 public/apps/logic.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 public/apps/onenote.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 public/apps/playgrounds.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 public/apps/proxyman.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 public/apps/pycharm.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 public/apps/surge.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 public/apps/termius.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 public/apps/tf.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 public/apps/thorium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/components/layout/header/internal/Activity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ const appLabels: { [app: string]: string } = {
'Microsoft Word': 'word',
'Microsoft Excel': 'excel',
'Microsoft PowerPoint': 'powerpoint',
'Microsoft OneNote': 'onenote',
'Final Cut Pro': 'final_cut',
'Logic Pro': 'logic',
'IntelliJ IDEA': 'idea',
'GitHub Desktop': 'gdtop',
'Hopper Disassembler': 'hopper',
IINA: 'iina',
Warp: 'warp',
RemNote: 'remnote',
Expand Down Expand Up @@ -105,6 +111,15 @@ const appLabels: { [app: string]: string } = {
Lark: 'lark',
Feishu: 'lark',
SimplyPiano: 'simply_piano',
GoLand: 'goland',
PyCharm: 'pycharm',
TestFlight: 'tf',
Playgrounds: 'playgrounds',
ida64: 'ida64',
Proxyman: 'proxyman',
Surge: 'surge',
Termius: 'termius',
Thorium: 'thorium',

cmusic: 'cmusic',
}
Expand Down

1 comment on commit bd31d5b

@vercel
Copy link

@vercel vercel bot commented on bd31d5b Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
shiro-git-main-innei.vercel.app
innei.in
springtide.vercel.app

Please sign in to comment.