Skip to content

Commit

Permalink
Add Everhour Extension (#73)
Browse files Browse the repository at this point in the history
* feat(extensions): create everhour extension

* feat(everhour): render hours and min for task time

* chore: fix package.json typos

* feat(task-list): replace console log with error toast

* chore(package-json): improve title and command name

* feat(api): add get current user and time records api funcs

* feat(utils): create toast state resolver

* refactor(project-list): use time records for data flow

* refactor: use time records data

* refactor(time-submit-form): use dropdown

* Update extensions/everhour/package.json

Co-authored-by: Thomas Paul Mann <hi@thomaspaulmann.com>
  • Loading branch information
farisaziz12 and thomaspaulmann committed Oct 25, 2021
1 parent 9d4a116 commit 17b3c85
Show file tree
Hide file tree
Showing 18 changed files with 3,401 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions/everhour/.eslintrc.json
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
1 change: 1 addition & 0 deletions extensions/everhour/.gitignore
@@ -0,0 +1 @@
node_modules
4 changes: 4 additions & 0 deletions extensions/everhour/.prettierrc
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
Binary file added extensions/everhour/assets/everhour-logo.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17b3c85

Please sign in to comment.