Skip to content

Commit 7c54621

Browse files
authored
Merge pull request #316 from nndda/dev
v3.0.0 Alpha 7
2 parents a7ca4a9 + 01dd8e3 commit 7c54621

18 files changed

+187
-4
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nnda/pitch",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-alpha.7",
44
"homepage": "https://nnda.itch.io/pitch",
55
"repository": {
66
"type": "git",

src/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function initializeComponents(): void {
255255
${compData.sub != undefined ? `data-sub="${compData.sub}"` : ""}
256256
class="
257257
${compData.sub != undefined ? "sub" : ""}
258-
${compData.groupOnly ? "non-interractable" : ""}
258+
${compData.groupOnly ? "non-interractable group-only" : ""}
259259
${isFaved ? "is-faved" : ""}
260260
${compData["notes"].includes("Experimental") ? "is-exp" : ""}
261261
">

src/app/styles/_preview.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,7 @@ button.copy-raw-css {
140140
--b2: #{$background};
141141
}
142142
}
143+
144+
.component-sample-img {
145+
max-width: 100%;
146+
}

src/app/styles/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,3 +619,7 @@ $active-col: #eee;
619619
-webkit-user-select: none;
620620
user-select: none;
621621
}
622+
623+
.group-only .icon.exp {
624+
display: none;
625+
}
174 KB
Loading
99.1 KB
Loading

src/components/tweaks/comment-0.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ name:
44
description:
55

66
groupOnly: true
7+
8+
notes:
9+
- Experimental
File renamed without changes.

src/components/tweaks/author-badge.yaml renamed to src/components/tweaks/comment-author-badge.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ scopes:
88
- profile
99
- jam
1010

11+
sub:
12+
comment-0
13+
1114
inputs:
1215
- name: itch.io username
1316
id: AUTHOR_BADGE_URL

0 commit comments

Comments
 (0)