Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
McPringle authored Oct 7, 2024
2 parents fcd68f5 + 92c663b commit 8f6c337
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,15 @@
"contributions": [
"code"
]
},
{
"login": "leem53",
"name": "Lennart",
"avatar_url": "https://avatars.githubusercontent.com/u/45996424?v=4",
"profile": "https://github.com/leem53",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
issues:
types:
- opened
pull_request:
pull_request_target:
types:
- opened

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,15 @@ Special thanks for all these wonderful people who had helped this project so far
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patlecat"><img src="https://avatars.githubusercontent.com/u/422020?v=4?s=100" width="100px;" alt="patlecat"/><br /><sub><b>patlecat</b></sub></a><br /><a href="https://github.com/McPringle/apus/commits?author=patlecat" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/haladamateusz"><img src="https://avatars.githubusercontent.com/u/26378632?v=4?s=100" width="100px;" alt="Mateusz Halada"/><br /><sub><b>Mateusz Halada</b></sub></a><br /><a href="https://github.com/McPringle/apus/commits?author=haladamateusz" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/leem53"><img src="https://avatars.githubusercontent.com/u/45996424?v=4?s=100" width="100px;" alt="Lennart"/><br /><sub><b>Lennart</b></sub></a><br /><a href="https://github.com/McPringle/apus/commits?author=leem53" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"></td>
<td align="center" valign="top" width="14.28%"></td>
<td align="center" valign="top" width="14.28%"></td>
<td align="center" valign="top" width="14.28%"></td>
<td align="center" valign="top" width="14.28%"></td>
<td align="center" valign="top" width="14.28%"></td>
</tr>
</tbody>
</table>

Expand Down
2 changes: 1 addition & 1 deletion frontend/themes/apus/views/room-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
width: 40px;
}

.room-view .avatar vaadin-avatar-group vaadin-avatar {
.room-view .avatar vaadin-avatar {
background-color: var(--speaker-avatar-background-color);
border: var(--speaker-avatar-border);
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
<plugin>
<groupId>com.giovds</groupId>
<artifactId>outdated-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<configuration>
<!-- The maximum amount of inactive years allowed -->
<years>1</years>
Expand Down

0 comments on commit 8f6c337

Please sign in to comment.