Skip to content

Commit

Permalink
[Clockify] Add initial tasks support and improvements (#12835)
Browse files Browse the repository at this point in the history
* feat(clockify): select project tasks when start timer

also update to latest APIs and update the icon to the
new Clockify icon.

* docs(clockify): add some screenshots

* docs(clockify): update README.md

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Milena Araujo <mil3na@users.noreply.github.com>
Co-authored-by: raycastbot <bot@raycast.com>
  • Loading branch information
3 people committed Jul 16, 2024
1 parent 6554280 commit 0ed71dc
Show file tree
Hide file tree
Showing 13 changed files with 1,406 additions and 5,972 deletions.
8 changes: 1 addition & 7 deletions extensions/clockify/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
"extends": ["@raycast"]
}
7 changes: 6 additions & 1 deletion extensions/clockify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Clockify Changelog

## [Update] - 2024-07-16

- Select tasks for projects when starting timer
- Do not suggest archived projects

## [Update] - 2024-05-17

- Added an action to open clockify in the browser

## [Update] - 2023-02-10

- Billable is now following the project instead of alwaus being on
- Billable is now following the project instead of always being on
2 changes: 1 addition & 1 deletion extensions/clockify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## Setup

Go to your [Clockify user settings](https://clockify.me/user/settings) and generate a new **API Key**.
Go to your [Clockify user advanced preferences](https://app.clockify.me/user/preferences#advanced) and generate a new **API Key**.
Binary file modified extensions/clockify/assets/command-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/clockify/metadata/clockify-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/clockify/metadata/clockify-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/clockify/metadata/clockify-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0ed71dc

Please sign in to comment.