Skip to content

Commit

Permalink
⭕ merging v2.9.0-beta to main for public
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliamay committed Sep 15, 2024
2 parents b11a065 + e25a9db commit 84535fb
Show file tree
Hide file tree
Showing 20 changed files with 2,301 additions and 159 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
name: Bug Report
description: I want to report something that isn't working properly in Primary
labels: ["🐛 bug"]
projects: ["primary-theme/1"]
body:
- type: markdown
attributes:
value: |
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.
- type: dropdown
id: default-theme
attributes:
label: Is Hardware Acceleration turned on?
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.
options:
- "Yes"
- "No"
validations:
required: true
- type: dropdown
id: default-theme
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Enhancement Suggestion
description: I want to suggest improvements to Primary
labels: ["🧞‍♂️ enhancement"]
projects: ["primary-theme/1"]
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/plugin_support.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Plugin Support
description: I want to suggest a plugin to be properly supported in Primary
labels: ["🔌 plugin support"]
projects: ["primary-theme/1"]
body:
- type: markdown
attributes:
Expand Down
447 changes: 443 additions & 4 deletions Primary.css

Large diffs are not rendered by default.

558 changes: 476 additions & 82 deletions src/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/main.min.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 84535fb

Please sign in to comment.