braidchat / planning

2 stars 0 forks source link

client should show join-group gateway on public group pages when not logged in #382

Closed rafd closed 6 years ago

rafd commented 7 years ago

Currently, if you visit a public group url (ex. https://braid.chat/groups/568d99c5-8ecd-4bd2-b8d2-35242f03c741 ), the log-in gateway form is shown (A), and when you log-in (and aren't yet part of the group), it shows the join-group gateway form (B).

(A)

screenshot 2017-05-30 15 35 24

(B)

screenshot 2017-05-30 15 36 19

Instead of (A) it should show the join-group form (C) right away:

(C)

screenshot 2017-05-30 15 38 34

The join-group form will need additional logic so that a user is automatically navigated through to the group if they are logged in and part of the group (like the log-in form works).

This whole thing will be a non-issue once https://github.com/braidchat/planning/issues/381 is implemented.