Compare commits

..

5 Commits

Author SHA1 Message Date
Keyan
9292d4f991
Update awards.csv - add known lnaddrs 2025-03-06 14:49:46 -06:00
Keyan
7c98a32452
Update awards.csv 2025-03-06 13:20:51 -06:00
github-actions[bot]
3659b4555e
Extending awards.csv (#1949)
Co-authored-by: huumn <34140557+huumn@users.noreply.github.com>
2025-03-06 13:09:00 -06:00
Scroogey-SN
6363550123
change trigger from pull_request to pull_request_target (#1948) 2025-03-06 13:06:51 -06:00
k00b
53e4683d98 overflow hidden on media container, don't revert-layer on video 2025-03-06 13:04:32 -06:00
3 changed files with 13 additions and 7 deletions

View File

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

View File

@ -175,13 +175,15 @@ 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-SN,pr,#1928,#1924,good-first-issue,,,,20k,???,???
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,???
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-SN,pr,#1930,#1167,good-first-issue,,,,20k,Scroogey@coinos.io,???
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 ??? ???
188 Scroogey-SN pr #1948 #1849 medium urgent 750k Scroogey@coinos.io ???
189 felipebueno issue #1947 #1945 good-first-issue 2k felipebueno@blink.sv ???

View File

@ -167,6 +167,7 @@
width: 100%;
max-width: 100%;
height: auto;
overflow: hidden;
max-height: 25vh;
aspect-ratio: var(--aspect-ratio);
margin: 0;
@ -194,11 +195,15 @@
.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;