Skip to content

Commit

Permalink
Merge pull request #578 from mobu-of-the-world/fix-insight-performance
Browse files Browse the repository at this point in the history
Fix performance problems
  • Loading branch information
kachick authored Sep 4, 2024
2 parents a7c4451 + 0b36978 commit 3f0e419
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,20 @@
content="width=device-width,initial-scale=1.0,minimum-scale=1.0"
/>
<title>emobu</title>
<link
rel="preload"
href="https://unpkg.com/modern-css-reset/dist/reset.min.css"
as="style"
/>
<link
rel="stylesheet"
href="https://unpkg.com/modern-css-reset/dist/reset.min.css"
/>
<link
rel="preload"
href="https://unpkg.com/balloon-css/balloon.min.css"
as="style"
/>
<link
rel="stylesheet"
href="https://unpkg.com/balloon-css/balloon.min.css"
Expand All @@ -23,7 +33,12 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Caveat&family=Noto+Color+Emoji&display=swap"
rel="preload"
href="https://fonts.googleapis.com/css2?family=Caveat&family=Noto+Color+Emoji&display=swap&text=%21%22%23%24%25%26%27%28%29*%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E+%E2%8F%AF%EF%B8%8F%F0%9F%94%80%E2%86%A9%EF%B8%8F%F0%9F%9A%97%F0%9F%99%89%F0%9F%99%88%F0%9F%90%88%F0%9F%93%A1%E2%8F%B2%EF%B8%8F%F0%9F%91%8B%E2%9E%95"
as="style"
/>
<link
href="https://fonts.googleapis.com/css2?family=Caveat&family=Noto+Color+Emoji&display=swap&text=%21%22%23%24%25%26%27%28%29*%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E+%E2%8F%AF%EF%B8%8F%F0%9F%94%80%E2%86%A9%EF%B8%8F%F0%9F%9A%97%F0%9F%99%89%F0%9F%99%88%F0%9F%90%88%F0%9F%93%A1%E2%8F%B2%EF%B8%8F%F0%9F%91%8B%E2%9E%95"
rel="stylesheet"
/>
<link href="/main.css" rel="stylesheet" />
Expand Down
2 changes: 2 additions & 0 deletions src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,8 @@ appHeader =
[ Attr.class "github-logo"
, Attr.src "/images/github-mark.svg"
, Attr.draggable "false"
, Attr.height 24
, Attr.width 24
]
[]
]
Expand Down

0 comments on commit 3f0e419

Please sign in to comment.