Commit graph

189 commits

Author SHA1 Message Date
Exidex
1285724719 Prepare for v11 release 2024-11-16 19:34:08 +00:00
Exidex
5c8f13184b
Await on reloadSearchIndex after running cleanup functions and before running generators 2024-11-16 20:23:05 +01:00
Exidex
ef38ad4a5e
Fix generated command entrypoint not being removed after disabling entrypoint in Settings UI 2024-11-16 20:16:52 +01: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
579e29664d
Show loading bar in main search view when there is still some command generator running 2024-11-10 19:43:59 +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
b9eea0d5ef
Fix primary action of first search result being called if primary action of inline view is called using enter key, causing duplicate action 2024-10-18 21:42:15 +02: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
a334ba2052
Fix action shortcut not being shown in main search view action panel 2024-10-05 21:31:51 +02:00
Exidex
12634f3d7d
Implement action shortcuts on main view 2024-10-05 21:14:51 +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
adb6a48347
Prevent js runtime from shutting down when uncaught exception is thrown inside a promise 2024-09-08 21:01:41 +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
bfa9a2e876
Whoopsies! 2024-09-06 19:02:56 +02:00
Exidex
395fc5b33a
Move back to using on the fly logs for npm build 2024-09-06 18:37:05 +02:00
Exidex
bfe3589cd7
Do not call command generators before reloading search index after frecency mark 2024-09-05 20:52:46 +02:00
Exidex
0bce0a528f Prepare for v7 release 2024-08-30 13:50:17 +00:00
Exidex
ffbebd437c
Sign, notarize and staple macos dmg 2024-08-25 11:17:38 +02:00
Exidex
ec285a4cb6
Add ability to skip parts of publish workflow. Release undraft now needs to be done manually 2024-08-24 17:40:00 +02:00
Exidex
69935c8d7b
Fix build on windows 2024-08-15 18:25:06 +02:00
Exidex
b5be1769c4
Build and publish pipeline for windows including installer 2024-08-15 18:16:17 +02:00
Exidex
4e3b023fef
Add service, desktop and icon files to linux tar.gz archive 2024-08-11 11:48:08 +02:00
Exidex
c02af18c18
Move macos assets into subdirectory 2024-08-10 20:23:47 +02:00
Exidex
1dbd068441
Add proper types to make it explicit what value could be returned from command and generated command 2024-08-10 15:10:53 +02:00
Exidex
764ca8391c Fix generator commands blocking plugin from being stopped/stopped 2024-08-07 11:32:44 +02:00
Exidex
06db1ffa30 Fix being unable to stop plugin if there is unresolved pending promise 2024-08-06 18:16:52 +02:00
Exidex
2f2f2fd4c5 Fix Deno runtime being unable to terminate after usage of React to render view 2024-08-05 22:35:14 +02:00
Exidex
5cd3d53c47 Tweak plugin event stopped loop 2024-08-05 21:50:42 +02: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
4d8973074e Revert "Temporary workaround for core dump on startup in release mode by using debug mode. Slower but at least works"
This reverts commit eccd5d1c32.
2024-07-31 21:31:16 +02:00
Exidex
00271b9d55 Replace console.log in js core with internal api log, so it isn't shown in dev server console 2024-07-22 21:26:57 +02:00
Exidex
f269e56c66 Replace frontend grpc server with in-process channel communication 2024-07-21 18:03:07 +02:00