Javi Aguilar

Results 11 issues of Javi Aguilar

## Ideas - [ ] Refactor code, splitting it better and using better patterns. React / Redux? + Some canvas lib? - [x] Auto-detect tile size when changing image. -...

- Write more useful docs in the packages/docs stories. Now that it supports MDX, it should be easier. Should include: - Installation - Configuration (explaining all options) - How to...

documentation
improvement

It would be nice to be able to change the component props via the UI like in SB: https://storybook.js.org/docs/react/essentials/controls ![image](https://github.com/itsjavi/storylite/assets/122741/8fd7dc08-88c4-4803-934d-a038607a1739) We can auto-generate argTypes for React using docgen https://github.com/styleguidist/react-docgen-typescript, and...

new-feature

**Describe the bug** When setting the `localStorageKey`, to a different value than the default, the UI options are not persisted and the default key is still used in the local...

bug

**Description** It would be nice to be able to specify global story options from the top-level configuration. **Desired Behaviour** To be able to configure the following, from the StoryLite app:...

new-feature

**Describe the bug** After navigation to many routes, when we use the browser's back button, sometimes the UI is not refreshed even if the URL changed. ** Actions ** -...

bug

Add simple Markdown support, to prepend documentation to each story file. It can be done via: https://www.npmjs.com/package/@mdx-js/rollup E.g. if `button.stories.tsx` has a `button.stories.md` or `mdx`, it will be parsed and...

new-feature

## Feature request ### Overview In the [custom colors generator page](https://www.radix-ui.com/colors/custom), it would be super helpful to be able to copy all the colors as JS (and/or JSON), in a...

- [ ] rewrite the web app using nextjs 13, react 18 and typescript - [ ] rewrite the gh-pages publish script to publish the static version of the nextjs...

code quality

### Describe the bug The sh command "sleep" is not available in jsh ### Link to the blitz that caused the error https://stackblitz.com/~/github.com/itsjavi/storylite ### Steps to reproduce 1. Go to...

jsh
tracked