henkaku-center / henkaku-nengajo-frontend

https://nengajo.henkaku.org/
8 stars 14 forks source link

Move "disconnect button" to Header component. #52

Closed imaichiyyy closed 1 year ago

imaichiyyy commented 1 year ago

I think the "disconnect button" should be moved to the header. (but only the disconnect button) The reason is that although it is a required feature for users, it is not a high priority.

alecrem commented 1 year ago

I agree!

I guess this means making a new Disconnect component, which only returns (shows) something if the user is connected. And changing the Connect component so that it only returns something if the user is disconnected.

imaichiyyy commented 1 year ago

Yes, exactly!