When I want to see the comments in a task and I chose “Full Screen” mode from the menu, I really want to utilize the whole screen NOT just approximately half of it (I have a large display).
The reason that this is helpful, is that often we may paste looong lines in the comment (eg from system-log files) and those are much better seen if the full width of the screen is used so the lines do not wrap.
Surely a responsive interface is not too difficult to implement. It would make the UX infinitely better with very little effort. I’m disappointed that this hasn’t been done already, and concerned that this is an indicator of the lack of progress being made to improve the software.
Old topic, but still unfixed. As a developer with 2560 pix screen it is quite annoying that the full screen mode is fixed at 900 pixels, i.e. utilizing just center 33% of the screen. Even worse on 4K monitors.
However if you are technically inclined (or have a friendly frontend developer sitting nearbly) there is a hack you can use with Chrome:
Open Asana in Full Screen view
Select “Tools” → “Developer Tools” from the “Chrome” menu (or right-click anywhere on page and select “Inspect”
Select “Sources” → “Overrides” → “Enable local overrides”
Chrome asks for a folder where to save the override, you can choose any folder. Then a banner should appear on top of chrome asking for permission to save to this location.
Select “Elements” and scroll down to “<div class=Pane FocusModePage-taskPane”>", at same time you should see the task card highlighted
On bottom right of screen you should see “Styles”, and in there
.FocusModePage-taskPane {
-webkit-box-flex: 0;
flex: 0 1 900px;
…
Change that 900 value to 1500 or whatever looks nice on your screen
The change should persist across sessions, and if not just go back to Developer Tools → Sources → click again on “Enabe local overrides”.
There are also Chrome Plugins like Stylebot that should be able to achieve the same.
thanks for the interesting solution. Unfortunately I want to stick with firefox for now. Is there a similar solution for firefox that anybody knows? (I can google obviously, so I might do that at a later stage and reply back if so)
There was an A/B test running with some different task view options. @Forum-team, I couldn’t find any info on the state of the test or ultimate decision. Is this released? Can you help?