AbdBarho
AbdBarho
**Has this issue been opened before?** - [x] It is not in the [FAQ](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/FAQ), I checked. - [x] It is not in the [issues](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues?q=), I searched. **Describe the bug** Error...
# 🚀 Feature ## Motivation After #523 #534, the wheels can be built, but are not available for install anywhere. But users want this #532 #473 ## Pitch & Alternatives...
This PR builds on the discussion in #76 Some layout fixes are necessary, mainly removing the `h-full mx-auto`.
To have consistent imports, add eslint rules to encourage (and perhaps enforce?) a preferred ordering. The rules in question: https://eslint.org/docs/latest/rules/sort-imports Stick with the default eslint sorting rules ([link](https://eslint.org/docs/latest/rules/sort-imports#options)), in case...
This issue is a continuation of #132 In our [index.tsx](https://github.com/LAION-AI/Open-Assistant/blob/main/website/src/pages/index.tsx) we show two different pages if the user is signed in vs not. However, many links in the headers and...
Closes #34 Blocked by #127
Closes #33 Also started moving duplicate code into their own components
Continuation of #125 Closes #121 Update eslint config & fix all linting errors We warn instead of error for sort imports, since we can't just `eslint --fix`. There are some...