Skip to content

Commit

Permalink
feat(popup): New Toolbar Popup layout.
Browse files Browse the repository at this point in the history
- Timer bar and Time Entries List are now React/Typescript
- Day headings
- Better today/weekly totals
  • Loading branch information
tcrammond committed Apr 2, 2019
1 parent dbd60d2 commit 2599561
Show file tree
Hide file tree
Showing 16 changed files with 3,946 additions and 2,897 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
extends: 'standard',
extends: ['standard', 'plugin:react/recommended'],
plugins: ['react'],
globals: {
$: false
},
Expand Down
Loading

0 comments on commit 2599561

Please sign in to comment.