You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/pages/AboutPage.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ function AboutPage() {
15
15
<p>The front-end for this progressive web application is built using the JavaScript framework, <ahref="https://reactjs.org"target="_blank"rel="noopener noreferrer">ReactJS v16.13.1</a>. It is hosted on GitHub Pages, and the code is entirely open-source for you to read, nitpick, and expand upon. The pre-build files may be found on <ahref="https://github.com/jacobkrol/LP-Timer"target="_blank"rel="noopener noreferrer">GitHub</a>.</p>
16
16
<p>To handle feedback submission, the back-end is built using <ahref="https://nodejs.org"target="_blank"rel="noopener noreferrer">Node.js v13.8.0</a>, with the <ahref="https://expressjs.com"target="_blank"rel="noopener noreferrer">Express v4.17.1</a> framework. It is hosted using <ahref="https://heroku.com"target="_blank"rel="noopener noreferrer">Heroku</a> and implements a CORS-protected REST API endpoint for feedback submission. Feedback is submitted to the database through the endpoint, and via email through an SMTP client. Feedback review is strictly available through the <ahref="https://devcenter.heroku.com/articles/heroku-cli"target="_blank"rel="noopener noreferrer">Heroku CLI v7.42.1</a> or through a locally-accessible endpoint.</p>
17
17
<h3>Licensing</h3>
18
-
<p>The limited preparation timer progressive web application is open-sourced with a MIT license. To read the conditions of this license, visit the <ahref="https://github.com/jacobkrol/LP-Timer/blob/master/LICENSE"target="_blank"rel="noopener noreferrer">LICENSE file in the host repository</a>.</p>
18
+
<p>The limited preparation timer progressive web application is open-sourced under a MIT license. To read the conditions of this license, visit the <ahref="https://github.com/jacobkrol/LP-Timer/blob/master/LICENSE"target="_blank"rel="noopener noreferrer">LICENSE file in the host repository</a>.</p>
Copy file name to clipboardExpand all lines: src/components/pages/GuidePage.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ function HowPage() {
17
17
<p><strong>Status: Off</strong> represents a new timer.</p>
18
18
<p><strong>Status: Running</strong> means the timer is running (even if you can't see it!)</p>
19
19
<p><strong>Status: Paused</strong> represents a timer that has started, but has been paused by the user. When it is resumed, it will continue where it was when paused.</p>
20
+
<p> The <spanid="timer-anim-ex"aria-label="indicator"></span> in the top-left corner of each timer serves as an additional indicator that the timer is running.</p>
0 commit comments