mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
hotspots: Replace stream_settings with intro_streams and intro_topics.
This commit is contained in:
@@ -18,16 +18,21 @@ var HOTSPOT_LOCATIONS = {
|
||||
offset_y: 0.7,
|
||||
popover: BOTTOM,
|
||||
},
|
||||
intro_streams: {
|
||||
element: '#streams_header .sidebar-title',
|
||||
offset_x: 1.35,
|
||||
offset_y: 0.39,
|
||||
},
|
||||
intro_topics: {
|
||||
element: '.topic-name',
|
||||
offset_x: 0.8,
|
||||
offset_y: 0.39,
|
||||
},
|
||||
intro_compose: {
|
||||
element: '#left_bar_compose_stream_button_big',
|
||||
offset_x: 0,
|
||||
offset_y: 0,
|
||||
},
|
||||
stream_settings: {
|
||||
element: '#streams_inline_cog',
|
||||
offset_x: 0.5,
|
||||
offset_y: 0.5,
|
||||
},
|
||||
};
|
||||
|
||||
// popover illustration url(s)
|
||||
|
||||
Reference in New Issue
Block a user