### Known Issues - [ ] **Cosmetic Issue**: Selection width in settings modal **(Language: HTML and CSS)** - This is a flexbox rendering issue (Setting the width to auto in the css makes it legible but it should be full width) - [ ] **BUG (<5.05)**: Circle button does not work correctly on subsequent uses after closing the browser for the first time - This is because window.history becomes immutable in certain cases - Bypassing the themeless-redirect and theme-loader, just loading on the PlayStation domains, has the same error - [X] Built "Failsafe" option, if window.history.state is null, add `[Back]` button and rework modal triggers ### Pre-v0.5.2 - [ ] Update README.md and FAQ.md ### 0.5.2 - [ ] Fix API Calls **(Language: Python)** - [X] GET - [X] /api/menu (JSON) - [X] /api/serverip (Plain) - [X] /api/themes (JSON) - [X] /api/pkglist (JSON) - [X] /api/settings/view (JSON) - [X] /api/static (Plain) - [X] /debug/var/* (200 Plain or 404 Empty) - [X] /debug/varclear (None) - [X] /debug/clearlogs (None) - [ ] POST - [ ] /api/settings/edit (JSON -> JSON) - [X] /debug/jserrorlog (JSON -> NONE) - [ ] /debug/filedump - [ ] /debug/filedelete - [ ] /debug/vardump - [X] /debug/var/* (Plain -> Plain) ### 0.5.3 - [ ] Default Theme Tweaks **(Language: HTML, CSS, and JS)** - [ ] Add "Always Use Redirect" option - [ ] Remove tabindex from buttons when modal is open - [ ] DPad to select dropdown menu buttons - [ ] Build Alert/News system, toasts need to stack/slide up - [ ] Popstate Handler for browser's "Back Button" (For PC Browsers) - [ ] Update Bootstrap or go back to 3.3.7 for compatibility (?) or remove it completely - [ ] Use Bootstrap for overlays. Just us Bootstrap more in general vs custom CSS - [ ] Choose better Colors/Typefaces/Sizes/etc - [ ] New images for holidays and rotational - [ ] Allow for `rpi.html` and `ps4update.html` customization **(Language: Python)** - [ ] RPI Tweaks **(Language: HTML, CSS, and JS)** - [ ] Add smart validation - [ ] Add parsed "smart" responses vs raw JSON - [ ] Add exists page - [ ] Pagify PKG list - [ ] Add saved/source URLs
Known Issues
[Back]button and rework modal triggersPre-v0.5.2
0.5.2
0.5.3
rpi.htmlandps4update.htmlcustomization (Language: Python)