Content
View differences
Updated by Judith Roth almost 2 years ago
I'm currently working on https://community.openproject.org/projects/openproject/work\_packages/49212 . The design for this ( https://www.figma.com/design/6RzNWrc8jpqhE7jpaCXsGB/Multi-project-selector?node-id=691-18178&t=ORHIHtaw8uRw2ub8-0 ) has some nice spacing between the page title and its tab navigation:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/111910/content">
However, in all other places using the tab navigation, there is no such spacing yet:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/111911/content">
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/111912/content">
In my eyes, the design does look indeed better than what we have implemented so far.
But I also think we should stay consistent throughout the application with such design choices. For one, it looks more professional to users to be consistent. For the other, it's also less effort to update the code and adapt styles if at some point in the future we want to change the look and feel of the application.
Do you prefer to
A) globally add more spacing between the title and the tabs
B) also ignore the spacing for the "Administration / File Storages / <specfic storage>" view
C) something else (please tell us here :) )
**Decision**
We go with Option A) globally add more spacing between the title and the tabs (implementation in the primer repo)
However, in all other places using the tab navigation, there is no such spacing yet:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/111911/content">
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/111912/content">
In my eyes, the design does look indeed better than what we have implemented so far.
But I also think we should stay consistent throughout the application with such design choices. For one, it looks more professional to users to be consistent. For the other, it's also less effort to update the code and adapt styles if at some point in the future we want to change the look and feel of the application.
A) globally add more spacing between the title and the tabs
B) also ignore the spacing for the "Administration / File Storages / <specfic storage>" view
C) something else (please tell us here :) )
**Decision**
We go with Option A) globally add more spacing between the title and the tabs (implementation in the primer repo)