Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Show topic level bookmark with reminder modal #9336

Merged
merged 4 commits into from Apr 7, 2020

Conversation

martin-brennan
Copy link
Contributor

@martin-brennan martin-brennan commented Apr 2, 2020

  • When using the topic-level bookmark button or shortcut, we now show the bookmark with reminder modal for consistency.
  • When hovering on a bookmark reminder notification where the bookmark has a name, show the name of the bookmark on hover.

* this is so users get the same functionality bookmarking a topic
  (which bookmarks the first post) as they would when bookmarking
  the post itself

// make sure the input is cleared, otherwise the keyboard shortcut to toggle
// bookmark for post ends up in the input
setTimeout(() => this.set("name", null));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same remark as on the other PR: never setTimeout

@martin-brennan martin-brennan merged commit 42c2678 into master Apr 7, 2020
@martin-brennan martin-brennan deleted the issue/topic-level-bookmark-with-reminder branch April 7, 2020 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants