Closed as not planned
Description
I'm making this issue to document some of the problems with the existing MobileIDEView
(and other mobile components) and keep track of them as I fix them. There are a lot of features that haven't been implemented, but I'm focusing more on bugs and mistakes.
Note that none of the mobile UI is available to end users at the moment due to the MOBILE_ENABLED
flag, which is false
in production.
- 1. Theme not applied to Preferences:
Fixed by Fix problems inMobileIDEView
(#2184) #2185
- 2. 404 Not Found error when accessing
/preferences
directly:
These URLs need to be added to theserver
in addition to theclient
. Which is simple enough, but also annoying and feels fragile.
- 3. App crashes when selecting Theme due to invalid value
"Dark"
instead of"dark"
.
This gets saved to the user's preferences in the API and cannot be fixed by the user.
Fixed by Fix problems inMobileIDEView
(#2184) #2185
- 4. Prop-types warnings:
Fixed by Fix problems inMobileIDEView
(#2184) #2185
- 5. Props passed to
PreviewFrame
which don't do anything, because that component only accepts one prop (fullView
):
Fixed by Fix problems inMobileIDEView
(#2184) #2185