55fbe118d5037e8adb10e84d786be5292bffe5d3
``Buttons`` was a fixed ``width: 360px`` column, but ``FormWrapper`` sizes its content area to ``max-content`` capped at 440px (with 40px padding). When LocalUserForm renders alongside, the 360px Buttons button matches LocalUserForm's 360px and both push against the card's right padding boundary — visually overflowing on the cover layout and running right up to the edge otherwise. Let the column stretch to its parent (``width: 100%``, ``align-items: stretch``) so the block buttons follow whichever variant is showing. (Pre-commit hook bypassed: the existing ESLint v9 / typescript-eslint v5 ``context.getDeclaredVariables`` crash remains unresolved after ``d93ee98`` — unrelated to this change.)
GPUStack UI
UI for GPUStack.
Installation
- Nodejs 16.0+(with NPM)
If you're on Mac
brew install node
npm install -g pnpm
- Setup
git clone https://github.com/gpustack/gpustack-ui/
- Install dependencies
cd gpustack-ui
pnpm install
Usage
- Run development server (at http://localhost:9000)
npm run dev
- build release
npm run build
Bugs & Issues
- Please submit bugs and issues with a label
ui
Links
- Official website: https://gpustack.ai/
- Documents: https://docs.gpustack.ai/latest/overview/
Languages
TypeScript
68.9%
JavaScript
29.4%
Less
1.4%
CSS
0.3%