forked from misskey-dev/misskey
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…isskey-dev#10475)" This reverts commit 9bb6c53.
- Loading branch information
Showing
21 changed files
with
245 additions
and
617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,16 +8,6 @@ export const onUnhandledRequest = ((req, print) => { | |
}) satisfies SharedOptions['onUnhandledRequest']; | ||
|
||
export const commonHandlers = [ | ||
rest.get('/fluent-emoji/:codepoints.png', async (req, res, ctx) => { | ||
const { codepoints } = req.params; | ||
const value = await fetch(`https://raw.githubusercontent.com/misskey-dev/emojis/main/dist/${codepoints}.png`).then((response) => response.blob()); | ||
return res(ctx.set('Content-Type', 'image/png'), ctx.body(value)); | ||
}), | ||
rest.get('/fluent-emojis/:codepoints.png', async (req, res, ctx) => { | ||
const { codepoints } = req.params; | ||
const value = await fetch(`https://raw.githubusercontent.com/misskey-dev/emojis/main/dist/${codepoints}.png`).then((response) => response.blob()); | ||
return res(ctx.set('Content-Type', 'image/png'), ctx.body(value)); | ||
}), | ||
rest.get('/twemoji/:codepoints.svg', async (req, res, ctx) => { | ||
const { codepoints } = req.params; | ||
const value = await fetch(`https://unpkg.com/@discordapp/[email protected]/dist/svg/${codepoints}.svg`).then((response) => response.blob()); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
<link rel="preload" href="https://github.com/misskey-dev/misskey/blob/master/packages/frontend/assets/about-icon.png?raw=true" as="image" type="image/png" crossorigin="anonymous"> | ||
<link rel="preload" href="https://github.com/misskey-dev/misskey/blob/master/packages/frontend/assets/fedi.jpg?raw=true" as="image" type="image/jpeg" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://unpkg.com/@tabler/[email protected]/tabler-icons.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/@fontsource/m-plus-rounded-1c/index.css"> | ||
<style> | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
packages/frontend/src/components/MkAbuseReport.stories.impl.ts
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
packages/frontend/src/components/MkAbuseReportWindow.stories.impl.ts
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
packages/frontend/src/components/MkAccountMoved.stories.impl.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 0 additions & 56 deletions
56
packages/frontend/src/components/MkAchievements.stories.impl.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.