hisownspace / slacker

0 stars 0 forks source link

use localstorage to persist the user's previous workspace channel #1

Open hisownspace opened 5 months ago

hisownspace commented 5 months ago

Right now, when a user changes their workspace, the client checks the store to see the last channel they visited in this workspace. Since the state is erased every time the browser is refreshed, this functionality should be implemented using local storage instead.