TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Savedreplies.io – start using canned response everywhere

2 pointsby mike97about 6 years ago

2 comments

mike97about 6 years ago
Hi guys,<p>I&#x27;ve just finished my MVP and I would like to get some feedback, it&#x27;s a desktop app(right now working only on windows, we have plans to release it for macOS after some validation)<p>Value proposition: &quot;Offering support or doing marketing&#x2F;sales on social media&#x2F;forums&#x2F;skype can be a very repetitive task or if you work in a big company offering support it may be hard to remember the canned responses that were set by someone else, this is why we come up with SavedReplies, using it you can start using the same canned responses everywhere on your computer.&quot;<p>This is mostly intended for people who support or do marketing&#x2F;sales on social media&#x2F;forums and other types of sites like the one mentioned, anyway, if you are interested I can provide more info
onion2kabout 6 years ago
Your website&#x27;s menu doesn&#x27;t work. theme.js is replacing the browser&#x27;s click listener on each of the menu a tags with a call to the &quot;smoothScrolling&quot; function. That function scrolls the page down to an element that has a &quot;name&quot; attribute that matches the hash, but you&#x27;ve used id attributes on them instead.<p>FYI you could replace that entire block of code with &quot;html { scroll-behavior: smooth; }&quot; in your site&#x27;s CSS and get the same effect without needing any JS code at all.
评论 #19787018 未加载