Commit Graph

5 Commits

Author SHA1 Message Date
jordi fita mas 9a100b44c9 Fix formatting and remove unused imports 2024-06-16 00:40:52 +02:00
jordi fita mas fadb56f06b Remove manual call to enableComplementaryArea from Sidebar
There is no need for me to call this function, because
ComplementaryArea already does it for me when isActiveByDefault is
true.
2024-06-15 03:37:34 +02:00
jordi fita mas 6fa048cf62 Set icon to sidebar’s complementary area 2024-06-15 03:37:34 +02:00
jordi fita mas e39ee28b9f Move enableComplementaryArea call to Sidebar
It makes more sense, i believe, to enable the sidebar complementary
area from within the sidebar component, as this is called when the
component is included in the hierarchy.

I also moved the scope string to a constants file, so i can find where
it is used with code analysis instead of relaying on grep.
2024-06-15 03:37:34 +02:00
jordi fita mas 9916afc768 Add the side bar with all the “complementary area” added complexity 2024-06-14 20:36:37 +02:00