Skip to content

Commit ff98112

Browse files
committed
Big updates
1 parent 7f0b973 commit ff98112

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+284
-220
lines changed

.github/workflows/compile.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: "Setup NodeJS"
1313
uses: "actions/setup-node@v1"
1414
with:
15-
node-version: 12
15+
node-version: 16
1616
- name: "Install PNPM"
1717
uses: "pnpm/action-setup@v2.1.0"
1818
with:
@@ -21,9 +21,11 @@ jobs:
2121
run: "pnpm i"
2222
- name: "Run build script"
2323
run: "pnpm build"
24+
- name: "Copy powercord_manifest.json"
25+
run: "cp powercord_manifest.json dist/powercord_manifest.json"
2426
- name: "Deploy"
2527
uses: "peaceiris/actions-gh-pages@v3"
2628
with:
2729
github_token: ${{ secrets.GITHUB_TOKEN }}
2830
publish_branch: "deploy"
29-
publish_dir: "./dist"
31+
publish_dir: "./dist"

.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"useTabs": true,
3+
"tabWidth": 2,
4+
"trailingComma": "none",
5+
"printWidth": 240
6+
}

bd-scss.config.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/** @type {import('bd-scss/lib/config').Config} */
2+
export default {
3+
meta: {
4+
name: 'Frosted Glass',
5+
author: 'Gibbu#1211',
6+
version: '2.1.0',
7+
description: 'Display your picture of choice with adjustable blur and brightness. Dark theme is required.',
8+
invite: 'ZHthyCw',
9+
authorId: '174868361040232448',
10+
source: 'https://github.com/DiscordStyles/FrostedGlass',
11+
website: 'https://gibbu.me/',
12+
},
13+
base: {
14+
output: 'dist/dist'
15+
},
16+
baseImport: 'https://discordstyles.github.io/FrostedGlass/dist/FrostedGlass.css'
17+
}

bd-scss.config.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

dist/FrostedGlass.theme.css

Lines changed: 0 additions & 69 deletions
This file was deleted.

dist/discord.svg

Lines changed: 1 addition & 0 deletions
Loading

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"name": "frostedglass",
3-
"version": "1.0.0",
4-
"description": "Display your picture of choice with adjustable blur and brightness.",
5-
"repository": "https://github.com/DiscordStyles/FrostedGlass.git",
6-
"author": "Gibbu <Gibbu_@hotmail.com>",
7-
"license": "MIT",
8-
"private": false,
9-
"scripts": {
10-
"dev": "bd-scss dev",
11-
"build": "bd-scss build"
12-
},
13-
"dependencies": {
14-
"bd-scss": "^1.0.5"
15-
}
2+
"name": "frostedglass",
3+
"version": "1.0.0",
4+
"description": "Display your picture of choice with adjustable blur and brightness.",
5+
"repository": "https://github.com/DiscordStyles/FrostedGlass.git",
6+
"author": "Gibbu <Gibbu_@hotmail.com>",
7+
"license": "MIT",
8+
"private": false,
9+
"type": "module",
10+
"scripts": {
11+
"dev": "bd-scss dev",
12+
"build": "bd-scss build"
13+
},
14+
"dependencies": {
15+
"bd-scss": "^2.0.10"
16+
}
1617
}

pnpm-lock.yaml

Lines changed: 45 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)