Rebrand to Leagues Tools
All checks were successful
Build & Deploy OS League Tools / build-and-deploy (push) Successful in 35s
All checks were successful
Build & Deploy OS League Tools / build-and-deploy (push) Successful in 35s
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
/>
|
/>
|
||||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
<title>OS League Tools</title>
|
<title>Leagues Tools</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"short_name": "OS League Tools",
|
"short_name": "Leagues Tools",
|
||||||
"name": "OS League Tools",
|
"name": "Leagues Tools",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ export default function FeedbackModal({ isOpen, setIsOpen }) {
|
|||||||
onSubmit={() => setIsOpen(false)}
|
onSubmit={() => setIsOpen(false)}
|
||||||
submitFn={submitSuggestion}
|
submitFn={submitSuggestion}
|
||||||
title='Make a suggestion'
|
title='Make a suggestion'
|
||||||
prompt='What would you like to see changed or added to OS League Tools?'
|
prompt='What would you like to see changed or added to Leagues Tools?'
|
||||||
placeholder='(enter suggestion)'
|
placeholder='(enter suggestion)'
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
@@ -42,7 +42,7 @@ export default function FeedbackModal({ isOpen, setIsOpen }) {
|
|||||||
onSubmit={() => setIsOpen(false)}
|
onSubmit={() => setIsOpen(false)}
|
||||||
submitFn={submitFeedback}
|
submitFn={submitFeedback}
|
||||||
title='Feedback'
|
title='Feedback'
|
||||||
prompt='Have some feedback about OS League tools?'
|
prompt='Have some feedback about Leagues Tools?'
|
||||||
placeholder='(enter feedback)'
|
placeholder='(enter feedback)'
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ export default function ManageDataModal({ variant, isOpen, setIsOpen }) {
|
|||||||
<ModalWrapper isOpen={isOpen} setIsOpen={setIsOpen} headerText='Tasks Tracker RuneLite Plugin'>
|
<ModalWrapper isOpen={isOpen} setIsOpen={setIsOpen} headerText='Tasks Tracker RuneLite Plugin'>
|
||||||
<Modal.Body className='text-primary text-sm'>
|
<Modal.Body className='text-primary text-sm'>
|
||||||
<p className='heading-accent-md ml-1'>About</p>
|
<p className='heading-accent-md ml-1'>About</p>
|
||||||
<p className='m-2 mt-1'>OS League Tools has RuneLite integration! Enable the plugin to sync your tasks.</p>
|
<p className='m-2 mt-1'>Leagues Tools has RuneLite integration! Enable the plugin to sync your tasks.</p>
|
||||||
<Separator className='mb-2' />
|
<Separator className='mb-2' />
|
||||||
<p className='heading-accent-md ml-1'>Sync data</p>
|
<p className='heading-accent-md ml-1'>Sync data</p>
|
||||||
<ImportFromPluginContent />
|
<ImportFromPluginContent />
|
||||||
@@ -318,7 +318,7 @@ function ShareLinkContent() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const shareLink = `https://www.osleague.tools/tracker/${characterState.characters[characterState.activeCharacter]}`;
|
const shareLink = `https://leagues.tools/tracker/${characterState.characters[characterState.activeCharacter]}`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ export default function PageWrapper({ children }) {
|
|||||||
return (
|
return (
|
||||||
<Page limitContentWidth={limitContentWidth}>
|
<Page limitContentWidth={limitContentWidth}>
|
||||||
<Page.Nav>
|
<Page.Nav>
|
||||||
<SideBar navItems={navItems} brandName='OS League Tools' brandLogo={images[`icon-${theme}.png`]} />
|
<SideBar navItems={navItems} brandName='Leagues Tools' brandLogo={images[`icon-${theme}.png`]} />
|
||||||
</Page.Nav>
|
</Page.Nav>
|
||||||
<Page.Body>
|
<Page.Body>
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ export default function About() {
|
|||||||
<div className='container lg:max-w-[768px] mx-auto'>
|
<div className='container lg:max-w-[768px] mx-auto'>
|
||||||
<Card>
|
<Card>
|
||||||
<Card.Header className=''>
|
<Card.Header className=''>
|
||||||
<p className='text-accent font-bold text-center small-caps text-2xl tracking-widest'>OS-LEAGUE-TOOLS</p>
|
<p className='text-accent font-bold text-center small-caps text-2xl tracking-widest'>LEAGUES-TOOLS</p>
|
||||||
<p className='text-accent font-semibold text-center'>
|
<p className='text-accent font-semibold text-center'>
|
||||||
open source trackers, tools, and more for Old School Runescape's seasonal leagues gamemode
|
open source trackers, tools, and more for Old School Runescape's seasonal leagues gamemode
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export default function Faq() {
|
|||||||
<Separator />
|
<Separator />
|
||||||
<Header>How do I use the plugin on OpenOSRS / some other client?</Header>
|
<Header>How do I use the plugin on OpenOSRS / some other client?</Header>
|
||||||
<Paragraph>
|
<Paragraph>
|
||||||
OS League Tools <span className={emphasisedText}>does not</span> officially support any clients other than
|
Leagues Tools <span className={emphasisedText}>does not</span> officially support any clients other than
|
||||||
RuneLite.
|
RuneLite.
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
<Paragraph>
|
<Paragraph>
|
||||||
@@ -42,7 +42,7 @@ export default function Faq() {
|
|||||||
to your clipboard.
|
to your clipboard.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
3. Open https://www.osleague.tools and go to Manage Data -{'>'} Import. Paste your data into the text
|
3. Open https://leagues.tools and go to Manage Data -{'>'} Import. Paste your data into the text
|
||||||
box and click "Sync".
|
box and click "Sync".
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
@@ -52,7 +52,7 @@ export default function Faq() {
|
|||||||
<Paragraph>
|
<Paragraph>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
1. Open https://www.osleague.tools and go to Manage Data -{'>'} Export. Click on the text box to copy
|
1. Open https://leagues.tools and go to Manage Data -{'>'} Export. Click on the text box to copy
|
||||||
your data to the clipboard.
|
your data to the clipboard.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user