Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/1043
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 9, 2024
1 parent 68b0f88 commit 60b40cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion deps.git
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ paginator = "https://github.com/bonfire-networks/paginator"
# phoenix_live_view = "https://github.com/phoenixframework/phoenix_live_view"

# live_view_native = "https://github.com/bonfire-networks/live_view_native#wip"
live_view_native_stylesheet = "https://github.com/bonfire-networks/live_view_native_stylesheet"

# TEMP: use surface from main which has components removed and moved to seperare lib
# surface = "https://github.com/surface-ui/surface#80d684dda38ac62e2818a6f519febfda2088488f"
Expand All @@ -90,4 +91,4 @@ forecastr = "https://github.com/bonfire-networks/forecastr"
# image = "https://github.com/elixir-image/image"

ex_cldr_territories = "https://github.com/elixir-cldr/cldr_territories"
# temp ^ until next release
# temp ^ until next release
4 changes: 2 additions & 2 deletions lib/web/views/home_live.swiftui.neex
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
</Text>


<.link navigate="/app">
<Button style={"buttonStyle(.bordered)"}>
<.link navigate="/app">
Sign in
</Button>
</.link>
</Button>

<%!-- <%= if @feed_component_id do %>
<.stateful_component
Expand Down

0 comments on commit 60b40cd

Please sign in to comment.