diff --git a/.gitignore b/.gitignore index d668b5b..167ac04 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ mastodon.log assets/robots.txt /inline-script-checksum.json /assets/inline-script.js.map +/assets/icons.svg diff --git a/bin/build-svg.js b/bin/build-svg.js index 3817978..f575831 100755 --- a/bin/build-svg.js +++ b/bin/build-svg.js @@ -28,13 +28,7 @@ async function main () { result = `\n${result}\n` - let html2xxFilepath = path.join(__dirname, '../templates/2xx.html') - let html2xxFile = await readFile(html2xxFilepath, 'utf8') - html2xxFile = html2xxFile.replace( - /[\s\S]+/, - '' + result + '' - ) - await writeFile(html2xxFilepath, html2xxFile, 'utf8') + await writeFile(path.resolve(__dirname, '../assets/icons.svg'), result, 'utf8') } main().catch(err => { diff --git a/routes/_components/Avatar.html b/routes/_components/Avatar.html index 47d9c27..f73d092 100644 --- a/routes/_components/Avatar.html +++ b/routes/_components/Avatar.html @@ -1,6 +1,6 @@ {#if error} {:elseif $autoplayGifs} {#if icon} - + {/if}

{title}

diff --git a/routes/_components/ExternalLink.html b/routes/_components/ExternalLink.html index b5bc995..68a9bca 100644 --- a/routes/_components/ExternalLink.html +++ b/routes/_components/ExternalLink.html @@ -5,7 +5,7 @@ class={computedClass}> {#if showIcon} - + {/if} \ No newline at end of file + diff --git a/routes/_components/dialog/components/ModalDialog.html b/routes/_components/dialog/components/ModalDialog.html index a333607..68bc2c8 100644 --- a/routes/_components/dialog/components/ModalDialog.html +++ b/routes/_components/dialog/components/ModalDialog.html @@ -16,7 +16,7 @@ @@ -193,4 +193,4 @@ } } } - \ No newline at end of file + diff --git a/routes/_components/search/Search.html b/routes/_components/search/Search.html index 6acaa35..b12f7b6 100644 --- a/routes/_components/search/Search.html +++ b/routes/_components/search/Search.html @@ -9,7 +9,7 @@ @@ -74,4 +74,4 @@ } } } - \ No newline at end of file + diff --git a/routes/_components/settings/SettingsListItem.html b/routes/_components/settings/SettingsListItem.html index 92ee21c..1aaf408 100644 --- a/routes/_components/settings/SettingsListItem.html +++ b/routes/_components/settings/SettingsListItem.html @@ -2,7 +2,7 @@ {#if icon} - + {/if} @@ -70,4 +70,4 @@ offsetForIcon: void 0 }) } - \ No newline at end of file + diff --git a/routes/_components/status/StatusDetails.html b/routes/_components/status/StatusDetails.html index 07ac7e3..64aeb88 100644 --- a/routes/_components/status/StatusDetails.html +++ b/routes/_components/status/StatusDetails.html @@ -26,7 +26,7 @@ href="/statuses/{originalStatusId}/reblogs" aria-label={reblogsLabel}> - + {numReblogs} @@ -34,7 +34,7 @@ href="/statuses/{originalStatusId}/favorites" aria-label={favoritesLabel}> - + {numFavs} @@ -191,4 +191,4 @@ ExternalLink } } - \ No newline at end of file + diff --git a/routes/_components/status/StatusHeader.html b/routes/_components/status/StatusHeader.html index baa3583..f910abf 100644 --- a/routes/_components/status/StatusHeader.html +++ b/routes/_components/status/StatusHeader.html @@ -3,7 +3,7 @@ - +
@@ -124,4 +124,4 @@ } } } - \ No newline at end of file + diff --git a/routes/_components/status/StatusMediaAttachments.html b/routes/_components/status/StatusMediaAttachments.html index 1560bde..26da6fc 100644 --- a/routes/_components/status/StatusMediaAttachments.html +++ b/routes/_components/status/StatusMediaAttachments.html @@ -7,7 +7,7 @@ delegate-key={delegateKey} >
- +
@@ -23,7 +23,7 @@
- +
diff --git a/templates/2xx.html b/templates/2xx.html index f78572a..ce72e8f 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -5,7 +5,7 @@ - + @@ -49,49 +49,6 @@ html{scrollbar-face-color:var(--scrollbar-face-color);scrollbar-track-color:var( - - - - -Notifications -Local -Federated -Settings -Reply -Reply to thread -Boost -Favorite -More -Spinner -Empty user profile -Play -Show Sensitive Content -Hide Sensitive Content -Locked -Unlocked -Sealed Envelope -Stop Following -Follow -External Link -Search -Conversations -Paperclip -Thumbtack -List -Ban -Add media -Custom emoji -Content warning -Check -Delete -Follow requested -Compose -Close -Mute -Unmute -Link - -
%sapper.html%