CyberChef/src/web/waiters
2023-07-21 11:48:43 +12:00
..
BackgroundWorkerWaiter.mjs Reviewed Input and Output Waiters and improved logging in workers 2023-01-18 18:07:06 +00:00
BindingsWaiter.mjs add c-operation-list so any of these elements ( category list, category list item, operation list, operation list item ) can be created individually or simply through their parent. Also fix some annotations across the app that used event instead of Event, causing the IDE to get confused 2023-06-16 17:08:43 +12:00
ControlsWaiter.mjs add c-operation-list so any of these elements ( category list, category list item, operation list, operation list item ) can be created individually or simply through their parent. Also fix some annotations across the app that used event instead of Event, causing the IDE to get confused 2023-06-16 17:08:43 +12:00
HighlighterWaiter.mjs Reviewed Highlighter and Options waiters 2023-01-19 17:14:24 +00:00
InputWaiter.mjs add c-operation-list so any of these elements ( category list, category list item, operation list, operation list item ) can be created individually or simply through their parent. Also fix some annotations across the app that used event instead of Event, causing the IDE to get confused 2023-06-16 17:08:43 +12:00
OperationsWaiter.mjs Handle selected, favourite classes and rerendering of the favcat accordingly 2023-07-21 11:48:43 +12:00
OptionsWaiter.mjs add c-operation-list so any of these elements ( category list, category list item, operation list, operation list item ) can be created individually or simply through their parent. Also fix some annotations across the app that used event instead of Event, causing the IDE to get confused 2023-06-16 17:08:43 +12:00
OutputWaiter.mjs add c-operation-list so any of these elements ( category list, category list item, operation list, operation list item ) can be created individually or simply through their parent. Also fix some annotations across the app that used event instead of Event, causing the IDE to get confused 2023-06-16 17:08:43 +12:00
RecipeWaiter.mjs add c-operation-list so any of these elements ( category list, category list item, operation list, operation list item ) can be created individually or simply through their parent. Also fix some annotations across the app that used event instead of Event, causing the IDE to get confused 2023-06-16 17:08:43 +12:00
SeasonalWaiter.mjs Reviewed Highlighter and Options waiters 2023-01-19 17:14:24 +00:00
TabWaiter.mjs Simplified TabWaiter structure 2022-10-21 13:57:46 +01:00
TimingWaiter.mjs Improved file type detection and timing output 2023-02-03 17:39:12 +00:00
WindowWaiter.mjs introducing and refactoring to using custom components for building category / cat lists / operation lists. This allows us to group relevant functionality more efficiently, easier maintenance in the future. We could, one by one, refactor and encapsulate components across CC in this manner. A very convenient and much needed effect of this implementation is that these components can hold functionality and references exclusively pertaining to themselves. Separating said functionality increases code compartmentalisation while references and event listeners requiring these references are guaranteed to be up to date with the component at all times. 2023-06-16 12:09:04 +12:00
WorkerWaiter.mjs Fixed 'Clear All IO' button 2023-02-03 15:54:45 +00:00