Thomas Gerbet (tgerbet)2023-01-09 13:58 This was solved with request #29622. Status changed from Verified to ClosedClose date set to 2023-01-09
Robert Vogel (rvogel)2022-12-01 08:39 FYI: We require "@tuleap/project-sidebar": "^2.0.0" which didn't receive an update recently
Robert Vogel (rvogel)2022-12-01 08:38 Yes, this is most likely connected to #29622. We retrieve the user specific styles together with the "project sidebar". The variable values you found in the skin's repos are just defaults. They get overwritten with what we retrieve form the REST API. There are actually some variables includes that war not used in the skin. We will remove them. But we will still need to rely on variables that are passed by the REST API. The variable names must therefore be considered to be a "public interface". I don't see any way around this. The "project-sidebar component" itself should not be affected by future changes, as the rendering is completely done by your implementation anyways.