Skip to content

Commit

Permalink
Add pop up notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadi-Shafiee committed Dec 21, 2023
1 parent 367e28a commit d821de0
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/app.8c27d686.css → css/app.d4a11efa.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions css/chunk-vendors.8421c5f9.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
if (redirect && redirect !== location.href) {
history.replaceState(null, null, redirect);
}
})();</script><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>Image Annotation App</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="/css/app.8c27d686.css" rel="preload" as="style"><link href="/css/chunk-vendors.5dde5ba1.css" rel="preload" as="style"><link href="/js/app.c194cdfe.js" rel="preload" as="script"><link href="/js/chunk-vendors.51aba256.js" rel="preload" as="script"><link href="/css/chunk-vendors.5dde5ba1.css" rel="stylesheet"><link href="/css/app.8c27d686.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.51aba256.js"></script><script src="/js/app.c194cdfe.js"></script></body></html>
})();</script><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>Image Annotation App</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="/css/app.d4a11efa.css" rel="preload" as="style"><link href="/css/chunk-vendors.8421c5f9.css" rel="preload" as="style"><link href="/js/app.fabd0231.js" rel="preload" as="script"><link href="/js/chunk-vendors.204f4104.js" rel="preload" as="script"><link href="/css/chunk-vendors.8421c5f9.css" rel="stylesheet"><link href="/css/app.d4a11efa.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.204f4104.js"></script><script src="/js/app.fabd0231.js"></script></body></html>
2 changes: 2 additions & 0 deletions js/app.fabd0231.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/app.fabd0231.js.map

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions js/chunk-vendors.204f4104.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/chunk-vendors.204f4104.js.map

Large diffs are not rendered by default.

0 comments on commit d821de0

Please sign in to comment.