All checks were successful
Build and Release / build-and-release (push) Successful in 13m12s
- Implemented Button component with various props for customization. - Created Modal component with header, content, and footer subcomponents. - Added Spinner component for loading indicators. - Developed Toast component for displaying notifications. - Introduced Tooltip component for contextual hints with keyboard shortcuts. - Added corresponding CSS modules for styling each component. - Updated index file to export new components. - Configured TypeScript settings for the UI package.
19 lines
278 B
Plaintext
19 lines
278 B
Plaintext
node_modules
|
|
.env
|
|
.env.local
|
|
.vscode
|
|
|
|
# Build outputs
|
|
apps/electron/dist-react
|
|
apps/electron/dist
|
|
apps/web/dist
|
|
# Legacy
|
|
discord-html-copy
|
|
todo
|
|
|
|
# Reference codebases used to port UI / features — not part of the build
|
|
fluxer
|
|
Brycord New UI
|
|
|
|
# Deploy
|
|
deploy/server/node_modules |