Commit graph

77 commits

Author SHA1 Message Date
Exidex
5b769c8e7d
Deno update to 2.1.1 2024-12-18 22:08:12 +01:00
Exidex
1285724719 Prepare for v11 release 2024-11-16 19:34:08 +00:00
Exidex
72bc21716b
Implement plugin environment 2024-11-15 15:14:04 +01:00
Exidex
6fe97d7afe
Split assetData helper function into sync and async variants 2024-11-15 14:00:39 +01:00
Exidex
6a70c4ecba
Rework react renderer parsing to use non-recursive data structures 2024-11-10 16:53:53 +01:00
Exidex
8e0ec1d7b8
Rework command generators to allow updating list of generated entrypoints while plugin is running 2024-11-03 14:15:48 +01:00
Exidex
750278dc48
Implement List and Grid search bar 2024-10-27 19:33:39 +01:00
Exidex
cbcbcf8b94 Prepare for v10 release 2024-10-13 15:42:37 +00:00
Exidex
8397b108e0
Implement hud feedback window 2024-10-13 11:41:37 +02:00
Exidex
763d7b0ac4
Implement inline view action panel. Shortcuts still todo 2024-10-06 22:32:42 +02:00
Exidex
9346c6f394
Implement secondary command actions for main search view 2024-09-28 20:18:55 +02:00
Exidex
1e181ea1a8
Rename action title to label 2024-09-28 16:42:51 +02:00
Exidex
468013397d
Grid and List accessories. Refine grid styling 2024-09-22 21:02:19 +02:00
Exidex
5420aafadf
Make title of grid item optional 2024-09-22 14:18:07 +02:00
Exidex
2cf4816c69 Prepare for v9 release 2024-09-15 17:47:40 +00:00
Exidex
8c8ade8a89
Replace onSelectionChange and id on List or Grid itself with onClick on item 2024-09-15 11:44:27 +02:00
Exidex
60578e6391
Add useFetch hook. Refine types in other hooks 2024-09-13 19:27:10 +02:00
Exidex
f9f373916f
Add useCachedPromise hook 2024-09-12 20:25:28 +02:00
Exidex
2154131b5c
Add useStorage and useCache hooks 2024-09-10 21:48:32 +02:00
Exidex
0eb1ba4c9b
Do not send abort event in usePromise when promise has already finished 2024-09-10 19:11:15 +02:00
Exidex
b86ae6c0d9
Rename useAsync to usePromise 2024-09-09 21:27:48 +02:00
Exidex
2f232aae02
useAsync hook 2024-09-09 20:38:46 +02:00
Exidex
3c72104ea7
Add isLoading property 2024-09-08 19:51:50 +02:00
Exidex
56096f84fe Prepare for v8 release 2024-09-07 10:41:21 +00:00
Exidex
0bce0a528f Prepare for v7 release 2024-08-30 13:50:17 +00:00
Exidex
3a43280b93 Allow for icon in GeneratedCommand to be undefined 2024-08-05 21:49:54 +02:00
Exidex
edfb5f753c Release v6 2024-08-04 18:48:51 +00:00
Exidex
3d847a283e Quick implementation of image fetch from url 2024-07-21 15:33:37 +02:00
Exidex
5c19f79574 ImageSource on js plugin side is now just a reference to asset instead of binary array with image 2024-07-21 13:30:26 +02:00
Exidex
0bb63db8b8 Release v5 2024-07-07 09:02:22 +00:00
Exidex
b6cf408350 Release v4 2024-06-20 18:38:35 +00:00
Exidex
63e7403281 Release v3 2024-06-16 14:24:13 +02:00
Exidex
fa51adff11 Implement Clipboard API 2024-06-13 21:27:42 +02:00
Exidex
2308204fe0 Fix react warning about required key prop 2024-06-02 19:28:29 +02:00
Exidex
1775bf9753 Remove Detail component from Grid 2024-05-30 22:04:35 +02:00
Exidex
8bead2311b Release v2 2024-04-30 11:44:27 +00:00
Exidex
0ce73d39bc Implement application plugin and icons support for entrypoint 2024-04-21 21:42:05 +02:00
Exidex
61254fe1b3 Fix unstable ordering of shared types in component model 2024-04-16 20:39:04 +02:00
Exidex
ca15574181 Show error view when plugin or gauntlet throws exception when rendering 2024-04-15 20:48:25 +02:00
Exidex
03c77c85e9 Center content when it is inside an inline or a grid item 2024-04-14 17:58:57 +02:00
Exidex
1024f2bc20 Remove workaround for imagesource being an object 2024-04-14 13:09:05 +02:00
Exidex
844166d56b Add proper support for icons 2024-04-12 22:05:16 +02:00
Exidex
7c3ef1b86e Fix list and grid onSelectionChange not being fired 2024-04-01 17:15:56 +02:00
Exidex
478de0468b Add title to form checkbox 2024-03-31 17:35:27 +02:00
Exidex
1bf0927379 Remove async assetData function variant for now 2024-03-29 17:27:34 +01:00
Exidex
531c5d2613 Change preference hooks to be a simple function allowing use in command entrypoints 2024-03-29 17:26:02 +01:00
Exidex
db91d65700 Implement action shortcuts 2024-03-26 19:20:33 +01:00
Exidex
fce4ea5213 Initial implementation of List and Grid tags.
Grid is only partially implemented because of issue in iced aw
2024-03-20 17:52:54 +01:00
Exidex
c9c7072301 Add plugin asset support 2024-03-17 17:40:19 +01:00
Exidex
772a9c7edb Rename pop and push navigation to popView, pushView 2024-03-12 22:25:56 +01:00