mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
onboarding: Redesign intro_reply hotspot in bottom whitespace.
This is a trial to have the first reply hotspot in the bottom whitespace (and stick there until "Got it!" is pressed). Tweaked by tabbott to clean it up a bit. Still needs more work on the visuals.
This commit is contained in:
@@ -827,6 +827,12 @@ run_test('handlebars_bug', () => {
|
||||
assert($(html).hasClass('pill'));
|
||||
}());
|
||||
|
||||
(function intro_reply_hotspot() {
|
||||
var html = render('intro_reply_hotspot', {});
|
||||
|
||||
assert($(html).hasClass('hotspot-message'));
|
||||
}());
|
||||
|
||||
(function invite_subscription() {
|
||||
var args = {
|
||||
streams: [
|
||||
|
||||
Reference in New Issue
Block a user