Adil Malik

Results 12 issues of Adil Malik

Ideally, create a desktop app associated with a specific URL scheme that would be opened automatically. Useful for CI environments where canary versions of apps can be tested with storybook...

enhancement

good first issue

Add usage examples + documentation for Xamarin applications

documentation

Add a command that starts up a storybook for one of the examples, and also watches for changes in `packages`

* feat: partially upgrade to Storybook 7, React 18 * test * chore: use node 18 * chore: node 18 image * chore: fix lint issues * chore: no-op ---------...

Support for property accessors (get) ex: Class X { get something() { return browser.element(".abc"); } }