Farhan Y.
Farhan Y.
Changing the name of the predefined const tasks to prevent error in issue #1076
### Feature This pull request is to allow the auto replacement of the oldest key when trying to do a set operation and the max amount of keys has been...
### What's the feature? With [OPFS](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API/Origin_private_file_system) users would have the option to store their work in a file system that lives right in their browsers. With this, one can organize...
This PR adds our new manual run component to the JobEditor. (in-progress...) Closes #3089 ## Validation steps 1. Visit the JobEditor 2. Use any of the available methods of adding...
### Description The react side needs some cleanup exercise. 1. Proper typescript typing (priority) 2. Cleanups for all registered event handlers. (**mainly props.handleEvent**) currently, none of these handlers are being...
### Goal When a user creates a new workflow, the first job in this new templated workflow should be automatically selected.
### Issue In our new react implementation with phoenix, we're unable to pass child elements to our components on the phoenix side. **We're unable to do this** ```heex loading... ```...
### Description In our new react implementation. For every component to be mounted we mount 2 elements 1. A script Tag 2. A div container where the actual mount happens....
### Description Currently, when extracting `getConfig` object from content files. We simulate an environment to execute the file. The issue is that in this same file exists some other JS...
### Description [xtensio](xtensio.io) provides hot module reloading to developers and this is supported mainly in `popup`, `pages` & `contents`. Most of our issues exist in HMR for `contents`. This is...