floating_recipient_bar: Replace with sticky header.

This commit is contained in:
Aman Agrawal
2022-12-19 08:16:05 +00:00
committed by Tim Abbott
parent 00be770d38
commit 4dfe3d36e0
18 changed files with 161 additions and 485 deletions

View File

@@ -10,7 +10,7 @@ function update_table_stream_color(table, stream_name, color) {
// so that we only have color in the headers.
const style = color;
const $stream_labels = $("#floating_recipient_bar").add(table).find(".stream_label");
const $stream_labels = table.find(".stream_label");
for (const label of $stream_labels) {
const $label = $(label);