Kylir's April Scrum
kylir.com/april
1024 UI / Field Mode (#2308)
- Demo
- Removed "full screen mode". Made lots of enhancements/fixes.
- Scrolling does not work with iOS and Android browsers
- The Silverlight map hides the menu in non-Firefox browsers
- Ideas: Menu icons, "special menus", replace other menus, small touch ups
Inspection Observations with Radio Buttons (#2648)
- Linear observations
- Branched observations
- Set the "InspObservationsRadioButtons" domain or user preference to "Y"
- I don't understand the problem this enhancement solves. Is this the right solution?
Error Pages
- Missing Page (404)
- Error Page
- Configurable via Web.config:
<customErrors mode="RemoteOnly" defaultRedirect="~/Error/index.html"> <error statusCode="404" redirect="~/Error/404.html" /> </customErrors>