You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently two ways to obtain a display of the route statistics. One is via the modal when the user clicks on a route or searches for it. The second is clicking on the link to display more detailed information.
.../route-stats/9
or
.../map
While the intent is to eventually provide further details on the route-stats page, there is repeated information. The problem is these elements do not use the same CSS styling class names. This adds complexity to the code and will cause a change to only appear in one place. The elements should use the same class name on the various places. If a difference in styling is required CSS selectors should be used to accomplish this. This issue might be resolved as part of another issue when the CSS is modified to reduce the vertical white space on mobile devices.
The text was updated successfully, but these errors were encountered:
There are currently two ways to obtain a display of the route statistics. One is via the modal when the user clicks on a route or searches for it. The second is clicking on the link to display more detailed information.
.../route-stats/9
or
.../map
While the intent is to eventually provide further details on the route-stats page, there is repeated information. The problem is these elements do not use the same CSS styling class names. This adds complexity to the code and will cause a change to only appear in one place. The elements should use the same class name on the various places. If a difference in styling is required CSS selectors should be used to accomplish this. This issue might be resolved as part of another issue when the CSS is modified to reduce the vertical white space on mobile devices.
The text was updated successfully, but these errors were encountered: