Skip to content

Commit 84535fb

Browse files
committed
⭕ merging v2.9.0-beta to main for public
2 parents b11a065 + e25a9db commit 84535fb

File tree

20 files changed

+2301
-159
lines changed

20 files changed

+2301
-159
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
name: Bug Report
22
description: I want to report something that isn't working properly in Primary
33
labels: ["🐛 bug"]
4+
projects: ["primary-theme/1"]
45
body:
56
- type: markdown
67
attributes:
78
value: |
89
Thanks for taking the time to fill out this bug report! Before proceeding, please check the [Issues](https://github.com/primary-theme/obsidian/issues) page and check if your bug is already posted to avoid duplication.
10+
- type: dropdown
11+
id: default-theme
12+
attributes:
13+
label: Is Hardware Acceleration turned on?
14+
description: You can find this in Obsidian's `Settings`. Inside the `Appearance` tab, under `Advanced`, `Hardware Acceleration`. Please ensure that it is turned on. If it is already turned on, turn it off and on again for good measure.
15+
options:
16+
- "Yes"
17+
- "No"
18+
validations:
19+
required: true
920
- type: dropdown
1021
id: default-theme
1122
attributes:

.github/ISSUE_TEMPLATE/enhancement.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Enhancement Suggestion
22
description: I want to suggest improvements to Primary
33
labels: ["🧞‍♂️ enhancement"]
4+
projects: ["primary-theme/1"]
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/plugin_support.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Plugin Support
22
description: I want to suggest a plugin to be properly supported in Primary
33
labels: ["🔌 plugin support"]
4+
projects: ["primary-theme/1"]
45
body:
56
- type: markdown
67
attributes:

Primary.css

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

src/css/main.css

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

src/css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)