Skip to content

Commit

Permalink
Update dynamic content
Browse files Browse the repository at this point in the history
  • Loading branch information
Owncast committed Oct 21, 2023
1 parent 33596d0 commit 7893df7
Showing 1 changed file with 60 additions and 3 deletions.
63 changes: 60 additions & 3 deletions content/roadmap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="roadmap-page-container">
<section class="current-milestone">
<h2>Current Milestone: v0.1.2</h2>
There are <strong>3</strong> open issues left to be
There are <strong>5</strong> open issues left to be
addressed, with <strong>21</strong> previously
completed and closed.
<a href="https://github.com/owncast/owncast/milestone/24" target="_blank"
Expand Down Expand Up @@ -61,13 +61,52 @@ <h3>In Progress</h3>
</article>
</a>

<a href="https://github.com/owncast/owncast/issues/3210" target="_blank">
<article class="leaderboard__profile">
<img
src="https://avatars.githubusercontent.com/u/5209474?v=4"
alt="pjbollinger"
class="leaderboard__picture"
/>
<span class="leaderboard__name">Embed heights seem to still be off</span>
<span class="leaderboard__value">

<span
class="issue-tag"
style="background-color: #d73a4a"
>bug</span
>

<span
class="issue-tag"
style="background-color: #e0db53"
>Web frontend</span
>

</span>
</article>
</a>

</div>

<h3>To Do</h3>
These issues are not currently assigned to anybody and still need to be
completed for a release to take place.
<div class="leaderboard__profiles">

<a href="https://github.com/owncast/owncast/pull/3376" target="_blank">
<article class="leaderboard__profile">
<img
src="https://owncast.online/images/logo.svg"
class="leaderboard__picture"
/>
<span class="leaderboard__name">Fix parsing of Authorization Bearer header</span>
<span class="leaderboard__value">

</span>
</article>
</a>

<a href="https://github.com/owncast/owncast/issues/3373" target="_blank">
<article class="leaderboard__profile">
<img
Expand Down Expand Up @@ -99,13 +138,13 @@ <h3>To Do</h3>
</article>
</a>

<a href="https://github.com/owncast/owncast/issues/3210" target="_blank">
<a href="https://github.com/owncast/owncast/issues/3271" target="_blank">
<article class="leaderboard__profile">
<img
src="https://owncast.online/images/logo.svg"
class="leaderboard__picture"
/>
<span class="leaderboard__name">Embed heights seem to still be off</span>
<span class="leaderboard__name">Mobile action menu button does not scroll</span>
<span class="leaderboard__value">

<span
Expand All @@ -114,12 +153,30 @@ <h3>To Do</h3>
>bug</span
>

<span
class="issue-tag"
style="background-color: #7057ff"
>good first issue</span
>

<span
class="issue-tag"
style="background-color: #e0db53"
>Web frontend</span
>

<span
class="issue-tag"
style="background-color: #D93F0B"
>hacktoberfest</span
>

<span
class="issue-tag"
style="background-color: #5474CB"
>mobile</span
>

</span>
</article>
</a>
Expand Down

0 comments on commit 7893df7

Please sign in to comment.