Skip to content

Commit

Permalink
Update NameSpaces extension - migrate + close raycast#14345 (reorde…
Browse files Browse the repository at this point in the history
…r spaces) + `useLocalStorage` and `runAppleScript` (raycast#14370)

* [NameSpaces] migrate + useForm + working on moving

* [NameSpaces] update metadata images + prefer useLocalStorage

* [NameSpaces] mention the shortcut change

* [NameSpaces] forgot to commit images

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
  • Loading branch information
xmok and raycastbot authored Sep 11, 2024
1 parent 1f67485 commit 8420ae2
Show file tree
Hide file tree
Showing 13 changed files with 1,429 additions and 1,493 deletions.
8 changes: 1 addition & 7 deletions extensions/namespaces/.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/namespaces/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
/node_modules

# misc
.DS_Store
.DS_Store
raycast-env.d.ts

.raycast-swift-build
.swiftpm
compiled_raycast_swift
16 changes: 16 additions & 0 deletions extensions/namespaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# NameSpace Changelog

## [Reorder Spaces] - 2024-09-11

### ! Breaking Change
- The `Delete Space` action shortcut has been changed to *⌃x* as previous shortcut is now reserved by Raycast

### Enhancements
- Move spaces up or down (closes #14345)
- The "modifiers" in Space forms is now a TagPicker instead of checkboxes for better error handling
- Update metadata imaages

### Dev Notes
- Controlled form validation through `useForm`
- Replace `run-applescript` with Raycast's own
- Replace `LocalStorage` util with `useLocalStorage`
- Migrate ray and related deps

## [Initial Version] - 2022-09-27
Binary file modified extensions/namespaces/metadata/namespaces-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 modified extensions/namespaces/metadata/namespaces-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 modified extensions/namespaces/metadata/namespaces-3.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/namespaces/metadata/namespaces-4.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 8420ae2

Please sign in to comment.