Compare commits

..

No commits in common. "9292d4f991f68872470f39421391732168e82bb1" and "4dd9088f25534a9114bdf3833dc4044dbf11513c" have entirely different histories.

3 changed files with 7 additions and 13 deletions

View File

@ -1,6 +1,7 @@
name: extend-awards
run-name: Extending awards
on:
pull_request_target:
pull_request:
types: [ closed ]
branches:
- master
@ -11,7 +12,7 @@ permissions:
jobs:
if_merged:
if: |
github.event_name == 'pull_request_target' &&
github.event_name == 'pull_request' &&
github.event.action == 'closed' &&
github.event.pull_request.merged == true &&
github.event.pull_request.head.ref != 'extend-awards/patch'

View File

@ -175,15 +175,13 @@ SatsAllDay,issue,#1820,#1819,easy,,,1,9k,weareallsatoshi@getalby.com,2025-01-27
Soxasora,pr,#1814,#1736,easy,,,,100k,soxasora@blink.sv,2025-01-27
jason-me,pr,#1857,,easy,,,,100k,rrbtc@vlt.ge,2025-02-08
ed-kung,pr,#1901,#323,good-first-issue,,,,20k,simplestacker@getalby.com,2025-02-14
Scroogey-SN,pr,#1911,#1905,good-first-issue,,,1,18k,Scroogey@coinos.io,???
Scroogey-SN,pr,#1928,#1924,good-first-issue,,,,20k,Scroogey@coinos.io,???
Scroogey-SN,pr,#1911,#1905,good-first-issue,,,1,18k,???,???
Scroogey-SN,pr,#1928,#1924,good-first-issue,,,,20k,???,???
dtonon,issue,#1928,#1924,good-first-issue,,,,2k,???,???
ed-kung,pr,#1926,#1914,medium-hard,,,,500k,simplestacker@getalby.com,???
ed-kung,issue,#1926,#1914,medium-hard,,,,50k,simplestacker@getalby.com,???
ed-kung,pr,#1926,#1927,easy,,,,100k,simplestacker@getalby.com,???
ed-kung,issue,#1926,#1927,easy,,,,10k,simplestacker@getalby.com,???
ed-kung,issue,#1913,#1890,good-first-issue,,,,2k,simplestacker@getalby.com,???
Scroogey-SN,pr,#1930,#1167,good-first-issue,,,,20k,Scroogey@coinos.io,???
Scroogey-SN,pr,#1930,#1167,good-first-issue,,,,20k,???,???
itsrealfake,issue,#1930,#1167,good-first-issue,,,,2k,???,???
Scroogey-SN,pr,#1948,#1849,medium,urgent,,,750k,Scroogey@coinos.io,???
felipebueno,issue,#1947,#1945,good-first-issue,,,,2k,felipebueno@blink.sv,???

1 name type pr id issue ids difficulty priority changes requested notes amount receive method date paid
175 Soxasora pr #1814 #1736 easy 100k soxasora@blink.sv 2025-01-27
176 jason-me pr #1857 easy 100k rrbtc@vlt.ge 2025-02-08
177 ed-kung pr #1901 #323 good-first-issue 20k simplestacker@getalby.com 2025-02-14
178 Scroogey-SN pr #1911 #1905 good-first-issue 1 18k Scroogey@coinos.io ??? ???
179 Scroogey-SN pr #1928 #1924 good-first-issue 20k Scroogey@coinos.io ??? ???
180 dtonon issue #1928 #1924 good-first-issue 2k ??? ???
181 ed-kung pr #1926 #1914 medium-hard 500k simplestacker@getalby.com ???
182 ed-kung issue #1926 #1914 medium-hard 50k simplestacker@getalby.com ???
183 ed-kung pr #1926 #1927 easy 100k simplestacker@getalby.com ???
184 ed-kung issue #1926 #1927 easy 10k simplestacker@getalby.com ???
185 ed-kung issue #1913 #1890 good-first-issue 2k simplestacker@getalby.com ???
186 Scroogey-SN pr #1930 #1167 good-first-issue 20k Scroogey@coinos.io ??? ???
187 itsrealfake issue #1930 #1167 good-first-issue 2k ??? ???
Scroogey-SN pr #1948 #1849 medium urgent 750k Scroogey@coinos.io ???
felipebueno issue #1947 #1945 good-first-issue 2k felipebueno@blink.sv ???

View File

@ -167,7 +167,6 @@
width: 100%;
max-width: 100%;
height: auto;
overflow: hidden;
max-height: 25vh;
aspect-ratio: var(--aspect-ratio);
margin: 0;
@ -195,15 +194,11 @@
.p:has(> .mediaContainer) .mediaContainer img,
.p:has(> .mediaContainer) .mediaContainer video
{
block-size: revert-layer;
min-width: 30%;
max-width: stretch;
}
.p:has(> .mediaContainer) .mediaContainer img
{
block-size: revert-layer;
}
.p.onlyImages {
display: flex;
flex-direction: row;