feat(idevice): create idevice category and first commands

Implemented the /idevice command with a dropdown for troubleshooting options and added the /noapps command to assist users when apps aren't showing in the installed apps view. Updated TODO.md to reflect completed tasks.
This commit is contained in:
neoarz
2025-09-19 20:14:02 -04:00
parent 8009c59d46
commit a0a85d877a
3 changed files with 124 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
# Todo List for Syntrel
[ ] Finish [idevice commands](https://github.com/jkcoxson/idevice/blob/master/idevice/src/lib.rs#L522)
> [ ] Add /idevice command
>
> [ ] Add /idevice-pair command
> [X] Add /idevice command
>
> [ ] Add /no apps command
> [X] Add /no apps command
>
> [ ] Add rest of the errors yikes
[ ] Add unit tests