Skip to content

Commit 3de4719

Browse files
committed
Fixed forums
1 parent c63ca5d commit 3de4719

Some content is hidden

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

48 files changed

+238
-280
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,27 @@ about: Something needs fixing
44
title: Brief description of the bug
55
labels: bug
66
assignees: ''
7-
87
---
98

109
### Describe the bug
11-
*A clear and concise description of what the bug is*
1210

13-
### To Reproduce
14-
*Steps to reproduce the behavior*
11+
_A clear and concise description of what the bug is_
12+
13+
### To Reproduce
14+
15+
_Steps to reproduce the behavior_
1516

1617
### Screenshots
17-
*If applicable, add screenshots to help explain your problem*
18+
19+
_If applicable, add screenshots to help explain your problem_
1820

1921
### Infomation (please complete the following information)
20-
**Discord channel**: *Stable/PTB/Canary*
21-
**OS**: *Windows/Linux/OSX*
22-
**Mod**: *BetterDiscord/Powercord/GooseMod*
23-
**Discord language**: *Your language*
22+
23+
**Discord channel**: _Stable/PTB/Canary_
24+
**OS**: _Windows/Linux/OSX_
25+
**Mod**: _BetterDiscord/Powercord/GooseMod_
26+
**Discord language**: _Your language_
2427

2528
### Additional context
26-
*Add any other context about the problem here. Remove if not applicable.*
29+
30+
_Add any other context about the problem here. Remove if not applicable._

.github/workflows/compile.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
name: "Compile SCSS"
1+
name: 'Compile SCSS'
22

3-
on: "push"
3+
on: 'push'
44

55
jobs:
66
build:
7-
name: "Build CSS"
8-
runs-on: "ubuntu-latest"
7+
name: 'Build CSS'
8+
runs-on: 'ubuntu-latest'
99
steps:
10-
- name: "Checkout Repo"
11-
uses: "actions/checkout@v2"
12-
- name: "Setup NodeJS"
13-
uses: "actions/setup-node@v1"
10+
- name: 'Checkout Repo'
11+
uses: 'actions/checkout@v2'
12+
- name: 'Setup NodeJS'
13+
uses: 'actions/setup-node@v1'
1414
with:
1515
node-version: 16
16-
- name: "Install PNPM"
17-
uses: "pnpm/action-setup@v2.1.0"
16+
- name: 'Install PNPM'
17+
uses: 'pnpm/action-setup@v2.1.0'
1818
with:
1919
version: 6.0.2
20-
- name: "Clean install of dependencies"
21-
run: "pnpm i"
22-
- name: "Run build script"
23-
run: "pnpm build"
24-
- name: "Copy powercord_manifest.json"
25-
run: "cp powercord_manifest.json dist/powercord_manifest.json"
26-
- name: "Deploy"
27-
uses: "peaceiris/actions-gh-pages@v3"
20+
- name: 'Clean install of dependencies'
21+
run: 'pnpm i'
22+
- name: 'Run build script'
23+
run: 'pnpm build'
24+
- name: 'Copy powercord_manifest.json'
25+
run: 'cp powercord_manifest.json dist/powercord_manifest.json'
26+
- name: 'Deploy'
27+
uses: 'peaceiris/actions-gh-pages@v3'
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
30-
publish_branch: "deploy"
31-
publish_dir: "./dist"
30+
publish_branch: 'deploy'
31+
publish_dir: './dist'

.prettierrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"useTabs": true,
33
"tabWidth": 2,
44
"trailingComma": "none",
5-
"printWidth": 240
6-
}
5+
"printWidth": 240,
6+
"singleQuote": true
7+
}

CONTRIBUTING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ So, you're looking to contribute? Nice!
33
This will help you get started.
44

55
## Prerequisites
6+
67
- Basic knowledge of NodeJS.
78
- Basic knowledge of SCSS/CSS.
89
- Basic knowledge of Git/GitHub.
@@ -12,11 +13,13 @@ Install Dependencies:
1213
Open a terminal/command prompt and use the following command: `npm install` in the FrostedGlass folder.
1314

1415
## Development
16+
1517
Run the `dev` script with: `npm run dev`.
1618
This will watch for changes inside the `/src` folder and then auto compile them into your BetterDiscord themes folder.
1719

1820
## Deploying
21+
1922
Simply push your changes to the `master` branch and make a pull request.
20-
If all is well you PR will be accepted and merged with the `master` branch.
23+
If all is well you PR will be accepted and merged with the `master` branch.
2124

22-
This will then trigger an action to compile the `/src/_base.css` to the `deploy` branch.
25+
This will then trigger an action to compile the `/src/_base.css` to the `deploy` branch.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

bd-scss.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ export default {
88
invite: 'ZHthyCw',
99
authorId: '174868361040232448',
1010
source: 'https://github.com/DiscordStyles/FrostedGlass',
11-
website: 'https://gibbu.me/',
11+
website: 'https://gibbu.me/'
1212
},
1313
base: {
1414
output: 'dist/dist'
1515
},
1616
baseImport: 'https://discordstyles.github.io/FrostedGlass/dist/FrostedGlass.css'
17-
}
17+
};

powercord_manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "Frosted Glass",
3-
"description": "Display your picture of choice with adjustable blur and brightness. Dark theme is required.",
4-
"version": "1.0.0",
5-
"author": "Gibbu#1211",
6-
"theme": "dist/FrostedGlass.theme.css",
7-
"consent": ["ext_listing"],
8-
"license": "MIT"
9-
}
2+
"name": "Frosted Glass",
3+
"description": "Display your picture of choice with adjustable blur and brightness. Dark theme is required.",
4+
"version": "1.0.0",
5+
"author": "Gibbu#1211",
6+
"theme": "dist/FrostedGlass.theme.css",
7+
"consent": ["ext_listing"],
8+
"license": "MIT"
9+
}

src/base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@use './theme';
1+
@use './theme';

src/core/_root.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* Old Windows titlebar - remove this @import if you wish to use default titlebar */
2-
@import url("https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css");
2+
@import url('https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css');
33

44
:root {
55
/*
66
* Background image variables
77
*/
8-
--background-image: url("https://i.imgur.com/kYW2H5C.jpg"); /* Main background image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
8+
--background-image: url('https://i.imgur.com/kYW2H5C.jpg'); /* Main background image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
99
--background-image-blur: 5px; /* Blur intensity of --background-image | Must end in px | DEFAULT: 5px */
1010
--background-image-size: cover; /* Size of the background image | DEFAUT: cover | OPTIONS: cover, contain */
1111
--background-image-position: center; /* Position of background image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */
@@ -30,8 +30,8 @@
3030
/*
3131
* Home image variables
3232
*/
33-
--home-button-image: url("https://discordstyles.github.io/FrostedGlass/discord.svg"); /* Home button image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
34-
--home-button-size: cover; /* Size of the home button image | DEFAUT: cover */
33+
--home-button-image: url('https://discordstyles.github.io/FrostedGlass/discord.svg'); /* Home button image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
34+
--home-button-size: 60%; /* Size of the home button image | DEFAUT: cover */
3535
--home-button-position: center; /* Position of home button image | DEAFULT: center */
3636

3737
/*
@@ -68,7 +68,7 @@
6868
* Visit https://fonts.google.com and select one to your liking.
6969
* Now just follow this tutorial: https://imgur.com/a/CNbw7xC
7070
*/
71-
--font: "Whitney";
71+
--font: 'Whitney';
7272

7373
/*
7474
* ~~DO NOT TOUCH~~

src/dev.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@use './core/root';
2-
@use './theme';
2+
@use './theme';

0 commit comments

Comments
 (0)