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 |
|
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
|
9d7b5ed05d
|
Command entrypoint is not expected to have default function export. Fixes #4
|
2024-03-29 17:16:13 +01:00 |
|
Exidex
|
db91d65700
|
Implement action shortcuts
|
2024-03-26 19:20:33 +01:00 |
|
Exidex
|
e6ff621efb
|
Implement command generators, a way for plugins to provide entrypoints
|
2024-03-23 18:16:56 +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
|
26a338a6e9
|
Change inline function to be a function component to support react hooks
|
2024-03-13 20:58:42 +01:00 |
|
Exidex
|
772a9c7edb
|
Rename pop and push navigation to popView, pushView
|
2024-03-12 22:25:56 +01:00 |
|
Exidex
|
1030d47dc6
|
Implement setting ui for preferences
|
2024-03-12 22:22:45 +01:00 |
|
Exidex
|
8295c597e7
|
Display plugin and entrypoint description in settings ui
|
2024-03-09 21:19:20 +01:00 |
|
Exidex
|
763ad364bb
|
Implement plugin/entrypoint preferences. No settings ui yet
|
2024-03-03 19:03:44 +01:00 |
|
Exidex
|
0123ff999f
|
Fix inline view rendering unconditionally
|
2024-02-15 14:52:24 +01:00 |
|
Exidex
|
461b8d44a7
|
Implement inline views
|
2024-02-13 17:42:39 +01:00 |
|
Exidex
|
5347d02bad
|
Split api into api and api-build
|
2024-02-11 16:25:19 +01:00 |
|
Exidex
|
630c37044f
|
Implement navigation
|
2024-02-11 14:21:18 +01:00 |
|
Exidex
|
8624706ec6
|
Release flow
|
2024-01-28 15:37:47 +01:00 |
|
Exidex
|
aa0faab347
|
Move out dev_plugin out of workspaces
|
2024-01-27 17:05:45 +01:00 |
|