From 27e061c355173db7c9df924594d7158fa7be7965 Mon Sep 17 00:00:00 2001
From: liyasthomas
-[](CODE_OF_CONDUCT.md) [](https://hoppscotch.io) [](https://travis-ci.com/hoppscotch/hoppscotch) [](https://twitter.com/share?text=%F0%9F%91%BD%20Hoppscotch%20%E2%80%A2%20Open%20source%20API%20development%20ecosystem%20-%20Helps%20you%20create%20requests%20faster,%20saving%20precious%20time%20on%20development.&url=https://hoppscotch.io&hashtags=hoppscotch&via=hoppscotch_io) +[](CODE_OF_CONDUCT.md) [](https://hoppscotch.io)  [](https://twitter.com/share?text=%F0%9F%91%BD%20Hoppscotch%20%E2%80%A2%20Open%20source%20API%20development%20ecosystem%20-%20Helps%20you%20create%20requests%20faster,%20saving%20precious%20time%20on%20development.&url=https://hoppscotch.io&hashtags=hoppscotch&via=hoppscotch_io)
@@ -522,7 +522,7 @@ Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDU
## **Continuous Integration**
-We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.com/hoppscotch/hoppscotch).
+We use [GitHub Actions](https://github.com/features/actions) for continuous integration. Check out our [Build Workflows](https://github.com/hoppscotch/hoppscotch/actions).
## **Changelog**
From af9c7e0aff550de8c6998062d44e5324afd83262 Mon Sep 17 00:00:00 2001
From: liyasthomas
Whoosh this away to dismiss.",
- // {
- // icon: "",
- // duration: 0,
- // theme: "toasted-ad",
- // action: [
- // {
- // text: "Sponsor",
- // icon: "chevron_right",
- // onClick: (_, toastObject) => {
- // localStorage.setItem("showAd", "no")
- // toastObject.goAway(0)
- // window.open("https://github.com/sponsors/hoppscotch")
- // },
- // },
- // ],
- // onComplete() {
- // localStorage.setItem("showAd", "no")
- // },
- // }
- // )
- // }, 8000)
- // }
+ const showAd = localStorage.getItem("showAd") === "no"
+ if (!showAd) {
+ setTimeout(() => {
+ this.$toast.clear()
+ this.$toast.show(
+ "Sponsor us to support Hoppscotch open source project 💖
Whoosh this away to dismiss.",
+ {
+ icon: "",
+ duration: 0,
+ theme: "toasted-ad",
+ action: [
+ {
+ text: "Donate",
+ icon: "chevron_right",
+ onClick: (_, toastObject) => {
+ localStorage.setItem("showAd", "no")
+ toastObject.goAway(0)
+ window.open("https://fundoss.org/collective/hoppscotch")
+ },
+ },
+ ],
+ onComplete() {
+ localStorage.setItem("showAd", "no")
+ },
+ }
+ )
+ }, 6000)
+ }
// let showExtensionsToast = localStorage.getItem("showExtensionsToast") === "yes"
// if (!showExtensionsToast) {