* refactor: Unit sidebar to create the TagsSidebar * feat: Structure of TagsSidebar and TagsTree * feat: Adding styles to the TagsTree * feat: TagsSidebarHeader created * feat: Add count on TagsSidebarHeader * test: Tests for new components added * style: Update tags count with opacity when the count is zero * refactor: Extract tag count component as generic * refactor: Transform Sidebar to a wrapper component --------- Co-authored-by: Rômulo Penido <romulo@opencraft.com>
10 lines
393 B
SCSS
10 lines
393 B
SCSS
@import "./help-sidebar/HelpSidebar";
|
|
@import "./course-upload-image/CourseUploadImage";
|
|
@import "./sub-header/SubHeader";
|
|
@import "./section-sub-header/SectionSubHeader";
|
|
@import "./processing-notification/ProccessingNotification";
|
|
@import "./create-or-rerun-course/CreateOrRerunCourseForm";
|
|
@import "./WysiwygEditor";
|
|
@import "./course-stepper/CouseStepper";
|
|
@import "./tag-count/TagCount";
|