chore: simplify loading api-text
This commit is contained in:
parent
975b22b252
commit
93f3506f83
4 changed files with 9 additions and 14 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "6.9.6",
|
||||
"version": "6.9.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "6.9.6",
|
||||
"version": "6.9.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.1.1",
|
||||
"@cdransf/api-text": "^1.2.1",
|
||||
"@cdransf/theme-toggle": "^1.2.3",
|
||||
"@daviddarnes/mastodon-post": "^1.1.1",
|
||||
"@remy/webmention": "^1.5.0",
|
||||
|
@ -1230,9 +1230,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@cdransf/api-text": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@cdransf/api-text/-/api-text-1.1.1.tgz",
|
||||
"integrity": "sha512-ySSVNhaVsOp1s2xY0xAEWooolxxO+/QEw2qTVgeuo8AXhHf6F8SotN7UB6xp2eiUXzhICGwHRgLxDIw6z18lWw=="
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@cdransf/api-text/-/api-text-1.2.1.tgz",
|
||||
"integrity": "sha512-QjDDK4kN4z/FqbScuHYOCrsgEdnAh7bqzzFq2Jr27yxvQLvJnsucgAStRa69B4m5DpwyyuxVBSjjghiTvLHoJw=="
|
||||
},
|
||||
"node_modules/@cdransf/theme-toggle": {
|
||||
"version": "1.2.3",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"author": "Cory Dransfeldt",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.1.1",
|
||||
"@cdransf/api-text": "^1.2.1",
|
||||
"@cdransf/theme-toggle": "^1.2.3",
|
||||
"@daviddarnes/mastodon-post": "^1.1.1",
|
||||
"@remy/webmention": "^1.5.0",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<script type="module" src="/assets/scripts/components/api-text.js"></script>
|
||||
<api-text api-url="/api/now-playing">
|
||||
<p class="loading text--blurred fade">🎧 Loading...</p>
|
||||
<p class="content fade" style="opacity:0"></p>
|
||||
<p class="loading">🎧 Loading...</p>
|
||||
<p class="content"></p>
|
||||
</api-text>
|
|
@ -395,11 +395,6 @@ li {
|
|||
text-align: center !important;
|
||||
}
|
||||
|
||||
.text--blurred {
|
||||
color: transparent;
|
||||
text-shadow: 0 0 6px var(--text-color);
|
||||
}
|
||||
|
||||
.fade {
|
||||
transition-property: opacity;
|
||||
transition-timing-function: var(--transition-ease-in-out);
|
||||
|
|
Reference in a new issue