Skip to content

Commit

Permalink
content: updated update page
Browse files Browse the repository at this point in the history
  • Loading branch information
Acorn221 committed Nov 6, 2023
1 parent 1d4503f commit 5602f0a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lighter-fuel-for-tinder",
"displayName": "LighterFuel for tinder",
"version": "1.4.9",
"version": "1.5.0",
"description": "LighterFuel helps you see when accounts were created, see enlarged photos and reverse image search photos!",
"author": "James",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ browser.runtime.onInstalled.addListener(async (object) => {
},
},
]);
} else if (object.reason === chrome.runtime.OnInstalledReason.UPDATE) {
browser.tabs.create({ url: browser.runtime.getURL('tabs/review.html') });
}
}
chrome.runtime.setUninstallURL('https://j4a.uk/projects/lighterfuel/uninstall');
Expand Down
25 changes: 22 additions & 3 deletions src/tabs/review.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,25 @@ const Review = () => (
<img src={logo} className="m-auto max-h-[20em] max-w-[20em]" alt="logo" />
<div className="flex-1 flex justify-center align-middle flex-col gap-4">
<div className="underline text-3xl text-center">Lighterfuel Updates</div>
<div className="text-xl">
<div className="text-xl overflow-auto max-h-96">
<b>v1.5.0:</b>
<br />
<br />
I&apos;ve fixed the bug that was causing the extension to not work for non english speaking users.
<br />
<br />
If Lighterfuel was broken for you and now works, please leave a positive review!
<br />
<br />

If you are still encountering errors, tell me via the feedback button in the extension, or emailing
{' '}
<a href="mailto:help@j4a.uk">help@j4a.uk</a>
.
<br />
<br />
<b>v1.4.9:</b>
<br />
Hi Everyone, Tinder has stopped sending the dates of when the photos were uploaded, however the account creation date is still being sent, so the age of the account is still accurate.
<br />
<br />
Expand All @@ -20,8 +38,9 @@ const Review = () => (
<br />
<br />
</div>
<a href="https://chrome.google.com/webstore/detail/lighterfuel-for-tinder/bmcnbhnpmbkcpkhnmknmnkgdeodfljnc/reviews" target="_blank" rel="noreferrer" className="btn btn-lg btn-wide btn-success m-auto hover:scale-105">
Leave a review
<a href="https://chrome.google.com/webstore/detail/lighterfuel-for-tinder/bmcnbhnpmbkcpkhnmknmnkgdeodfljnc/reviews" target="_blank" rel="noreferrer" className="btn btn-lg btn-wide btn-success m-auto hover:scale-105 flex justify-center align-middle flex-col gap-4">
<div className="m-auto">Leave a review</div>
<img className="m-auto" src="https://camo.githubusercontent.com/0b3c88f2d028d56528ad864625393d63fbadc239d643db76e789ed88fa11aaae/68747470733a2f2f696d672e736869656c64732e696f2f6368726f6d652d7765622d73746f72652f73746172732f626d636e62686e706d626b63706b686e6d6b6e6d6e6b6764656f64666c6a6e63" />
</a>
</div>

Expand Down

0 comments on commit 5602f0a

Please sign in to comment.