Page MenuHomePhabricator

[web] Move navigation panel from the sidebar to a topbar
AbandonedPublic

Authored by inka on Jan 22 2023, 10:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 3, 4:14 PM
Unknown Object (File)
Wed, Apr 3, 4:12 PM
Unknown Object (File)
Tue, Apr 2, 11:49 PM
Unknown Object (File)
Mar 2 2024, 2:00 PM
Unknown Object (File)
Feb 26 2024, 12:46 AM
Unknown Object (File)
Feb 18 2024, 2:13 AM
Unknown Object (File)
Feb 17 2024, 10:37 PM
Unknown Object (File)
Feb 17 2024, 8:11 PM
Subscribers

Details

Summary

Linear issue: https://linear.app/comm/issue/ENG-2739/move-navigationpanel-from-the-sidebar-to-a-top-bar
Due to this change the LeftLayoutAside is no longer needed, and the styles for the AppSwitcher, SettingsSwitcher and NavigationPanel should be moved out of left-layout-aside.css, and more importantly all of those should be moved out of web/sidebar. But this diff is quite big as it is, so I'll do that in following diffs.

Test Plan

Run web app, check that the top bar displayes correctly in Inbox and in Settings. Check that calendar filters display correctly, check that removing the calendar app works fine.

Diff Detail

Repository
rCOMM Comm
Branch
inka/community_drawer_web
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.Jan 22 2023, 10:33 AM
inka retitled this revision from Move navigation panel from the sidebar to a topbar to [web] Move navigation panel from the sidebar to a topbar.Jan 22 2023, 11:01 AM
inka edited the summary of this revision. (Show Details)
inka planned changes to this revision.Jan 23 2023, 5:58 AM

The settings tab is actually supposed to stay as it was, I'll have to do this differently