An interval timer progressive web app
Find a file
dependabot[bot] 93755697af Bump @typescript-eslint/parser from 5.62.0 to 6.7.5
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.62.0 to 6.7.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.5/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 14:06:48 +00:00
.devcontainer WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
.github Fix builds 2023-10-15 21:00:57 -06:00
.vscode WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
public Round corners on active timer view 2023-09-13 21:21:50 -06:00
src Fix builds 2023-10-15 21:00:57 -06:00
test WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
.eslintrc.json WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
.gitignore WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
Dockerfile WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
gzip.conf Use gzip compression in nginx 2020-05-11 22:05:15 -07:00
index.html Round corners on active timer view 2023-09-13 21:21:50 -06:00
LICENSE WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
LICENSE.txt WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
package-lock.json Bump @typescript-eslint/parser from 5.62.0 to 6.7.5 2023-10-16 14:06:48 +00:00
package.json Bump @typescript-eslint/parser from 5.62.0 to 6.7.5 2023-10-16 14:06:48 +00:00
README.md Updated README 2016-02-25 18:31:03 -06:00
swa-cli.config.json WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
tsconfig.json WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
vite.config.ts Fix failing tests 2022-08-15 03:40:52 +00:00

Interval Timer v1.2

An interval timer app for FireFox and Chrome, built with AngularJS

Live Preview: http://wbrawner.com/interval-timer/

Version 1.2

  • Bug fixes:
    • Added a check for screen locking to prevent breaking the app with non-FireFox OS devices

Version 1.1

  • New Icon design
  • Added 60x60 icon
  • Bug fixes:
    • Screen now stays awake while timer is active and app is open.
    • Back button no longer allows you to enter into negative rounds.
    • A sound is now played at the end of each cycle.