Reverting to the old Slack UI
Bruno Bossola
[email protected], 35+ years of software engineering experience, Java Champion. Passionate about Java, cybersecurity, OO, and agile methodologies.
A lot of people really hate the new Slack UI, including myself. It wastes a lot of screen estate and it makes workspaces way more difficult to use. As of today, even after a petition on change.org, Slack still does not show any sign of considering rolling back the change (or at least fixing the awful new workspace UX).
Well, if you are a Linux (or Mac) developer and you want to revert to the old #slack #ui, even for just a session, you can. Well, it probably works also on Windows but, uh, I do not have any :)
Please follow this guide at your own risks, no liabilities accepted.
Using the desktop application:
killall slack
export SLACK_DEVELOPER_MENU=true
slack >/dev/null 2>&1 &
localStorage.setItem("localConfig_v2", localStorage.getItem("localConfig_v2").replace(/\"is_unified_user_client_enabled\":true/g, '\"is_unified_user_client_enabled\":false'))
Using the browser
If you are using a browser, you can just open the JS console of the browser and run the command that changes the localStorage entity
A word of caution
Please note that: