Skip to content

Commit

Permalink
Update image-wallet extension
Browse files Browse the repository at this point in the history
- Video preview (raycast#5)
- Merge branch 'contributions/merge-1689093347159216000' into video-preview
- Pull contributions
- updated raycast ver
- updated images
- bump
- Cleaning up
- updated changelog
- yes prettier thank you kindly
- removed unnecessary loading when switching pockets
- linting, readme changes
- Verbage changes
- reload fix reverted copy keybind cause it didn't work for me
- tidied up video preview generator
- displays file icon for non image/video formats
- copy shortcut change
- boop
- still a bit slow
- fixed double load
- whoops
- made switching pockets faster, preview optional
- fixed speed, strange refresh on load
- works, slow
- works but is suuuper slow
- hguguunncnghghgh work pls
- refactoring again ig??
- refactored, still not workign
- preview image generates
- testing
  • Loading branch information
ibll committed Jul 11, 2023
1 parent 0b52153 commit 3694b18
Show file tree
Hide file tree
Showing 12 changed files with 513 additions and 107 deletions.
3 changes: 2 additions & 1 deletion extensions/image-wallet/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/node_modules

# misc
.DS_Store
.DS_Store
raycast-env.d.ts
11 changes: 10 additions & 1 deletion extensions/image-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Unage Wallet Changelog
# Image Wallet Changelog

## [Video Previews] - 2023-07-11

- Added 'Generate Video Previews' option
- Added 'Remember Pocket Filter' option
- Added Unsorted filter
- Added file type previews to non-image Cards
- Fixed obsessive re-scanning when changing filter
- Fixed Pockets not updating when refreshing

## [1.0] - 2023-04-25

Expand Down
18 changes: 18 additions & 0 deletions extensions/image-wallet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Image Wallet

## Folder Structure

The Wallet Directory can have multiple Pockets and Cards within it. Pockets can have multiple Cards, but no sub-Pockets.

- Wallet Directory
- Folder
- File
- File
- Folder
- Folder (NOT VISIBLE IN WALLET)
- Image (NOT VISIBLE IN WALLET)
- File
- File
- File
- File
- File
Binary file modified extensions/image-wallet/metadata/image-wallet-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/image-wallet/metadata/image-wallet-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/image-wallet/metadata/image-wallet-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 3694b18

Please sign in to comment.