Skip to content

Commit

Permalink
feat: icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dineug committed Jan 21, 2024
1 parent 5d5af1f commit a73d9c8
Show file tree
Hide file tree
Showing 30 changed files with 81 additions and 54 deletions.
9 changes: 9 additions & 0 deletions img/icons/erd-editor.svg
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 img/icons/erd-editor_128x128.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 img/icons/erd-editor_192x192.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 img/icons/erd-editor_256x256.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 img/icons/erd-editor_512x512.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 img/icons/erd-editor_64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions img/icons/erd-editor_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 packages/erd-editor-app/public/apple-touch-icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions packages/erd-editor-app/public/browserconfig.xml

This file was deleted.

9 changes: 9 additions & 0 deletions packages/erd-editor-app/public/erd-editor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/erd-editor-app/public/erd-editor_icon.svg
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 packages/erd-editor-app/public/favicon-16x16.png
Binary file not shown.
Binary file removed packages/erd-editor-app/public/favicon-32x32.png
Binary file not shown.
Binary file modified packages/erd-editor-app/public/favicon.ico
Binary file not shown.
15 changes: 8 additions & 7 deletions packages/erd-editor-app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<base href="/" />
<title>erd-editor-app</title>
<meta name="description" content="Entity-Relationship Diagram Editor App" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000" />
<meta name="msapplication-TileColor" content="#000" />
<meta name="theme-color" content="#000" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link
rel="icon"
href="/erd-editor_icon.svg"
sizes="any"
type="image/svg+xml"
/>
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down
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 packages/erd-editor-app/public/mstile-150x150.png
Binary file not shown.
Binary file added packages/erd-editor-app/public/pwa-192x192.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 packages/erd-editor-app/public/pwa-512x512.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 packages/erd-editor-app/public/pwa-64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions packages/erd-editor-app/public/robots.txt

This file was deleted.

24 changes: 0 additions & 24 deletions packages/erd-editor-app/public/safari-pinned-tab.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
23 changes: 15 additions & 8 deletions packages/erd-editor-app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,25 @@ module.exports = (env, argv) => {
theme_color: '#000',
icons: [
{
src: resolvePath('src/assets/erd-editor-192x192.png'),
size: '192x192',
src: resolvePath('public/pwa-64x64.png'),
sizes: '64x64',
type: 'image/png',
},
{
src: resolvePath('src/assets/erd-editor-512x512.png'),
size: '512x512',
purpose: 'any',
src: resolvePath('public/pwa-192x192.png'),
sizes: '192x192',
type: 'image/png',
},
{
src: resolvePath('src/assets/erd-editor-512x512.png'),
size: '512x512',
purpose: 'any maskable',
src: resolvePath('public/pwa-512x512.png'),
sizes: '512x512',
type: 'image/png',
},
{
src: resolvePath('public/maskable-icon-512x512.png'),
sizes: '512x512',
type: 'image/png',
purpose: 'maskable',
},
],
}),
Expand Down
Binary file modified packages/erd-editor-vscode/assets/erd-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/erd-editor-vscode/assets/erd-editor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/erd-editor-vscode/assets/menu-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions packages/erd-editor-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"category": "vuerd",
"title": "Open ERD Editor",
"icon": {
"dark": "./assets/erd-editor.png",
"light": "./assets/erd-editor.png"
"dark": "./assets/menu-icon.svg",
"light": "./assets/menu-icon.svg"
}
},
{
Expand All @@ -98,8 +98,8 @@
"category": "vuerd",
"title": "Open ERD Editor to the Side",
"icon": {
"dark": "./assets/erd-editor.png",
"light": "./assets/erd-editor.png"
"dark": "./assets/menu-icon.svg",
"light": "./assets/menu-icon.svg"
}
}
],
Expand Down

0 comments on commit a73d9c8

Please sign in to comment.