Commit graph

68 commits

Author SHA1 Message Date
Exidex
5b769c8e7d
Deno update to 2.1.1 2024-12-18 22:08:12 +01:00
Exidex
72bc21716b
Implement plugin environment 2024-11-15 15:14:04 +01:00
Exidex
57ea67d13e
Crappy heuristic for scrolling distance of grid items, dynamic grid item height 2024-11-13 21:55:00 +01:00
Exidex
1bd4491429
Rework grid keyboard navigation again, this time with tests 2024-11-13 20:04:50 +01:00
Exidex
479594b385
Fix command generator example in dev plugin 2024-11-10 17:48:15 +01:00
Exidex
6a70c4ecba
Rework react renderer parsing to use non-recursive data structures 2024-11-10 16:53:53 +01:00
Exidex
750278dc48
Implement List and Grid search bar 2024-10-27 19:33:39 +01:00
Exidex
8397b108e0
Implement hud feedback window 2024-10-13 11:41:37 +02:00
Exidex
bb0ceead12
Highlight preference value fields which are required but not yet filled 2024-10-10 20:10:19 +02:00
Exidex
d94563512d
Move "remove plugin" button in settings ui to the bottom of the view 2024-10-10 18:25:04 +02:00
Exidex
0a92457bd4
Implement inline view shortcut display in action panel 2024-10-07 19:55:23 +02:00
Exidex
763d7b0ac4
Implement inline view action panel. Shortcuts still todo 2024-10-06 22:32:42 +02:00
Exidex
068cc0ddf0
Unfocus main search list if inline view is rendered 2024-10-06 14:59:26 +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
2ce02919a0
Fix spacing on section subtitle. Tweak text colors 2024-09-23 20:59:04 +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
b582d7ba7f
Variables in paths of permissions 2024-09-21 20:36:31 +02:00
Exidex
079386cd80
Rework permissions. Better validation. Remove ffi and high_resolution_time 2024-09-21 17:30:56 +02: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
29649aae51
Split preference name into id and name 2024-09-15 10:50:16 +02:00
Exidex
ea9c795973
Require main_search_bar permission when entrypoint type 'inline-view' is used 2024-09-14 20:03:31 +02:00
Exidex
1fe349db47
Add permissions for clipboard 2024-09-14 17:26:29 +02:00
Exidex
60578e6391
Add useFetch hook. Refine types in other hooks 2024-09-13 19:27:10 +02:00
Exidex
9f38e3aa2d
Display data in all hooks examples 2024-09-13 16:39:23 +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
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
06db1ffa30 Fix being unable to stop plugin if there is unresolved pending promise 2024-08-06 18:16:52 +02:00
Exidex
3a43280b93 Allow for icon in GeneratedCommand to be undefined 2024-08-05 21:49:54 +02:00
Exidex
2b82392949 Add other operating systems to dev plugin for easier development 2024-08-04 18:42:13 +02:00
Exidex
066ac5823f Include tools into workspace using git submodules 2024-08-03 13:49:02 +02:00
Exidex
5190db5bcd Replace reqwest with ureq. blocking reqwest call doesn't work inside tokio runtime 2024-07-21 17:48:52 +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
16d540b0ca Reuse plugin and entrypoint uuids to avoid creation spam of new log directories 2024-07-18 21:01:01 +02:00
Exidex
8a73b13fc2 Write local plugin logs to file, so it can be shown in "npm run dev" console 2024-07-18 20:42:07 +02:00
Exidex
bc5b071542 Style overhaul 2024-07-02 22:21:00 +02:00
Exidex
fa51adff11 Implement Clipboard API 2024-06-13 21:27:42 +02:00
Exidex
b68b56d36c Fix useEffect destructors not being called when view is closed 2024-06-02 21:14:46 +02:00
Exidex
3b0f2d0585 Bump tools version 2024-04-30 13:39:13 +02:00
Exidex
f1f69bed55 Bump tools version 2024-04-29 14:59:34 +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
844166d56b Add proper support for icons 2024-04-12 22:05:16 +02:00
Exidex
91ee2d27bd Implement opening functionality of link 2024-04-07 09:23:50 +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