-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[web] Remove layout slot no longer needed
At #781, the Sidebar was created directly from the Layout by using a slot for teleporting its content from outside. That was needed because the Layout was moved to a provider. Later, #796 restored the previous behavior of mounting both, the Sidebar and the Layout, from src/App.jsx instead of having "content components" in the providers, which was weird if not wrong. However, the slot created for the Sidebar content was not removed and it was creating an empty div node between the sidebar and the main content. Although it wasn't producing any visible side effect in the UI, it has been removed since it is actually no longer needed.
- Loading branch information
Showing
1 changed file
with
26 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters