refactor: Rename panels.js to navbar_alerts.js as it better explains it.

This commit is contained in:
Riken Shah
2021-05-17 08:01:02 +00:00
committed by Tim Abbott
parent 2fce386657
commit 51e24519b8
10 changed files with 40 additions and 36 deletions

View File

@@ -15,9 +15,9 @@ import * as message_view_header from "./message_view_header";
import * as muting from "./muting";
import * as narrow from "./narrow";
import * as narrow_state from "./narrow_state";
import * as navbar_alerts from "./navbar_alerts";
import * as navigate from "./navigate";
import * as overlays from "./overlays";
import * as panels from "./panels";
import * as people from "./people";
import * as popovers from "./popovers";
import * as recent_senders from "./recent_senders";
@@ -689,7 +689,7 @@ export function hide() {
// Fixes misaligned message_view and hidden
// floating_recipient_bar.
panels.resize_app();
navbar_alerts.resize_app();
// This makes sure user lands on the selected message
// and not always at the top of the narrow.