Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework playback architecture to use dispatcher #50

Merged
merged 16 commits into from
Mar 8, 2024
Next Next commit
Minor UI Padding
ks0m1c_dharma committed Mar 4, 2024
commit e1cee033d4c97555e85a3c1bcfaee975183aa5f5
1 change: 1 addition & 0 deletions lib/vyasa_web/live/source_live/index.html.heex
Original file line number Diff line number Diff line change
@@ -17,3 +17,4 @@
</:col>
</.table>

<span :if={@streams.sources |> Enum.count() < 10} class="block h-96"/>
2 changes: 2 additions & 0 deletions lib/vyasa_web/live/source_live/show.html.heex
Original file line number Diff line number Diff line change
@@ -29,3 +29,5 @@ row_click={fn {_id, chap} -> JS.navigate(~p"/explore/#{@title}/#{chap.no}") end}
</.table>

<.back navigate={~p"/explore/"}>Back to All Sources</.back>

<span :if={@streams.chapters |> Enum.count() < 10} class="block h-96"/>