gauntlet/dev_plugin/src
2025-03-15 20:14:10 +01:00
..
command-a.ts Pass CommandContext object to commands which contains plugin and entrypoint preferences 2025-01-19 12:06:14 +01:00
detail-img-download-view.tsx Move image download example in dev_plugin to separate entrypoint to not slow down detail-view 2025-01-18 22:42:32 +01:00
detail-view.tsx Use null files as stderr/stdout/stdin instead of inheriting from parent. Fixes plugin runtime failing to start on windows when using subsystem windows 2025-02-01 14:55:48 +01:00
empty-grid.tsx Fix grid empty view not displaying the image 2025-01-07 20:45:02 +01:00
empty-list.tsx Fix list empty view image being too big 2025-01-07 20:44:21 +01:00
empty.tsx Unfocus main search list if inline view is rendered 2024-10-06 14:59:26 +02:00
entrypoint-generator.tsx Remove preferences helper functions. Add preferences react hooks. Rename GeneratorProps to GeneratorContext. Add preferences to GeneratorContext 2025-01-11 22:50:54 +01:00
form-view.tsx Rename action title to label 2024-09-28 16:42:51 +02:00
grid-view.tsx Remove onClick events, instead primary action is called on click with id of clicked item. Add onItemFocusChange events 2025-01-10 21:26:54 +01:00
hooks-view.tsx Inline view examples 2025-03-15 20:14:10 +01:00
inline-view.tsx Implement inline view shortcut display in action panel 2024-10-07 19:55:23 +02:00
list-view.tsx Remove onClick events, instead primary action is called on click with id of clicked item. Add onItemFocusChange events 2025-01-10 21:26:54 +01:00
test-grid-focus.tsx Remove onClick events, instead primary action is called on click with id of clicked item. Add onItemFocusChange events 2025-01-10 21:26:54 +01:00
test-list-detail.tsx Remove onClick events, instead primary action is called on click with id of clicked item. Add onItemFocusChange events 2025-01-10 21:26:54 +01:00
test-list-focus.tsx Remove onClick events, instead primary action is called on click with id of clicked item. Add onItemFocusChange events 2025-01-10 21:26:54 +01:00