Listen @element I like Element X, it's pretty and fast, but why is that the default to push people to when it's not done? Where is device management? Where are / commands? Where's half the useful features of Element Classic?
@strongthany device management is “Manage account & devices” in settings. It requires your server to be using Matrix Auth Service though, as Element X only implements the latest APIs, shedding a lot of the legacy cruft from Element Classic. Slash commands on EXA are at https://github.com/element-hq/element-x-android/pull/6482 although they are an easter-egg (literally in this case 🐰); EX tries to be more mainstream-friendly than Element Classic, while also supporting powerusers.
Add support for slash commands (under Feature Flag) by bmarty · Pull Request #6482 · element-hq/element-x-android

Content This is adding support for a few slash command. There is a feature flag, which is not enabled by default. Some command are working, some are not supported. Some command may behave wrongly ...

GitHub