Skip to content

Commit

Permalink
rebranded, getting ready for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhappy committed Mar 3, 2020
1 parent 21a3e93 commit def44e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Toontown Rewritten Information Dashboard
# Toontown Information Dashboard

A modern electron application which shows you the current status of [Toontown Rewritten](https://toon.town).

![TTR Info Dashboard Preview](https://files.catbox.moe/lbrzcs.png)
![TTR Info Dashboard Preview](https://files.catbox.moe/bzi86a.png)

---

## Features

- **Clean UI:** The UI was built with simplicity and ease of use in mind. All the essential information is available to the user with beautiful visual cues thanks to [react-chartjs-2](https://github.com/jerairrest/react-chartjs-2) and [rc-progress](https://github.com/react-component/progress), with tooltips to give extra detail on certain aspects.
- **Invasions List:** A list of all active invasions, with an accurate ETA thanks to [Toon Plus](https://toon.plus/invasions).
- **Population Chart:** View the current population of each district with a nice pie chart. Labels are toggleable by simply clicking on their label in the legend.
- **Silly Meter Status:** View the progress of the Silly Meter, along with the current/winning/future teams and the time until the next update/expiration of the boost/start of the next cycle.
- **Invasions List:** A list of all active invasions, with an accurate ETA thanks to [Toon Plus](https://toon.plus/invasions).

## Planned features

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Toontown Rewritten Information</title>
<title>Toontown Rewritten Dashboard</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class App extends Component {
sillyData: [],
lastUpdate: "Updating...",
mode: "Light",
version: "v0.2-dev"
version: "v0.2-beta"
};

loadData = async () => {
Expand Down

0 comments on commit def44e8

Please sign in to comment.