Skip to content

Hide both conceptList and navbar when creating assessments

Antoine Estienne requested to merge hideComponentsOnAssessmentCreation into master

Feature Merge Request

Related Issue

resolves #283 (closed)

Description of Feature

The navbar & the existing concepts should not be displayed when the user is creating an assessment

Motivation and Context

Not to distract users

Related Tasks

Capture_d_écran_2018-08-01_à_16.34.19

Implementation

So I hid the conceptList using the local state (selectedConceotAddress) but the navbar using CSS, since its out of local state and is not worth bringing up the component hierarchy imo


Merge request reports