Steve Howell
ee9612c927
css: Hover individual topic rows.
...
Hovering the entire block was confusing.
2019-03-14 13:54:35 -07:00
Steve Howell
028715099e
minor: Remove unneeded "arrow" class.
...
The previous commits made the "arrow" class no longer
necessary for these left sidebar elements.
The "arrow" class was always a bit dangerous, as bootstrap
has a class by the same name for a different concept.
We weren't really using consistent styling for "arrow"
across all our chevrons, so even without bootstrap in
play, it was just creating complexity.
2019-03-04 15:35:40 -08:00
Steve Howell
c293e37237
unread: Rename zero-subject-unreads to zero-topic-unreads.
2018-12-29 14:18:32 -08:00
Tim Abbott
5e968ce30d
stream_list: Use data-topic-name for topic names.
...
The name data-name was ambigious.
2017-08-16 18:03:44 -07:00
Aditya Bansal
2d6101bf8c
topic_list_item.handlebars: Upgrade font-awesome icon style.
2017-06-08 14:07:28 -07:00
Saurav Pratihar
9ab4b3b6cc
topics: Add tooltip showing full topic name in left sidebar.
...
This is useful if the topic name is too long and thus is cut off for
display purposes.
Fixes #3979 .
2017-03-09 11:12:32 -08:00
Steve Howell
7c1711179c
Rename subject_count class to topic-unread-count.
2016-11-14 16:16:55 -08:00
Steve Howell
b0a8e4befe
topic lists: Rebuild DOM when we zoom in or zoom out.
...
This change sets the stage to reload more topics from the back
end when we zoom in, and it slims the DOM for the typical use
case of being zoomed out.
2016-11-10 15:55:31 -08:00
Steve Howell
debc06b449
Rename subject-name to topic-name and move CSS to left-sidebar.css.
2016-11-05 15:03:29 -07:00
Steve Howell
06fe4bc943
Rename subject_box to pm-box/topic-box.
...
I'm not crazy about the names pm-box and topic-box, but they
are less confusing now.
2016-11-05 15:03:29 -07:00
Steve Howell
b1f288dddb
topic lists: Rename expanded_subject to topic-list-item.
2016-11-05 15:03:29 -07:00
Steve Howell
aca6ba182e
Render topic list items individually.
...
This is a precursor to being able to find topic list
items without the complexity of iterate_to_find().
2016-11-01 19:30:41 -07:00