jtormey / lax

A minimal Slack clone built with Elixir & Phoenix LiveView
52 stars 5 forks source link

Add leave/join channel actions for native #21

Closed carson-katri closed 1 month ago

carson-katri commented 1 month ago

Closes #13

This is built-in to the ChatLive.SwiftUI module to work around the lack of LiveComponents in LVN.

https://github.com/user-attachments/assets/0c101781-8b79-4d6a-9222-b037f2c0e092

carson-katri commented 1 month ago

I've added the create channel form as well:

https://github.com/user-attachments/assets/78335f37-9af1-43ed-8f0e-e6b70ed7bab9

carson-katri commented 1 month ago

I've updated the new channel form to use an alert modifier for its interface.

https://github.com/user-attachments/assets/0aad7273-f0d1-45d1-878e-e97a9d5b8a01