Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Monday extension - View items in a board and open in browser + Raycast hooks to simplify caching #16746

Merged
merged 7 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions extensions/monday/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,14 +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"]
}
6 changes: 6 additions & 0 deletions extensions/monday/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

raycast-env.d.ts

.raycast-swift-build
.swiftpm
compiled_raycast_swift
20 changes: 20 additions & 0 deletions extensions/monday/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# monday.com Changelog

## [Enhancements] - 2025-02-10

- Add metadata image
- Add CHANGELOG
- Add extension category
- Action to "Open Extension Preferences" in `ErrorView`
- View items in a board and open in browser

### Dev Changes
- `useForm` in `Add` for better control and validation
- `useCachedPromise` and `usePomise` to reduce `useEffect`
- `useCachedPromise` also reduces need for in-house caching through `LocalStorage` (some commands are still using `LocalStorage` for now)

## [New Command] - 2022-05-23

- Add a command to quickly add an item to pre-defined board

## [Initial Version] - 2022-03-01
1 change: 1 addition & 0 deletions extensions/monday/assets/work-management.svg
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/monday/metadata/monday-com-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading