Workarea 3.0.14
Fixes Admin Content Asset Links Not Using CDN
Workarea 3.0.14 modifies links to content assets within the Admin to use the correct asset host (e.g. a CDN for production environments), via the url_to_asset
helper.
Issues
Pull Requests
Commits
Fixes Admin "Small" Number Fields Obscuring Value
Workarea 3.0.14 fixes the display of text-box--small elements of type number in the Admin. The browser's "spinner" UI was obscuring the value of these fields. This change widens these fields to resolve the issue.
Issues
Pull Requests
Commits
- 345eacb26a20c62770309372830593000f22e4f1
- 0db48a7e2d7bde4a601a0dd20a0678be32f14c42
- e31cb1a7d0fe15cb3792b832c6d4eecb019add99
Improves Admin Releases Calendar by Varying Release Colors
Workarea 3.0.14 modifies the Admin releases calendar, varying the color of each release represented on the calendar. This improves the usability of the calendar when multiple releases are visible on the same screen. The color of each release is determined programmatically, based on the name of the release.
Issues
Pull Requests
Commits
Improves Presentation of Date-Time-Pickers in Releases Admin
Workarea 3.0.14 modifies two releases views in the Admin to improve the presentation of adjacent date-time-picker controls.
Issues
Pull Requests
Commits
Adds "Rounded" Admin Boxes
Workarea 3.0.14 adds a rounded modifier for use with the Admin box component.