Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusBYT authored Oct 20, 2023
2 parents 07e3766 + 0071644 commit 5a05362
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
![](https://sirio-network.com/flashcord/store/themehooker/store-banner.png)
[<img src="https://sirio-network.com/flashcord/ressources/store/embed.png" width="512">](https://sirio-network.com/flashcord/store/themehooker)
![](https://sirio-network.com/flashcord/store/themehooker/store-banner.png#)

<p align="right">
<a href="https://sirio-network.com/flashcord/store/themehooker.html">
<img align="center" src="https://sirio-network.com/flashcord/ressources/store/small-embed.png" width="386">
</a>
</p>


Fine. I'll fucking do it myself. Adds Discord's custom themes' name inside the <html> and <body> tag so that Theme Developers can do funny shenanigans. This is made mostly only for Flashcord, no support for other themes may be provided unless I feel like it.
Expand Down
4 changes: 0 additions & 4 deletions flashcord/store/themehooker/Module-Store.css

This file was deleted.

Binary file removed flashcord/store/themehooker/store-banner.psd
Binary file not shown.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"build": "replugged build plugin",
"watch": "replugged build plugin --watch",
"bundle": "replugged bundle plugin",
"release": "replugged release"
"release": "replugged release",
"check": "tsc --noEmit",
"prettier:check": "prettier ./src --check",
"eslint:check": "eslint ./src",
"prettier:fix": "prettier ./src --write",
"eslint:fix": "eslint ./src --fix",
"lint": "pnpm run prettier:check && pnpm run eslint:check && pnpm run check",
"lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 5a05362

Please sign in to comment.